added missing pages, and title text

This commit is contained in:
sphynxux 2023-01-18 00:56:56 +05:30
parent acf7f59eef
commit e20d30daf2
6 changed files with 23 additions and 4 deletions

View File

@ -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,

View File

@ -0,0 +1,5 @@
export const description = 'Plane Architecture'
# Plane Architecture
Coming very soon.

View File

@ -0,0 +1,5 @@
export const description = 'Cycles'
# Cycles
Coming very soon.

View File

@ -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' },

View File

@ -0,0 +1,5 @@
export const description = 'Issues'
# Issues
Coming very soon.

View File

@ -0,0 +1,5 @@
export const description = 'Modules'
# Modules
Coming very soon.