blender-studio-pipeline/docs
2023-12-14 18:58:35 +01:00
..
.vitepress Cleanup: Remove js index todo 2023-12-14 18:58:35 +01:00
addons Docs: Fix Add-On Overview Readme Table (#146) 2023-09-19 19:51:34 +02: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 Docs: Update Flamenco Render Farm Restart Instructions 2023-11-24 09:59:14 -05:00
media New naming convention proposal (#149) 2023-11-23 17:11:45 +01:00
naming-conventions Docs: Tweak shared structure 2023-12-14 18:52:05 +01:00
pipeline-overview missing header in the "update animation" section 2023-10-20 15:45:28 +02:00
public Docs: Light/Dark logo variants 2023-05-01 12:43:45 +02:00
td-guide Docs: Add System Compatibility to Project Tools Setup 2023-11-28 11:00:03 -05:00
user-guide Docs: Fix cd commands in Project Blender Guide 2023-11-28 12:36:53 -05: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 Docs: Update to vitepress 1.0.0-rc.22 2023-10-20 01:27:08 +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.