Docs: Project Tools Update #156

Merged
Nick Alberelli merged 59 commits from :docs/project-tools-update into main 2023-10-19 22:21:50 +02:00
5 changed files with 12 additions and 11 deletions
Showing only changes of commit 93ae13c376 - Show all commits

View File

@ -51,12 +51,6 @@ export default defineConfig({
items: [ items: [
{ text: 'Introduction', link: '/pipeline-overview/introduction'}, { text: 'Introduction', link: '/pipeline-overview/introduction'},
{ text: 'Design Principles', link: '/pipeline-overview/design-principles'}, { text: 'Design Principles', link: '/pipeline-overview/design-principles'},
{text: 'Quick Start',
collapsed: true,
items: [
{ text: 'Pipeline Usage', link: '/pipeline-overview/quick-start/usage'},
]
},
{ {
text: 'Organization', text: 'Organization',
collapsed: true, collapsed: true,
@ -144,7 +138,7 @@ export default defineConfig({
text: 'Project Tools', text: 'Project Tools',
collapsed: true, collapsed: true,
items: [ items: [
{ text: 'Project Overview', link: '/user-guide/project-overview' }, { text: 'Pipeline Usage', link: '/user-guide/quick_start'},
{ text: 'Running Blender', link: '/user-guide/running_blender' }, { text: 'Running Blender', link: '/user-guide/running_blender' },
], ],
}, },
@ -164,9 +158,16 @@ export default defineConfig({
{ {
text: 'TD Guide', text: 'TD Guide',
collapsed: false, collapsed: true,
items: [ items: [
{text: 'Project Tools Setup', link: '/td-guide/project-tools-setup'}, {
text: 'Project Tools',
collapsed: true,
items: [
{ text: 'Project Overview', link: '/td-guide/project-overview' },
{text: 'Project Setup', link: '/td-guide/project-tools-setup'},
],
},
{text: 'Project Setup', link: '/td-guide/project-setup'}, {text: 'Project Setup', link: '/td-guide/project-setup'},
] ]
}, },

View File

@ -11,7 +11,7 @@ hero:
link: /pipeline-overview/introduction link: /pipeline-overview/introduction
- theme: alt - theme: alt
text: User Guide text: User Guide
link: /user-guide/project-overview link: /td-guide/project-overview
features: features:
- title: Free Software - title: Free Software

View File

@ -1,4 +1,4 @@
# Project Tools Setup # Project 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.