Docs: split introduction & getting started sections

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2022-04-15 18:50:26 -05:00
parent 23af3ab20b
commit d469f11280
3 changed files with 40 additions and 1 deletions

View File

@@ -11,6 +11,19 @@
module.exports = {
"0.2": [
{
type: "category",
label: "Introduction",
collapsible: false,
items: [
"introduction/what",
"introduction/vs",
],
link: {
type: 'generated-index',
title: "Dagger Documentation",
},
},
{
type: "category",
label: "Getting Started",
@@ -19,7 +32,7 @@ module.exports = {
type: 'doc',
id: 'getting-started/index'
},
items: ["getting-started/local-dev", "getting-started/ci-environment", "getting-started/vs"],
items: ["getting-started/local-dev", "getting-started/ci-environment"],
},
{
type: "category",