Docs: split introduction & getting started sections
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user