jeremyboom8 / docs-pages

The hosted static files for the Holochain developer documentation

Home Page:https://developer.holochain.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs

This repo builds the documentation for developer.holochain.org.

Release: CircleCI

Staging: CircleCI

Local Development

To run the server locally use:

This requires browser-sync npm install -g browser-sync.

./dev_build.sh

This will open a live reload server which is great for development. It will also build mkdocs and run single_source. However the netlify redirects will not work so you will need to go to http://localhost:9000/docs/ to see the site.

If you want to test netlify redirects you can run:

This requires netlify cli npm install netlify-cli -g.

./dev_build_netlify.sh

But you will have to manually reload pages.

About

The hosted static files for the Holochain developer documentation

https://developer.holochain.org

License:GNU General Public License v3.0


Languages

Language:HTML 44.3%Language:CSS 32.8%Language:JavaScript 8.7%Language:Shell 8.2%Language:Rust 3.2%Language:M 2.8%