This repo contains documentation pages for the IoT Edge Server project.
The /docs directory contains raw markdown files and image assets.
These files are rendered on the browser using the Docsify documentation runner.
The doc pages can be edited by issuing a pull request to this repository.
To setup a local doc server, install docsify:
npm install -g docsify
Then clone the repository:
git clone https://github.com/iot-edge/iot-edge-docs.git
Then run the docsify server in the directory:
cd iot-edge-docs
docsify serve docs