Skip to content

Commit

Permalink
Move syntax reference to "Reference"
Browse files Browse the repository at this point in the history
Signed-off-by: Julian C. Dunn <[email protected]>

Pull request: #677
Approved by: davidwrede
  • Loading branch information
Julian C. Dunn authored and thesentinels committed Jun 8, 2016
1 parent 5769ec0 commit 7348d52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
8 changes: 4 additions & 4 deletions www/data/docs_sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@
{
"title": "Add configuration",
"link": "/docs/configure-packages/"
},
{
"title": "Plan syntax guide",
"link": "/docs/plan-syntax/"
}
]
},
Expand Down Expand Up @@ -112,6 +108,10 @@
{
"title": "CLI reference",
"link": "/docs/reference/habitat-cli/"
},
{
"title": "Plan syntax",
"link": "/docs/reference/plan-syntax/"
}
]
}
Expand Down
6 changes: 0 additions & 6 deletions www/source/docs/configure-packages.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,3 @@ The following examples from the `core/nginx` show how to create a TOML table tha

## Further examples
For an example of how to templatize a configuration file and add it to your plan, see [Add configuration to your plan](/tutorials/getting-started-configure-plan) from the getting started tutorial.

<hr>
<ul class="main-content--link-nav">
<li>Continue to the next topic</li>
<li><a href="/docs/plan-syntax">Plan syntax guide</a></li>
</ul>
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,3 @@ exit_with "Something bad happened" 55

trim()
: Trims leading and trailing whitespace characters from a bash variable.

<hr>
<ul class="main-content--link-nav">
<li>Continue to the next topic</li>
<li><a href="/docs/build-packages-overview">Build packages</a></li>
</ul>

0 comments on commit 7348d52

Please sign in to comment.