docs: add company and not collapse secs by default
This commit is contained in:
parent
2e636d8fd6
commit
6d76f7a105
@ -1,6 +1,4 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
title: Overview
|
||||
---
|
||||
|
||||
# Company Handbook
|
||||
TODO
|
||||
5
docs/docs/about/company/01-story.md
Normal file
5
docs/docs/about/company/01-story.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Story
|
||||
---
|
||||
|
||||
TODO: a month by month recap
|
||||
3
docs/docs/about/company/02-team.md
Normal file
3
docs/docs/about/company/02-team.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Team
|
||||
---
|
||||
7
docs/docs/about/company/_category_.json
Normal file
7
docs/docs/about/company/_category_.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"label": "Company",
|
||||
"position": 2,
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
}
|
||||
}
|
||||
3
docs/docs/about/handbook/01-how-we-work.md
Normal file
3
docs/docs/about/handbook/01-how-we-work.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: How We Work
|
||||
---
|
||||
3
docs/docs/about/handbook/02-team-structure.md
Normal file
3
docs/docs/about/handbook/02-team-structure.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Team Structure
|
||||
---
|
||||
7
docs/docs/about/handbook/_category_.json
Normal file
7
docs/docs/about/handbook/_category_.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"label": "Handbook",
|
||||
"position": 5,
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
}
|
||||
}
|
||||
7
docs/docs/about/roadmap/_category_.json
Normal file
7
docs/docs/about/roadmap/_category_.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"label": "Roadmap",
|
||||
"position": 4,
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
}
|
||||
}
|
||||
3
docs/docs/about/roadmap/roadmap.md
Normal file
3
docs/docs/about/roadmap/roadmap.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Roadmap
|
||||
---
|
||||
4
docs/docs/about/strategy/01-mission-and-vision.md
Normal file
4
docs/docs/about/strategy/01-mission-and-vision.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Mission & Vision
|
||||
---
|
||||
|
||||
4
docs/docs/about/strategy/02-customer-persona.md
Normal file
4
docs/docs/about/strategy/02-customer-persona.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Customer Persona
|
||||
---
|
||||
|
||||
3
docs/docs/about/strategy/03-business-model.md
Normal file
3
docs/docs/about/strategy/03-business-model.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Business Model
|
||||
---
|
||||
3
docs/docs/about/strategy/04-brand.md
Normal file
3
docs/docs/about/strategy/04-brand.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Brand
|
||||
---
|
||||
3
docs/docs/about/strategy/05-okrs.md
Normal file
3
docs/docs/about/strategy/05-okrs.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: OKRs
|
||||
---
|
||||
7
docs/docs/about/strategy/_category_.json
Normal file
7
docs/docs/about/strategy/_category_.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"label": "Strategy",
|
||||
"position": 3,
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
}
|
||||
}
|
||||
@ -44,6 +44,7 @@ const config = {
|
||||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
editUrl:
|
||||
'https://github.com/janhq/jan/docs',
|
||||
sidebarCollapsed: false,
|
||||
showLastUpdateAuthor: true,
|
||||
showLastUpdateTime: true,
|
||||
},
|
||||
@ -104,9 +105,9 @@ const config = {
|
||||
},
|
||||
{
|
||||
type: 'docSidebar',
|
||||
sidebarId: 'companySidebar',
|
||||
sidebarId: 'aboutSidebar',
|
||||
position: 'right',
|
||||
label: 'Company',
|
||||
label: 'About',
|
||||
},
|
||||
// Navbar right
|
||||
{
|
||||
@ -151,6 +152,10 @@ const config = {
|
||||
label: 'Discord',
|
||||
href: 'https://discord.gg/FTk2MvZwJH',
|
||||
},
|
||||
{
|
||||
label: 'Telegram',
|
||||
href: 'https://t.me/+cSSlxwEM-0piMDQ1',
|
||||
},
|
||||
{
|
||||
label: 'Twitter',
|
||||
href: 'https://twitter.com/askjanai',
|
||||
@ -161,8 +166,8 @@ const config = {
|
||||
title: 'More',
|
||||
items: [
|
||||
{
|
||||
label: 'Company',
|
||||
to: '/company',
|
||||
label: 'About',
|
||||
to: '/about',
|
||||
},
|
||||
{
|
||||
label: 'Blog',
|
||||
|
||||
@ -21,7 +21,7 @@ const sidebars = {
|
||||
developerSidebar: [{ type: 'autogenerated', dirName: 'developer' }],
|
||||
referenceSidebar: [{ type: 'autogenerated', dirName: 'reference' }],
|
||||
changelogSidebar: [{ type: 'autogenerated', dirName: 'changelog' }],
|
||||
companySidebar: [{ type: 'autogenerated', dirName: 'company' }],
|
||||
aboutSidebar: [{ type: 'autogenerated', dirName: 'about' }],
|
||||
|
||||
// But you can create a sidebar manually
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user