feat: add auto new docs tree
This commit is contained in:
@ -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