Merge pull request #1913 from slumbering/docs-category-index
[Docs] Init auto generated category index with docusaurus
This commit is contained in:
commit
04853e75fc
@ -85,6 +85,12 @@ module.exports = {
|
|||||||
label: "Getting Started",
|
label: "Getting Started",
|
||||||
collapsible: false,
|
collapsible: false,
|
||||||
collapsed: 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"],
|
items: ["getting-started/local-dev", "getting-started/ci-environment"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -92,6 +98,10 @@ module.exports = {
|
|||||||
label: "Core Concepts",
|
label: "Core Concepts",
|
||||||
collapsible: false,
|
collapsible: false,
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
|
link: {
|
||||||
|
type: 'generated-index',
|
||||||
|
title: 'Core Concepts',
|
||||||
|
},
|
||||||
items: [
|
items: [
|
||||||
"core-concepts/plan",
|
"core-concepts/plan",
|
||||||
"core-concepts/client",
|
"core-concepts/client",
|
||||||
@ -106,6 +116,12 @@ module.exports = {
|
|||||||
label: "Use Cases",
|
label: "Use Cases",
|
||||||
collapsible: false,
|
collapsible: false,
|
||||||
collapsed: 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: [
|
items: [
|
||||||
"use-cases/go-docker-swarm",
|
"use-cases/go-docker-swarm",
|
||||||
"use-cases/go-on-docker-hub"
|
"use-cases/go-on-docker-hub"
|
||||||
|
Reference in New Issue
Block a user