diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 4561255..6bcf3f2 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -34,20 +34,10 @@ # url = "/docs/1.0/prologue/introduction/" weight = 10 -[[main]] - name = "Guide" - url = "/guide/lorem/ipsum/" - weight = 11 - -[[main]] - name = "Tutorial" - url = "/tutorial/lorem/ipsum/" - weight = 12 - -[[main]] - name = "Hints" - url = "/hints/lorem/ipsum/" - weight = 13 +# [[main]] +# name = "Tutorial" +# url = "/tutorial/lorem/ipsum/" +# weight = 15 [[main]] name = "Blog" diff --git a/content/en/guide/_index.md b/content/en/guide/_index.md deleted file mode 100644 index 3ed0540..0000000 --- a/content/en/guide/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Docs" -description: "" -lead: "" -date: 2022-01-25T14:40:56+01:00 -lastmod: 2022-01-25T14:40:56+01:00 -draft: false -images: [] -type: docs ---- diff --git a/content/en/guide/lorem/_index.md b/content/en/guide/lorem/_index.md deleted file mode 100644 index c1b50ae..0000000 --- a/content/en/guide/lorem/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Lorem" -description: "" -lead: "" -date: 2022-01-25T14:41:21+01:00 -lastmod: 2022-01-25T14:41:21+01:00 -draft: false -images: [] -type: docs ---- diff --git a/content/en/guide/lorem/ipsum/index.md b/content/en/guide/lorem/ipsum/index.md deleted file mode 100644 index def87a0..0000000 --- a/content/en/guide/lorem/ipsum/index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Ipsum" -description: "" -lead: "" -date: 2022-01-25T14:41:39+01:00 -lastmod: 2022-01-25T14:41:39+01:00 -draft: false -images: [] -type: docs -menu: - guide: - parent: "lorem" -weight: 100 -toc: true ---- - -## Intro - -Welcome to the Guide! diff --git a/content/en/hints/_index.md b/content/en/hints/_index.md deleted file mode 100644 index 3ed0540..0000000 --- a/content/en/hints/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Docs" -description: "" -lead: "" -date: 2022-01-25T14:40:56+01:00 -lastmod: 2022-01-25T14:40:56+01:00 -draft: false -images: [] -type: docs ---- diff --git a/content/en/hints/lorem/_index.md b/content/en/hints/lorem/_index.md deleted file mode 100644 index c1b50ae..0000000 --- a/content/en/hints/lorem/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Lorem" -description: "" -lead: "" -date: 2022-01-25T14:41:21+01:00 -lastmod: 2022-01-25T14:41:21+01:00 -draft: false -images: [] -type: docs ---- diff --git a/content/en/hints/lorem/ipsum/index.md b/content/en/hints/lorem/ipsum/index.md deleted file mode 100644 index 1b7e16d..0000000 --- a/content/en/hints/lorem/ipsum/index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Ipsum" -description: "" -lead: "" -date: 2022-01-25T14:41:39+01:00 -lastmod: 2022-01-25T14:41:39+01:00 -draft: false -images: [] -type: docs -menu: - hints: - parent: "lorem" -weight: 100 -toc: true ---- diff --git a/content/en/tutorial/_index.md b/content/en/tutorial/_index.md deleted file mode 100644 index 3ed0540..0000000 --- a/content/en/tutorial/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Docs" -description: "" -lead: "" -date: 2022-01-25T14:40:56+01:00 -lastmod: 2022-01-25T14:40:56+01:00 -draft: false -images: [] -type: docs ---- diff --git a/content/en/tutorial/lorem/_index.md b/content/en/tutorial/lorem/_index.md deleted file mode 100644 index c1b50ae..0000000 --- a/content/en/tutorial/lorem/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Lorem" -description: "" -lead: "" -date: 2022-01-25T14:41:21+01:00 -lastmod: 2022-01-25T14:41:21+01:00 -draft: false -images: [] -type: docs ---- diff --git a/content/en/tutorial/lorem/ipsum/index.md b/content/en/tutorial/lorem/ipsum/index.md deleted file mode 100644 index 1ae3228..0000000 --- a/content/en/tutorial/lorem/ipsum/index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Ipsum" -description: "" -lead: "" -date: 2022-01-25T14:41:39+01:00 -lastmod: 2022-01-25T14:41:39+01:00 -draft: false -images: [] -type: docs -menu: - tutorial: - parent: "lorem" -weight: 100 -toc: true ---- - -## Intro - -Welcome to the Tutorial!