diff --git a/book.json b/book.json index bda85627c..bf67740a0 100644 --- a/book.json +++ b/book.json @@ -1,6 +1,6 @@ { "root": "./docs", - "gitbook": "3.2.2", + "gitbook": "3.2.3", "title": "Electrode Developer's Guide", "description": "Electrode Platform Developer's Guide", "plugins": [ diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 631e49335..d4f4e75ce 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -17,13 +17,13 @@ - [Create an Electrode App](/chapter1/quick-start/start-with-app.md) - [Create an Electrode Component](/chapter1/quick-start/start-with-component.md) -- [Electrode App](chapter1/quick-start/further-develop-app.md) +- [Further Develop Electrode App](chapter1/quick-start/further-develop-app.md) - - [Build Component](/chapter1/further-develop-app/build-component.md) + - [Build Your App](/chapter1/further-develop-app/build-app.md) - [What's Inside](/chapter1/further-develop-app/whats-inside.md) - [Deploy Your App](/chapter1/further-develop-app/deploy-your-app.md) -- [Electrode Component](chapter1/quick-start/further-develop-component.md) +- [Further Develop Electrode Component](chapter1/quick-start/further-develop-component.md) - [Low-Level Components](/chapter1/further-develop-component/low-level-components.md) - [Component Helpers](/chapter1/further-develop-component/component-helpers.md) - [Develop Styles](/chapter1/further-develop-component/develop-styles.md) diff --git a/docs/chapter1/further-develop-app/build-component.md b/docs/chapter1/further-develop-app/build-app.md similarity index 99% rename from docs/chapter1/further-develop-app/build-component.md rename to docs/chapter1/further-develop-app/build-app.md index 3e32fa460..8a3a635c5 100644 --- a/docs/chapter1/further-develop-app/build-component.md +++ b/docs/chapter1/further-develop-app/build-app.md @@ -1,4 +1,4 @@ -# Build Component +# Build Electrode Application From here, you can develop further based on the generated the electrode app. Let's make a visual library for our present stack and exciting technologies! Copy the code below and paste it into diff --git a/docs/chapter1/intermediate/server-config.md b/docs/chapter1/intermediate/server-config.md index 99455f0ab..50ccfe1c3 100644 --- a/docs/chapter1/intermediate/server-config.md +++ b/docs/chapter1/intermediate/server-config.md @@ -79,6 +79,6 @@ When all of our guests are invited to the House Party, our CSS modules kick in a Feel free to add your own personal touch and build out your Resource List House Party. You can compare your work to our [Heroku deployed example app](https://electrode-example-app.herokuapp.com/). -When you're ready, you can deploy Your Awesome App to [Heroku](https://devcenter.heroku.com/categories/deployment) by following the previous steps in our [Getting Started: Build More](/chapter1/quick-start/build-component.md) section. If you choose this step, make sure you set all of the Heroku configurations, including the one for our [GitHub Api](/chapter1/intermediate/build-a-server-plugin.md). +When you're ready, you can deploy Your Awesome App to [Heroku](https://devcenter.heroku.com/categories/deployment) by following the previous steps in our [Getting Started: Build More](/chapter1/quick-start/build-app.md) section. If you choose this step, make sure you set all of the Heroku configurations, including the one for our [GitHub Api](/chapter1/intermediate/build-a-server-plugin.md). You can also navigate to [Intermediate: More Deployments](/chapter1/intermediate/more-deployments.md) to learn how to deploy with [Docker](/chapter1/intermediate/more-deployments/docker.md) and [Kubernetes](/chapter1/intermediate/more-deployments/kubernetes.md). diff --git a/docs/chapter1/quick-start/further-develop-app.md b/docs/chapter1/quick-start/further-develop-app.md index 4c54c8bae..02747abe1 100644 --- a/docs/chapter1/quick-start/further-develop-app.md +++ b/docs/chapter1/quick-start/further-develop-app.md @@ -1,5 +1,5 @@ -# Develop Electrode App +# Further Develop Electrode App -* [Build Component](/chapter1/further-develop-app/build-component.md) +* [Build Your App](/chapter1/further-develop-app/build-app.md) * [What's Inside](/chapter1/further-develop-app/whats-inside.md) * [Deploy Your App](/chapter1/further-develop-app/deploy-your-app.md) diff --git a/docs/chapter1/quick-start/further-develop-component.md b/docs/chapter1/quick-start/further-develop-component.md index de6231e0d..965a6d10c 100644 --- a/docs/chapter1/quick-start/further-develop-component.md +++ b/docs/chapter1/quick-start/further-develop-component.md @@ -1,4 +1,4 @@ -# Develop Electrode Component +# Further Develop Electrode Component * [Low-Level Components](/chapter1/further-develop-component/low-level-components.md) * [Component Helpers](/chapter1/further-develop-component/component-helpers.md) diff --git a/docs/chapter1/quick-start/start-with-app.md b/docs/chapter1/quick-start/start-with-app.md index f096a20dc..e3d5278a4 100644 --- a/docs/chapter1/quick-start/start-with-app.md +++ b/docs/chapter1/quick-start/start-with-app.md @@ -93,3 +93,5 @@ electrode-app - `xclap.js` - entry to Electrode's archetype tasks The application generated included a few demo components to show you how to use Redux, CSS Modules, and React JSX. Feel free to play with them and remove or replace them when you are ready to add your application. + +For continuing build React components for your Electrode Application, please continue [here.](/chapter1/quick-start/further-develop-app.md) diff --git a/docs/chapter1/quick-start/start-with-component.md b/docs/chapter1/quick-start/start-with-component.md index 3e082c159..e6152093a 100644 --- a/docs/chapter1/quick-start/start-with-component.md +++ b/docs/chapter1/quick-start/start-with-component.md @@ -128,3 +128,5 @@ electrode-component - `packages//demo` - Contains examples for how to demo your component - `packages//src` - Contains your component source code - `packages//test` - Contains unit tests for your component + +For further developing your Electrode components, please refer [here.](/chapter1/quick-start/further-develop-component.md) diff --git a/docs/overview/requirements.md b/docs/overview/requirements.md index ca95fadea..05b3fb829 100644 --- a/docs/overview/requirements.md +++ b/docs/overview/requirements.md @@ -44,7 +44,7 @@ In the Electrode Archetype App and Component, we are using Chrome Headless as th - A [Heroku](https://signup.heroku.com/dc) account + [CLI tools](https://devcenter.heroku.com/articles/heroku-command-line). - A [Github](https://github.com/) account. -Ready? Let's [build](/chapter1/quick-start/build-component.md). +Ready? Let's [build](/chapter1/quick-start/build-app.md). [yo]: http://yeoman.io/