Home
Softono

Cocos Docs

Open source TypeScript
391
Stars
700
Forks
177
Issues
22
Watchers
2 months
Last Commit

 About Cocos Docs

Manual docs content for Cocos Creator

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Cocos Docs?

We provide expert installation service for this software. Our team will install, configure, and secure Cocos Docs on your server. plans start at just $30.

Cocos Docs

View on GitHub

Repo for Cocos Creator User Manual

Install Node Modules

npm install

Generate Sidebar

node ./scripts/create-sidebar.js versions/4.0/zh/SUMMARY.md

node ./scripts/create-sidebar.js versions/4.0/en/SUMMARY.md

Run In Dev Mode

npx vitepress dev versions/4.0

Build

node ./scripts/publish.js --version=versions/4.0

Build All

node ./scripts/publish.js --version=versions/all

Preview

npx vitepress preview versions/4.0

Change the '4.0' above to operate another version.