Add a contributors docs subfolder & docs website config

This commit is contained in:
Matej Sima 2019-06-03 11:20:32 +02:00
parent 30e55b4a12
commit 0f6f02328a
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
id: introduction
title: Introduction
---
test

View File

@ -3,5 +3,8 @@
"Setup": ["setup-installation"], "Setup": ["setup-installation"],
"Language Basics": ["language-basics-variables", "language-basics-functions", "language-basics-entrypoints", "language-basics-operators"], "Language Basics": ["language-basics-variables", "language-basics-functions", "language-basics-entrypoints", "language-basics-operators"],
"API": ["api-cli-commands"] "API": ["api-cli-commands"]
},
"contributors-docs": {
"Introduction": ["contributors/introduction"]
} }
} }

View File

@ -40,6 +40,7 @@ const siteConfig = {
headerLinks: [ headerLinks: [
{doc: 'setup-installation', label: 'Docs'}, {doc: 'setup-installation', label: 'Docs'},
{doc: 'api-cli-commands', label: 'CLI'}, {doc: 'api-cli-commands', label: 'CLI'},
{doc: 'contributors/introduction', label: 'Contributors'}
], ],
// If you have users set above, you add it here: // If you have users set above, you add it here: