.. | ||
.vitepress | ||
addons | ||
archive/pipeline-proposal-2019 | ||
gentoo | ||
media | ||
naming-conventions | ||
pipeline-overview | ||
public | ||
td-guide | ||
user-guide | ||
.env.example | ||
index.md | ||
package-lock.json | ||
package.json | ||
README.md |
Blender Studio Pipeline Docs
Installation
To setup the environment to work on Blender Studio Pipeline Docs.
- Make sure you have NodeJS installed
cd blender-studio-pipeline/docs/
npm install
Review Changes
To review your changes by generating a preview of the site, this preview will update as users save any changes to the site's content.
npm run docs:dev
- Refer to the vitepress docs for how to edit the documents
Test Changes
To ensure the site will build on production site without errors.
npm run docs:build
- Refer to the vitapress docs for more info