Docs: Project Tools Update #156
@ -140,8 +140,15 @@ export default defineConfig({
|
|||||||
text: 'User Guide',
|
text: 'User Guide',
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Project Overview', link: '/user-guide/project-overview' },
|
{
|
||||||
{ text: 'Running Blender', link: '/user-guide/running_blender' },
|
text: 'Project Tools',
|
||||||
|
collapsed: true,
|
||||||
|
items: [
|
||||||
|
{ text: 'Project Overview', link: '/user-guide/project-overview' },
|
||||||
|
{ text: 'Running Blender', link: '/user-guide/running_blender' },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
text: 'Organization',
|
text: 'Organization',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
@ -159,7 +166,7 @@ export default defineConfig({
|
|||||||
text: 'TD Guide',
|
text: 'TD Guide',
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
{text: 'Pipeline Setup', link: '/td-guide/pipeline-setup'},
|
{text: 'Project Tools Setup', link: '/td-guide/project-tools-setup'},
|
||||||
{text: 'Project Setup', link: '/td-guide/project-setup'},
|
{text: 'Project Setup', link: '/td-guide/project-setup'},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Pipeline Setup
|
# Project Tools Setup
|
||||||
|
|
||||||
::: warning Work in Progress
|
::: warning Work in Progress
|
||||||
15 Oct. 2023 - The content of this page is currently being edited/updated.
|
15 Oct. 2023 - The content of this page is currently being edited/updated.
|
||||||
@ -153,7 +153,7 @@ October 19th 2023 -This feature is only available on linux at this time. Mac & W
|
|||||||
2. Search the 'Blender Kitsu' and use the checkbox to Enable the Add-On
|
2. Search the 'Blender Kitsu' and use the checkbox to Enable the Add-On
|
||||||
3. Set the following settings in the add-on preferences
|
3. Set the following settings in the add-on preferences
|
||||||
- Login
|
- Login
|
||||||
- Host: `{my_kitsu_server_url}` *Set during [Kitsu Server Setup](/td-guide/pipeline-setup.md#kitsu-server-setup)*
|
- Host: `{my_kitsu_server_url}` *Set during [Kitsu Server Setup](/td-guide/project-tools-setup.md#kitsu-server-setup)*
|
||||||
- Username: `{username@studio.org}`
|
- Username: `{username@studio.org}`
|
||||||
- Password: `{user_password}`
|
- Password: `{user_password}`
|
||||||
- Project Settings
|
- Project Settings
|
Loading…
Reference in New Issue
Block a user