Add a contributors docs subfolder & docs website config
This commit is contained in:
parent
30e55b4a12
commit
0f6f02328a
6
gitlab-pages/docs/contributors/introduction.md
Normal file
6
gitlab-pages/docs/contributors/introduction.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
id: introduction
|
||||
title: Introduction
|
||||
---
|
||||
|
||||
test
|
@ -3,5 +3,8 @@
|
||||
"Setup": ["setup-installation"],
|
||||
"Language Basics": ["language-basics-variables", "language-basics-functions", "language-basics-entrypoints", "language-basics-operators"],
|
||||
"API": ["api-cli-commands"]
|
||||
},
|
||||
"contributors-docs": {
|
||||
"Introduction": ["contributors/introduction"]
|
||||
}
|
||||
}
|
||||
|
@ -40,6 +40,7 @@ const siteConfig = {
|
||||
headerLinks: [
|
||||
{doc: 'setup-installation', label: 'Docs'},
|
||||
{doc: 'api-cli-commands', label: 'CLI'},
|
||||
{doc: 'contributors/introduction', label: 'Contributors'}
|
||||
],
|
||||
|
||||
// If you have users set above, you add it here:
|
||||
|
Loading…
Reference in New Issue
Block a user