Commit 7c6e17f4 authored by Henk Verlinde's avatar Henk Verlinde
Browse files

config: reset to defaults

parent 4162b711
Loading
Loading
Loading
Loading
+4 −14
Original line number Diff line number Diff line
@@ -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"

content/en/guide/_index.md

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
---
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
---

content/en/guide/lorem/_index.md

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
---
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
---
+0 −19
Original line number Diff line number Diff line
---
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!

content/en/hints/_index.md

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
---
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
---
Loading