feat: add auto new docs tree
This commit is contained in:
10
content/en/guide/_index.md
Normal file
10
content/en/guide/_index.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
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
|
||||
---
|
10
content/en/guide/lorem/_index.md
Normal file
10
content/en/guide/lorem/_index.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
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
|
||||
---
|
19
content/en/guide/lorem/ipsum/index.md
Normal file
19
content/en/guide/lorem/ipsum/index.md
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
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!
|
10
content/en/hints/_index.md
Normal file
10
content/en/hints/_index.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
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
|
||||
---
|
10
content/en/hints/lorem/_index.md
Normal file
10
content/en/hints/lorem/_index.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
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
|
||||
---
|
15
content/en/hints/lorem/ipsum/index.md
Normal file
15
content/en/hints/lorem/ipsum/index.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
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
|
||||
---
|
@ -1,8 +1,10 @@
|
||||
---
|
||||
title: "Tutorial"
|
||||
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
|
||||
---
|
||||
|
@ -1,8 +1,10 @@
|
||||
---
|
||||
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
|
||||
---
|
||||
|
@ -1,8 +1,19 @@
|
||||
---
|
||||
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!
|
||||
|
Reference in New Issue
Block a user