mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 09:57:03 +02:00
docs(v2): add community pages (#2545)
* docs(v2): add community pages * misc fixes
This commit is contained in:
parent
8f0206b2fe
commit
c1ef488115
5 changed files with 81 additions and 123 deletions
|
@ -7,12 +7,7 @@
|
|||
|
||||
module.exports = {
|
||||
docs: {
|
||||
Docusaurus: [
|
||||
'introduction',
|
||||
'design-principles',
|
||||
'contributing',
|
||||
'resources',
|
||||
],
|
||||
Docusaurus: ['introduction', 'design-principles', 'contributing'],
|
||||
'Getting Started': ['installation', 'configuration'],
|
||||
Guides: [
|
||||
'creating-pages',
|
||||
|
@ -35,4 +30,19 @@ module.exports = {
|
|||
'theme-classic',
|
||||
],
|
||||
},
|
||||
community: [
|
||||
'support',
|
||||
'team',
|
||||
'resources',
|
||||
{
|
||||
type: 'link',
|
||||
href: '/showcase',
|
||||
label: 'Showcase',
|
||||
},
|
||||
{
|
||||
type: 'link',
|
||||
href: '/feedback',
|
||||
label: 'Feedback',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue