blender-studio-pipeline/docs
2024-08-12 02:26:50 +01:00
..
.vitepress EasyWeight: Major update (#317) 2024-06-25 21:09:02 +02:00
addons EasyWeight: Update docs 2024-08-12 02:26:50 +01:00
archive/pipeline-proposal-2019 Update docs/archive/pipeline-proposal-2019/asset-publishing/character-pipeline-assistant.md 2023-08-02 16:30:13 +02:00
gentoo Gentoo-docs: Add how to kick the daily build 2024-07-25 15:12:48 +02:00
media EasyWeight: Update docs 2024-08-12 02:26:50 +01:00
naming-conventions Rename "In-File Prefixes" to "Datablock Names" 2024-02-02 16:10:36 +01:00
pipeline-overview Docs: Add reference to license and authors 2024-07-22 23:48:45 +02:00
public Docs: Light/Dark logo variants 2023-05-01 12:43:45 +02:00
td-guide Update docs/td-guide/addon_setup.md 2024-05-29 15:00:46 +02:00
user-guide Update docs/user-guide/project_tools/project-blender.md 2024-05-29 19:47:34 +02:00
.env.example Docs: Add deploy script 2023-05-16 02:23:01 +02:00
index.md Docs: Project Tools Update (#156) 2023-10-19 22:21:44 +02:00
package-lock.json Fix dead links that were causing build failure 2024-06-19 02:00:02 +02:00
package.json Docs: Update to vitepress 1.0.0-rc.22 2023-10-20 01:27:08 +02:00
README.md Docs: Update README 2023-10-10 19:03:30 +02:00

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.