diff --git a/docs/building-apps.md b/docs/building-apps.md index 1175ad2e..a2014e40 100644 --- a/docs/building-apps.md +++ b/docs/building-apps.md @@ -1,6 +1,7 @@ --- title: Building Apps -order: 4 +sidebar: + order: 5 --- ## Packaging Source Code ```none diff --git a/docs/developing-a-template.md b/docs/developing-a-template.md index c5a1705b..ab258734 100644 --- a/docs/developing-a-template.md +++ b/docs/developing-a-template.md @@ -1,6 +1,7 @@ --- title: Developing a Template -order: 10 +sidebar: + order: 11 --- ## Static Templates diff --git a/docs/ejecting-apps.md b/docs/ejecting-apps.md index bdb196e7..fdcc0c25 100644 --- a/docs/ejecting-apps.md +++ b/docs/ejecting-apps.md @@ -1,6 +1,7 @@ --- title: Ejecting Apps -order: 8 +sidebar: + order: 9 --- ## Converting to a Standalone App Package diff --git a/docs/index.md b/docs/index.md index e3142e4c..72d40a41 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,7 @@ --- title: Enact CLI Development Tool +sidebar: + order: 1 --- The Enact CLI package provides a command-line tool for creating and building Enact applications. It leverages powerful open source tools and technologies such as [webpack](https://webpack.js.org), [Babel](https://babeljs.io), [LESS](http://lesscss.org), and [Jest](https://jestjs.io) to provide a development environment for apps that requires zero configuration to get started. diff --git a/docs/installation.md b/docs/installation.md index 4d7423ab..dcbf2642 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,6 +1,7 @@ --- title: Installation -order: 1 +sidebar: + order: 2 --- ## Requirements diff --git a/docs/isomorphic-support.md b/docs/isomorphic-support.md index 120f6ec7..52609375 100644 --- a/docs/isomorphic-support.md +++ b/docs/isomorphic-support.md @@ -1,6 +1,7 @@ --- title: Isomorphic Support -order: 5 +sidebar: + order: 6 --- Isomorphic code layout is a special feature which builds projects in a JavaScript layout that can be potentially processed by any environment, such as [NodeJS](https://nodejs.org) or the browser. One main benefit is that this code can be evaluated at build-time and prerendered into the HTML document ahead of time. When the isomorphic option is used, prerendering will be attempted. diff --git a/docs/loading-existing-app.md b/docs/loading-existing-app.md index 76c58ee2..e4d3e585 100644 --- a/docs/loading-existing-app.md +++ b/docs/loading-existing-app.md @@ -1,6 +1,7 @@ --- title: Loading an Existing App -order: 3 +sidebar: + order: 4 --- ## Acquire the Source diff --git a/docs/measuring-performance.md b/docs/measuring-performance.md index d354fb1f..89b99cca 100644 --- a/docs/measuring-performance.md +++ b/docs/measuring-performance.md @@ -1,6 +1,7 @@ --- title: Measuring Performance -order: 11 +sidebar: + order: 12 --- By default, an app generated from `enact create` with Enact CLI includes a performance relayer that allows you to measure and analyze the performance of your application using different metrics. diff --git a/docs/serving-apps.md b/docs/serving-apps.md index 0295528e..e71d82c2 100644 --- a/docs/serving-apps.md +++ b/docs/serving-apps.md @@ -1,6 +1,7 @@ --- title: Serving Apps -order: 6 +sidebar: + order: 7 --- ## Development Server ```none diff --git a/docs/starting-a-new-app.md b/docs/starting-a-new-app.md index 846204ea..696384be 100644 --- a/docs/starting-a-new-app.md +++ b/docs/starting-a-new-app.md @@ -1,6 +1,7 @@ --- title: Starting a New App -order: 2 +sidebar: + order: 3 --- ## Generating the Base App Template ```none diff --git a/docs/template-management.md b/docs/template-management.md index 38d23888..4c33a247 100644 --- a/docs/template-management.md +++ b/docs/template-management.md @@ -1,6 +1,7 @@ --- title: Template Management -order: 9 +sidebar: + order: 10 --- ## Enact CLI Template Support ```none diff --git a/docs/testing-apps.md b/docs/testing-apps.md index 2befae45..8242800e 100644 --- a/docs/testing-apps.md +++ b/docs/testing-apps.md @@ -1,6 +1,7 @@ --- title: Testing Apps -order: 7 +sidebar: + order: 8 --- ## Running Test Specs ```none