Merge pull request #1913 from slumbering/docs-category-index

[Docs] Init auto generated category index with docusaurus
This commit is contained in:
Gerhard Lazu 2022-03-29 11:04:34 +01:00 committed by GitHub
commit 04853e75fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,12 @@ module.exports = {
label: "Getting Started",
collapsible: false,
collapsed: false,
link: {
type: 'generated-index',
title: 'Getting Started',
description:
"Run your CI/CD pipelines locally, then easily integrate them with any CI environment.",
},
items: ["getting-started/local-dev", "getting-started/ci-environment"],
},
{
@ -92,6 +98,10 @@ module.exports = {
label: "Core Concepts",
collapsible: false,
collapsed: false,
link: {
type: 'generated-index',
title: 'Core Concepts',
},
items: [
"core-concepts/plan",
"core-concepts/client",
@ -106,6 +116,12 @@ module.exports = {
label: "Use Cases",
collapsible: false,
collapsed: false,
link: {
type: 'generated-index',
title: 'Use Cases',
description:
"See how others are using Dagger for their CI/CD pipelines. This includes integrating with CI environments.",
},
items: [
"use-cases/go-docker-swarm",
"use-cases/go-on-docker-hub"