{"id":16175250,"url":"https://github.com/app-generator/docs-creativetim","last_synced_at":"2026-02-17T09:31:49.425Z","repository":{"id":100502873,"uuid":"287016871","full_name":"app-generator/docs-creativetim","owner":"app-generator","description":"Creative-Tim/AppSeed Documentation for common products | Hack Land ","archived":false,"fork":false,"pushed_at":"2021-04-13T10:43:19.000Z","size":671,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T18:51:31.755Z","etag":null,"topics":["appseed","creative-tim","documentation","hackland"],"latest_commit_sha":null,"homepage":"https://docs-creative-tim.appseed.us/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/app-generator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-12T13:09:59.000Z","updated_at":"2021-04-13T10:43:21.000Z","dependencies_parsed_at":"2023-05-15T11:15:12.697Z","dependency_job_id":null,"html_url":"https://github.com/app-generator/docs-creativetim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/app-generator/docs-creativetim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdocs-creativetim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdocs-creativetim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdocs-creativetim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdocs-creativetim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/docs-creativetim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdocs-creativetim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279087242,"owners_count":26100346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appseed","creative-tim","documentation","hackland"],"created_at":"2024-10-10T04:44:28.213Z","updated_at":"2025-10-15T15:31:57.181Z","avatar_url":"https://github.com/app-generator.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# [AppSeed/Creative-Tim Docs](https://docs-creative-tim.appseed.us/)\n\nRelated documentation repo for common products (latest items):\n\n- [Black Dashboard PRO Django](https://www.creative-tim.com/product/black-dashboard-pro-django) - commercial product\n- [Black Dashboard Django](https://www.creative-tim.com/product/black-dashboard-pro-django) - free, MIT License\n- [Argon Dashboard Django](https://www.creative-tim.com/product/argon-dashboard-django) - free, MIT License\n- [Argon Dashboard Flask](https://www.creative-tim.com/product/argon-dashboard-flask) - free, MIT License\n\n\u003cbr /\u003e\n\n## How to build the docs\n\nThe project uses [Mkdocs](https://www.mkdocs.org/) to generate the HTML pages from Markdown files. To build locally the project, Nodejs must be installed.\n\n```bash\n$ # Clone Sources\n$ git clone https://github.com/app-generator/docs-creativetim.git\n$ cd docs-creativetim\n$\n$ # Virtualenv modules installation (Unix based systems)\n$ virtualenv env\n$ source env/bin/activate\n$\n$ # Virtualenv modules installation (Windows based systems)\n$ # virtualenv env\n$ # .\\env\\Scripts\\activate\n$\n$ # Install requirements (mkdoks \u0026 related extensions)\n$ pip3 install -r requirements.txt\n$\n$ # Install modules\n$ yarn\n$\n$ # Start the app\n$ yarn start\n$\n$ # Please visit http://localhost:8000 in browser\n```\n\n\u003cbr /\u003e\n\n## How to contribute\n\nEach 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.\n\n![AppSeed Docs - Edit on Github Option.](https://raw.githubusercontent.com/app-generator/docs-creativetim/master/static/docs-edit-page-option.jpg)\n\nThe *pull request* triggered by the change will be merged in the documentation after validation.\n\n\u003e For more information please contact the Support team on [Discord](https://discord.gg/fZC6hup) server.\n\n\u003cbr /\u003e\n\n## Latest Products\n\n- ToDO\n\n\u003cbr /\u003e\n\n## Latest update - Mkdocs core\n\n### [Support include of markdown files](https://github.com/mkdocs/mkdocs/issues/777)\n\n\u003e [Help Snippet](https://github.com/mkdocs/mkdocs/issues/777#issuecomment-308266201) - Extracted from Mkdocs Github repository\n\n```yaml\n# File: mkdocs.yml\n\nmarkdown_extensions:\n    - markdown_include.include:\n        base_path: docs\n```\n\n**Usage**\n\n```md\n# File: Markdown File Sample\n\n{!some/dir/in/docs/filename.md!}\n\n```\n\n\u003cbr /\u003e\n\n---\n[AppSeed/Creative-Tim Docs](https://docs-creativetim.appseed.us) - Related help for common products\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fdocs-creativetim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fdocs-creativetim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fdocs-creativetim/lists"}