mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
Merge pull request #180 from makeplane/docs/refactor
added missing pages, and title text
This commit is contained in:
commit
502e15ddf0
@ -24,7 +24,7 @@ const resources = [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/self-host',
|
href: '/self-hosting',
|
||||||
name: 'Self-host Plane',
|
name: 'Self-host Plane',
|
||||||
description: 'Run Plane on your computer or development machine.',
|
description: 'Run Plane on your computer or development machine.',
|
||||||
icon: ChatBubbleIcon,
|
icon: ChatBubbleIcon,
|
||||||
@ -51,7 +51,7 @@ const resources = [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/',
|
href: 'https://discord.com/invite/A92xrEGCge',
|
||||||
name: 'Community',
|
name: 'Community',
|
||||||
description: 'Hang out with truly exceptional devs & designers on Discord.',
|
description: 'Hang out with truly exceptional devs & designers on Discord.',
|
||||||
icon: UsersIcon,
|
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 { HeroPattern } from '@/components/HeroPattern'
|
||||||
import { Heading } from '@/components/Heading'
|
import { Heading } from '@/components/Heading'
|
||||||
|
|
||||||
export const description =
|
export const description = '.'
|
||||||
'Learn everything there is to know about the Protocol API and integrate Protocol into your product.'
|
|
||||||
|
|
||||||
export const sections = [
|
export const sections = [
|
||||||
{ title: 'Resources', id: 'resources' },
|
{ 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