Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 905 Bytes

README.md

File metadata and controls

52 lines (30 loc) · 905 Bytes

docs.canner.io

Start

Install packages

npm install

navigate to /website and start local server

npm start

Open browser http://localhost:3000

Docs

https://docusaurus.io/en/

Algolia docsearch

https://community.algolia.com/docsearch/

Sections

  1. Basic guides

Basic guides is some instructions for developers to get started and setup on their environment.

  1. Advanced

Advanced section concludes additional information for developers to learn more, when they need to build advance applications.

  1. Concepts

Concepts section contain information that users opt to know, not required to know. But important concept of Canner CMS.

  1. Tips

Useful tips and techniques for building CMS.

Deploy

https://docusaurus.io/docs/en/1.0.12/publishing.html#automating-deployments-using-continuous-integration

$ export GIT_USER=chilijung
$ npm run publish-gh-pages