close
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 27 additions & 3 deletions apps/docs/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,25 @@ const config = defineConfig({
text: "Get started",
items: [
{ text: "Introduction", link: "/introduction/home" },
{ text: "Quickstart guide", link: "/introduction/quickstart" },
{
text: "Quickstart guide",
link: "/introduction/quickstart",
collapsed: true,
items: [
{
text: "How to Plane: For startups",
link: "/introduction/quickstart/startups",
},
{
text: "How to Plane: For growing teams",
link: "/introduction/quickstart/growing-teams",
},
{
text: "How to Plane: For enterprise teams",
link: "/introduction/quickstart/enterprise-teams",
},
],
},
{ text: "Core concepts", link: "/introduction/core-concepts" },
{
text: "Tutorials",
Expand Down Expand Up @@ -370,7 +388,10 @@ const config = defineConfig({
},
],
},
{ text: "Workspace Governance", link: "/workspace-administration/workspace-governance" },
{
text: "Workspace Governance",
link: "/workspace-administration/workspace-governance",
},
{
text: "Authentication",
collapsed: true,
Expand All @@ -383,7 +404,10 @@ const config = defineConfig({
},
],
},
{ text: "Workspace Audit Logs", link: "/workspaces-and-users/audit-logs" },
{
text: "Workspace Audit Logs",
link: "/workspaces-and-users/audit-logs",
},
{
text: "Billing and plans",
collapsed: true,
Expand Down
Loading
Loading