diff --git a/docs/docs/company/README.md b/docs/docs/about/README.md similarity index 53% rename from docs/docs/company/README.md rename to docs/docs/about/README.md index 2124bab0a..42956286a 100644 --- a/docs/docs/company/README.md +++ b/docs/docs/about/README.md @@ -1,6 +1,4 @@ --- sidebar_position: 1 +title: Overview --- - -# Company Handbook -TODO \ No newline at end of file diff --git a/docs/docs/about/company/01-story.md b/docs/docs/about/company/01-story.md new file mode 100644 index 000000000..a039c8c4b --- /dev/null +++ b/docs/docs/about/company/01-story.md @@ -0,0 +1,5 @@ +--- +title: Story +--- + +TODO: a month by month recap \ No newline at end of file diff --git a/docs/docs/about/company/02-team.md b/docs/docs/about/company/02-team.md new file mode 100644 index 000000000..44c5cf12b --- /dev/null +++ b/docs/docs/about/company/02-team.md @@ -0,0 +1,3 @@ +--- +title: Team +--- diff --git a/docs/docs/about/company/_category_.json b/docs/docs/about/company/_category_.json new file mode 100644 index 000000000..bf41cc7c4 --- /dev/null +++ b/docs/docs/about/company/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "Company", + "position": 2, + "link": { + "type": "generated-index" + } +} \ No newline at end of file diff --git a/docs/docs/about/handbook/01-how-we-work.md b/docs/docs/about/handbook/01-how-we-work.md new file mode 100644 index 000000000..b943e293c --- /dev/null +++ b/docs/docs/about/handbook/01-how-we-work.md @@ -0,0 +1,3 @@ +--- +title: How We Work +--- \ No newline at end of file diff --git a/docs/docs/about/handbook/02-team-structure.md b/docs/docs/about/handbook/02-team-structure.md new file mode 100644 index 000000000..da7664223 --- /dev/null +++ b/docs/docs/about/handbook/02-team-structure.md @@ -0,0 +1,3 @@ +--- +title: Team Structure +--- \ No newline at end of file diff --git a/docs/docs/about/handbook/_category_.json b/docs/docs/about/handbook/_category_.json new file mode 100644 index 000000000..a6e7c1d56 --- /dev/null +++ b/docs/docs/about/handbook/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "Handbook", + "position": 5, + "link": { + "type": "generated-index" + } +} \ No newline at end of file diff --git a/docs/docs/about/roadmap/_category_.json b/docs/docs/about/roadmap/_category_.json new file mode 100644 index 000000000..019828282 --- /dev/null +++ b/docs/docs/about/roadmap/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "Roadmap", + "position": 4, + "link": { + "type": "generated-index" + } +} \ No newline at end of file diff --git a/docs/docs/about/roadmap/roadmap.md b/docs/docs/about/roadmap/roadmap.md new file mode 100644 index 000000000..7b0e072f3 --- /dev/null +++ b/docs/docs/about/roadmap/roadmap.md @@ -0,0 +1,3 @@ +--- +title: Roadmap +--- \ No newline at end of file diff --git a/docs/docs/about/strategy/01-mission-and-vision.md b/docs/docs/about/strategy/01-mission-and-vision.md new file mode 100644 index 000000000..c213a5537 --- /dev/null +++ b/docs/docs/about/strategy/01-mission-and-vision.md @@ -0,0 +1,4 @@ +--- +title: Mission & Vision +--- + diff --git a/docs/docs/about/strategy/02-customer-persona.md b/docs/docs/about/strategy/02-customer-persona.md new file mode 100644 index 000000000..63c54b4c7 --- /dev/null +++ b/docs/docs/about/strategy/02-customer-persona.md @@ -0,0 +1,4 @@ +--- +title: Customer Persona +--- + diff --git a/docs/docs/about/strategy/03-business-model.md b/docs/docs/about/strategy/03-business-model.md new file mode 100644 index 000000000..c5467da8a --- /dev/null +++ b/docs/docs/about/strategy/03-business-model.md @@ -0,0 +1,3 @@ +--- +title: Business Model +--- diff --git a/docs/docs/about/strategy/04-brand.md b/docs/docs/about/strategy/04-brand.md new file mode 100644 index 000000000..76fb3f072 --- /dev/null +++ b/docs/docs/about/strategy/04-brand.md @@ -0,0 +1,3 @@ +--- +title: Brand +--- diff --git a/docs/docs/about/strategy/05-okrs.md b/docs/docs/about/strategy/05-okrs.md new file mode 100644 index 000000000..19d0e76a5 --- /dev/null +++ b/docs/docs/about/strategy/05-okrs.md @@ -0,0 +1,3 @@ +--- +title: OKRs +--- diff --git a/docs/docs/about/strategy/_category_.json b/docs/docs/about/strategy/_category_.json new file mode 100644 index 000000000..f33658d7c --- /dev/null +++ b/docs/docs/about/strategy/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "Strategy", + "position": 3, + "link": { + "type": "generated-index" + } +} \ No newline at end of file diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 77afaf164..e19416fb1 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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', diff --git a/docs/sidebars.js b/docs/sidebars.js index 22b4bd6be..0623dc0ae 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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 /*