Skip to content

Creating New Pages

Alex Bucknall edited this page Jul 11, 2017 · 1 revision

File Structure

In order to add new pages/chapters to the documentation, first consult the SUMMARY.md file. This file dictates the file structure of the Gitbook and lays out the various chapters and pages within the documentation.

For Example

# Summary

### About

* [Preface](README.md)
* [Pycom Products](chapter/products.md)

### 1. Getting Started

* [1.1 Introduction](chapter/gettingstarted/README.md)
* [1.2 Unboxing/Setup](chapter/gettingstarted/unboxing.md)
* [1.3 Installing Software](chapter/gettingstarted/installingsoftware.md)
    * [1.3.1 Updating Firmware](chapter/gettingstarted/installation/firmwaretool.md)
    * [1.3.2 Pymakr Plugin](chapter/gettingstarted/installation/pymakr.md)
* [1.4 Device Registration](chapter/gettingstarted/registration.md)
* [1.5 Introduction to MicroPython](chapter/gettingstarted/micropython.md)
    * [1.5.1 Examples](chapter/gettingstarted/micropython/examples.md)
Clone this wiki locally