docs: migrate from 0.1

- Temporary page that just points to the GitHub Discussion
- Goal: create a stable link we can share, update with proper content
  later
- Wasn't sure how to categorize this so I've renamed `DRAFTS` into
  `Knowledge Base`

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2022-03-10 16:47:32 -08:00
parent 3e702626a4
commit 9358945526
2 changed files with 21 additions and 7 deletions

View File

@@ -76,10 +76,7 @@ module.exports = {
label: "Getting Started",
collapsible: false,
collapsed: false,
items: [
"getting-started/local-dev",
"getting-started/ci-environment"
],
items: ["getting-started/local-dev", "getting-started/ci-environment"],
},
{
type: "category",
@@ -95,10 +92,11 @@ module.exports = {
},
{
type: "category",
label: "DRAFTS",
collapsible: true,
collapsed: true,
label: "Knowledge Base",
collapsible: false,
collapsed: false,
items: [
"knowledge-base/migrate-from-dagger-0.1",
"learn/api",
"use-cases/go-docker-swarm",
],