Related documentation repo for common products (latest items):
- Black Dashboard PRO Django - commercial product
- Black Dashboard Django - free, MIT License
- Argon Dashboard Django - free, MIT License
- Argon Dashboard Flask - free, MIT License
The project uses Mkdocs to generate the HTML pages from Markdown files. To build locally the project, Nodejs must be installed.
$ # Clone Sources
$ git clone https://github.com/app-generator/docs-creativetim.git
$ cd docs-creativetim
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv env
$ source env/bin/activate
$
$ # Virtualenv modules installation (Windows based systems)
$ # virtualenv env
$ # .\env\Scripts\activate
$
$ # Install requirements (mkdoks & related extensions)
$ pip3 install -r requirements.txt
$
$ # Install modules
$ yarn
$
$ # Start the app
$ yarn start
$
$ # Please visit http://localhost:8000 in browser
Each page provides Edit on github shortcut button in the top bar (see below). By clicking on it, the user is redirected to Github and invited to fork, edit the page and make a pull request to notify the owner that the content is updated.
The pull request triggered by the change will be merged in the documentation after validation.
For more information please contact the Support team on Discord server.
- ToDO
Help Snippet - Extracted from Mkdocs Github repository
# File: mkdocs.yml
markdown_extensions:
- markdown_include.include:
base_path: docs
Usage
# File: Markdown File Sample
{!some/dir/in/docs/filename.md!}
AppSeed/Creative-Tim Docs - Related help for common products