https://github.com/app-generator/docs-creativetim
Creative-Tim/AppSeed Documentation for common products | Hack Land
https://github.com/app-generator/docs-creativetim
appseed creative-tim documentation hackland
Last synced: 4 months ago
JSON representation
Creative-Tim/AppSeed Documentation for common products | Hack Land
- Host: GitHub
- URL: https://github.com/app-generator/docs-creativetim
- Owner: app-generator
- Created: 2020-08-12T13:09:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T10:43:19.000Z (about 5 years ago)
- Last Synced: 2025-10-07T18:51:31.755Z (9 months ago)
- Topics: appseed, creative-tim, documentation, hackland
- Homepage: https://docs-creative-tim.appseed.us/
- Size: 655 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [AppSeed/Creative-Tim Docs](https://docs-creative-tim.appseed.us/)
Related documentation repo for common products (latest items):
- [Black Dashboard PRO Django](https://www.creative-tim.com/product/black-dashboard-pro-django) - commercial product
- [Black Dashboard Django](https://www.creative-tim.com/product/black-dashboard-pro-django) - free, MIT License
- [Argon Dashboard Django](https://www.creative-tim.com/product/argon-dashboard-django) - free, MIT License
- [Argon Dashboard Flask](https://www.creative-tim.com/product/argon-dashboard-flask) - free, MIT License
## How to build the docs
The project uses [Mkdocs](https://www.mkdocs.org/) to generate the HTML pages from Markdown files. To build locally the project, Nodejs must be installed.
```bash
$ # 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
```
## How to contribute
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](https://discord.gg/fZC6hup) server.
## Latest Products
- ToDO
## Latest update - Mkdocs core
### [Support include of markdown files](https://github.com/mkdocs/mkdocs/issues/777)
> [Help Snippet](https://github.com/mkdocs/mkdocs/issues/777#issuecomment-308266201) - Extracted from Mkdocs Github repository
```yaml
# File: mkdocs.yml
markdown_extensions:
- markdown_include.include:
base_path: docs
```
**Usage**
```md
# File: Markdown File Sample
{!some/dir/in/docs/filename.md!}
```
---
[AppSeed/Creative-Tim Docs](https://docs-creativetim.appseed.us) - Related help for common products