Docs: Project Tools Update #156
@ -51,12 +51,6 @@ export default defineConfig({
|
||||
items: [
|
||||
{ text: 'Introduction', link: '/pipeline-overview/introduction'},
|
||||
{ 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',
|
||||
collapsed: true,
|
||||
@ -144,7 +138,7 @@ export default defineConfig({
|
||||
text: 'Project Tools',
|
||||
collapsed: true,
|
||||
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' },
|
||||
],
|
||||
},
|
||||
@ -164,9 +158,16 @@ export default defineConfig({
|
||||
|
||||
{
|
||||
text: 'TD Guide',
|
||||
collapsed: false,
|
||||
collapsed: true,
|
||||
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'},
|
||||
]
|
||||
},
|
||||
|
@ -11,7 +11,7 @@ hero:
|
||||
link: /pipeline-overview/introduction
|
||||
- theme: alt
|
||||
text: User Guide
|
||||
link: /user-guide/project-overview
|
||||
link: /td-guide/project-overview
|
||||
|
||||
features:
|
||||
- title: Free Software
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Project Tools Setup
|
||||
# Project Setup
|
||||
|
||||
::: warning Work in Progress
|
||||
15 Oct. 2023 - The content of this page is currently being edited/updated.
|
||||
|
Loading…
Reference in New Issue
Block a user