diff --git a/www/data/docs_sidebar.json b/www/data/docs_sidebar.json index 72479e5445..80cdfac7bf 100644 --- a/www/data/docs_sidebar.json +++ b/www/data/docs_sidebar.json @@ -69,10 +69,6 @@ { "title": "Add configuration", "link": "/docs/configure-packages/" - }, - { - "title": "Plan syntax guide", - "link": "/docs/plan-syntax/" } ] }, @@ -112,6 +108,10 @@ { "title": "CLI reference", "link": "/docs/reference/habitat-cli/" + }, + { + "title": "Plan syntax", + "link": "/docs/reference/plan-syntax/" } ] } diff --git a/www/source/docs/configure-packages.html.md b/www/source/docs/configure-packages.html.md index 5ffd51e6d6..75b4be8699 100644 --- a/www/source/docs/configure-packages.html.md +++ b/www/source/docs/configure-packages.html.md @@ -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. - -