forked from github/plane
added missing pages, and title text
This commit is contained in:
parent
acf7f59eef
commit
e20d30daf2
@ -24,7 +24,7 @@ const resources = [
|
||||
},
|
||||
},
|
||||
{
|
||||
href: '/self-host',
|
||||
href: '/self-hosting',
|
||||
name: 'Self-host Plane',
|
||||
description: 'Run Plane on your computer or development machine.',
|
||||
icon: ChatBubbleIcon,
|
||||
@ -51,7 +51,7 @@ const resources = [
|
||||
},
|
||||
},
|
||||
{
|
||||
href: '/',
|
||||
href: 'https://discord.com/invite/A92xrEGCge',
|
||||
name: 'Community',
|
||||
description: 'Hang out with truly exceptional devs & designers on Discord.',
|
||||
icon: UsersIcon,
|
||||
|
5
apps/docs/src/pages/architecture.mdx
Normal file
5
apps/docs/src/pages/architecture.mdx
Normal file
@ -0,0 +1,5 @@
|
||||
export const description = 'Plane Architecture'
|
||||
|
||||
# Plane Architecture
|
||||
|
||||
Coming very soon.
|
5
apps/docs/src/pages/cycles.mdx
Normal file
5
apps/docs/src/pages/cycles.mdx
Normal file
@ -0,0 +1,5 @@
|
||||
export const description = 'Cycles'
|
||||
|
||||
# Cycles
|
||||
|
||||
Coming very soon.
|
@ -3,8 +3,7 @@ import { Resources } from '@/components/Resources'
|
||||
import { HeroPattern } from '@/components/HeroPattern'
|
||||
import { Heading } from '@/components/Heading'
|
||||
|
||||
export const description =
|
||||
'Learn everything there is to know about the Protocol API and integrate Protocol into your product.'
|
||||
export const description = '.'
|
||||
|
||||
export const sections = [
|
||||
{ title: 'Resources', id: 'resources' },
|
||||
|
5
apps/docs/src/pages/issues.mdx
Normal file
5
apps/docs/src/pages/issues.mdx
Normal file
@ -0,0 +1,5 @@
|
||||
export const description = 'Issues'
|
||||
|
||||
# Issues
|
||||
|
||||
Coming very soon.
|
5
apps/docs/src/pages/modules.mdx
Normal file
5
apps/docs/src/pages/modules.mdx
Normal file
@ -0,0 +1,5 @@
|
||||
export const description = 'Modules'
|
||||
|
||||
# Modules
|
||||
|
||||
Coming very soon.
|
Loading…
Reference in New Issue
Block a user