Skip to content
Merged
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
20 changes: 10 additions & 10 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
collapsed: false,
collapsed: true,
label: 'Project + work tracking',
items: [

Expand Down Expand Up @@ -67,7 +67,7 @@ const sidebars: SidebarsConfig = {

{
type: 'category',
collapsed: false,
collapsed: true,
label: 'Project + work management',
items: [
'core-concepts/issues/issue-types',
Expand All @@ -83,7 +83,7 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
collapsed: false,
collapsed: true,
label: 'Visualization',
items: [
'core-concepts/account/overview',
Expand All @@ -105,7 +105,7 @@ const sidebars: SidebarsConfig = {

{
type: 'category',
collapsed: false,
collapsed: true,
label: 'Navigation',
items: [
'core-concepts/power-k'
Expand All @@ -114,7 +114,7 @@ const sidebars: SidebarsConfig = {

{
type: 'category',
collapsed: false,
collapsed: true,
label: 'Workspace + user management',
items: [
'core-concepts/workspaces/overview',
Expand All @@ -127,7 +127,7 @@ const sidebars: SidebarsConfig = {

{
type: 'category',
collapsed: false,
collapsed: true,
label: 'Knowledge management',
items: [
{
Expand All @@ -143,7 +143,7 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
collapsed: false,
collapsed: true,
label: 'Importers',
items: [
'plane-importers/github-imp',
Expand All @@ -152,7 +152,7 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
collapsed: false,
collapsed: true,
label: 'Integrations',
items: [
'plane-integrations/about',
Expand All @@ -162,15 +162,15 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
collapsed: false,
collapsed: true,
label: 'Performance',
items: [
'performance/hyper-mode'
],
},
{
type: 'category',
collapsed: false,
collapsed: true,
label: 'Devices',
items: [
'devices/mobile',
Expand Down