Skip to content

ultravioletrs/cocos-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cocos Docs

This repo collects the collaborative work on Cocos AI documentation. Official documentation is hosted at Cocos Docs page.

Documentation is auto-generated from Markdown files in this repo.

MkDocs is used to serve the docs locally with different theming.

Install

Doc repo can be fetched from GitHub:

git clone https://github.com/ultravioletrs/cocos-docs.git

Prerequisites

Python is required to run MkDocs.

  1. Create a virtual environment:

    python -m venv venv
  2. Activate the virtual environment:

    source venv/bin/activate
  3. Install MkDocs

    pip install mkdocs
  4. Additionally, install Material theme:

    pip install mkdocs-material

Usage

Use MkDocs to serve documentation:

mkdocs serve

Then just point the browser to http://127.0.0.1:8000.

About

Cocos AI documentation

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published