Skip to content

Commit

Permalink
[patch] Gitbook content updates: build react components for app (#684)
Browse files Browse the repository at this point in the history
* Update gitbook to reduce confusions about Electrode components & React components

* update gitbook version

* update title for further develop app doc
  • Loading branch information
didi0613 authored and jchip committed Jan 18, 2018
1 parent 5accb7b commit 84ce1c5
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion book.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
6 changes: 3 additions & 3 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/chapter1/intermediate/server-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 2 additions & 2 deletions docs/chapter1/quick-start/further-develop-app.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion docs/chapter1/quick-start/further-develop-component.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 2 additions & 0 deletions docs/chapter1/quick-start/start-with-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 2 additions & 0 deletions docs/chapter1/quick-start/start-with-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,5 @@ electrode-component
- `packages/<componentName>/demo` - Contains examples for how to demo your component
- `packages/<componentName>/src` - Contains your component source code
- `packages/<componentName>/test` - Contains unit tests for your component

For further developing your Electrode components, please refer [here.](/chapter1/quick-start/further-develop-component.md)
2 changes: 1 addition & 1 deletion docs/overview/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 84ce1c5

Please sign in to comment.