Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.19 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.19 KB

Customizing the UI for DFINITY Internet Computer Documentation

This project uses Antora to generate an interface for the DFINITY Internet Computer SDK site. The dfinity-docs-playbook pulls in the ui-bundle.zip file from this repo and the documentation from the the following repos to generate the static documentation site:

Development

Run gulp preview to run the project locally. Doing this uses the sample documentation .

Building the UI

Once you're happy with the changes, run gulp-bundle to generate a new ui-bundle.zip folder.

Deployments

Deployments are handled automatically through netlify whenever commits to master

Note

If you want to preview the site with actuall content before deploying, you can run antora antora-playbook.yml

Further Antora Documentation

Further Antora Documentation