Init auto generated category index with docusaurus

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge 2022-03-29 10:20:36 +02:00
parent ea59c932bb
commit aa25e5e4fd

View File

@ -85,6 +85,12 @@ module.exports = {
label: "Getting Started",
collapsible: false,
collapsed: false,
link: {
type: 'generated-index',
title: 'Getting Started',
description:
"Let's learn how Dagger can build and run a powerfull and blazingly fast pipeline! 🚀",
},
items: ["getting-started/local-dev", "getting-started/ci-environment"],
},
{