Initial refactor of About section
This commit is contained in:
parent
4eb2567a55
commit
ce37261133
6
docs/docs/about/about.md
Normal file
6
docs/docs/about/about.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: About Jan
|
||||||
|
---
|
||||||
|
|
||||||
|
- Mission, Vision, etc
|
||||||
|
- COSS Model
|
||||||
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Internal Guidelines
|
title: Cookbook
|
||||||
sidebar_position: 6
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Internal Guidelines
|
# Internal Guidelines
|
||||||
@ -2,3 +2,6 @@
|
|||||||
title: Company Handbook
|
title: Company Handbook
|
||||||
slug: /handbook
|
slug: /handbook
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## Remote Work
|
||||||
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: How We Work
|
|
||||||
---
|
|
||||||
@ -118,31 +118,25 @@ const config = {
|
|||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
// Navbar left
|
// Navbar left
|
||||||
// {
|
|
||||||
// type: "docSidebar",
|
|
||||||
// sidebarId: "featuresSidebar",
|
|
||||||
// position: "left",
|
|
||||||
// label: "Platform",
|
|
||||||
// },
|
|
||||||
{
|
|
||||||
type: "docSidebar",
|
|
||||||
sidebarId: "companySidebar",
|
|
||||||
position: "left",
|
|
||||||
label: "Company",
|
|
||||||
},
|
|
||||||
// Navbar right
|
|
||||||
{
|
{
|
||||||
type: "docSidebar",
|
type: "docSidebar",
|
||||||
sidebarId: "guidesSidebar",
|
sidebarId: "guidesSidebar",
|
||||||
position: "right",
|
position: "left",
|
||||||
label: "User Guides",
|
label: "User Guides",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "docSidebar",
|
type: "docSidebar",
|
||||||
sidebarId: "devSidebar",
|
sidebarId: "devSidebar",
|
||||||
position: "right",
|
position: "left",
|
||||||
label: "Developer",
|
label: "Developer",
|
||||||
},
|
},
|
||||||
|
// Navbar right
|
||||||
|
{
|
||||||
|
type: "docSidebar",
|
||||||
|
sidebarId: "aboutSidebar",
|
||||||
|
position: "right",
|
||||||
|
label: "About",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
prism: {
|
prism: {
|
||||||
|
|||||||
@ -110,7 +110,7 @@ const sidebars = {
|
|||||||
// },
|
// },
|
||||||
],
|
],
|
||||||
|
|
||||||
companySidebar: [
|
aboutSidebar: [
|
||||||
// {
|
// {
|
||||||
// type: "category",
|
// type: "category",
|
||||||
// label: "About Jan",
|
// label: "About Jan",
|
||||||
@ -126,6 +126,10 @@ const sidebars = {
|
|||||||
// },
|
// },
|
||||||
// ],
|
// ],
|
||||||
// },
|
// },
|
||||||
|
{
|
||||||
|
type: "doc",
|
||||||
|
id: "about/about",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Events",
|
label: "Events",
|
||||||
@ -139,14 +143,20 @@ const sidebars = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// type: "category",
|
type: "category",
|
||||||
// label: "Company Handbook",
|
label: "Company Handbook",
|
||||||
// collapsible: true,
|
collapsible: true,
|
||||||
// collapsed: true,
|
collapsed: true,
|
||||||
// link: { type: "doc", id: "handbook/handbook" },
|
link: { type: "doc", id: "handbook/handbook" },
|
||||||
// items: ["handbook/remote-work"],
|
items: [
|
||||||
// },
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Engineering",
|
||||||
|
items: ["handbook/engineering/internal"],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user