Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 942 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 942 Bytes

Linked Data Competency Index

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.

Build the website using MkDocs

  • 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 the ghp-import tool to commit them to the gh-pages branch, and pushes the gh-pages branch to GitHub.