Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 926 Bytes

readme.md

File metadata and controls

29 lines (17 loc) · 926 Bytes

App CMS Documentation Repository

This repository holds documentation in Markdown files.

It is deployed at https://doc.entrecode.de using GitHub Pages.

Structure

All documentation files are in /doc. The only other file needed is the mkDocs Configuration file mkdocs.yml.

Build

As Rendering Engine (putting Markdown files together, generating Navigation etc.) we use MkDocs-Material. MkDocs will be installed during npm dependency installation.

This can also be installed locally for live preview:

$ npm start
Running at: http://127.0.0.1:8000/

$ npm run build

(If needed, install pip first: https://pip.readthedocs.io/en/stable/installing/ )

After comitting on the master branch, it is automatically built as GitHub Action and deployed on the GitHub Page.

The MkDocs configuration is in mkdocs.yml.