Skip to content

Commit

Permalink
docs: moving streaming logs section from top-level navigation to docs (
Browse files Browse the repository at this point in the history
…#2066)

* Moving logs tab from top navigation bar to docs

* fixing link error

* Update runatlantis.io/.vuepress/config.js

Co-authored-by: Nish Krishnan <[email protected]>
  • Loading branch information
Aayyush and nishkrishnan authored Mar 3, 2022
1 parent 8719d20 commit a752a6b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
11 changes: 7 additions & 4 deletions runatlantis.io/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ module.exports = {
{text: 'Home', link: '/'},
{text: 'Guide', link: '/guide/'},
{text: 'Docs', link: '/docs/'},
{text: 'Streaming Logs', link: '/logs/'},
{text: 'Blog', link: 'https://medium.com/runatlantis'}
],
sidebar: {
'/logs/': [
'',
],
'/guide/': [
'',
'test-drive',
Expand Down Expand Up @@ -99,6 +95,13 @@ module.exports = {
'security'
]
},
{
title: 'Real-time Terraform Logs',
collapsable: true,
children: [
'streaming-logs'
]
},
{
title: 'Troubleshooting',
collapsable: true,
Expand Down
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Real-time logs

## Getting Started
Atlantis supports streaming terraform logs in real time by default. Currently, only two commands are supported

* terraform init
Expand Down
2 changes: 1 addition & 1 deletion runatlantis.io/guide/testing-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ If you'd like to `apply`, type a comment: `atlantis apply`. You can use the `-d`
Atlantis at a specific plan. Otherwise it tries to apply the plan for the root directory.

## Real-time logs
The [real-time terraform output](/logs/README.md) for your command can be found by clicking into the status check for a given project in a PR which
The [real-time terraform output](/docs/streaming-logs.md) for your command can be found by clicking into the status check for a given project in a PR which
links to the log-streaming UI. This is a terminal UI where you can view your commands executing in real-time.

## Next Steps
Expand Down

0 comments on commit a752a6b

Please sign in to comment.