From 74c60964029ca4a3d33a503b398b61d67fc78817 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Sun, 17 Apr 2022 02:45:14 -0500 Subject: [PATCH] Docs: fix index Signed-off-by: Solomon Hykes --- docs/getting-started/index.md | 2 +- docs/introduction/index.md | 13 +++++++++++++ website/sidebars.js | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 docs/introduction/index.md diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 8429055a..1663c729 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -1,5 +1,5 @@ --- -slug: / +slug: /getting-started displayed_sidebar: '0.2' --- diff --git a/docs/introduction/index.md b/docs/introduction/index.md new file mode 100644 index 00000000..c2a6eb22 --- /dev/null +++ b/docs/introduction/index.md @@ -0,0 +1,13 @@ +--- +slug: / +displayed_sidebar: '0.2' +--- + +# Dagger Documentation + +```mdx-code-block +import DocCardList from '@theme/DocCardList'; +import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; + + +``` diff --git a/website/sidebars.js b/website/sidebars.js index 707a71ce..1d59cb26 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -20,8 +20,8 @@ module.exports = { "introduction/vs", ], link: { - type: 'generated-index', - title: "Dagger Documentation", + type: 'doc', + id: 'introduction/index' }, }, {