This is the back-end repository used to generate a documentation website for the Linked Data Competency Index in Chinese. The website also supports the maintenance of the index by crowdsourcing.
- Install mkdocs on your machine (see installation instructions.
- Run the command
mkdocs gh-deploy
(or use deploy.sh).- This command creates (or refreshes) the website at https://dcmi.github.io/ldci-zh/.
- The command must be run from the root directory of this repo.
- Behind the scenes,
mkdocs gh-deploy
builds HTML docs from the Markdown sources, uses theghp-import
tool to commit them to thegh-pages
branch, and pushes thegh-pages
branch to GitHub.