Better definition layout, page_status labels, content changes
This commit is contained in:
parent
e46e36412d
commit
4d4ee393af
19 changed files with 367 additions and 14 deletions
19
archetypes/BuiltinCommands.md
Normal file
19
archetypes/BuiltinCommands.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description: "description"
|
||||
layout: "definition"
|
||||
page_status:
|
||||
- 'stub'
|
||||
---
|
||||
|
||||
## Usage
|
||||
|
||||
```txt
|
||||
{{ .Name }} required, [optional] // type these in manually
|
||||
```
|
||||
|
||||
<!--
|
||||
optional arguments are written in square brackets
|
||||
|
||||
below you can add examples
|
||||
--->
|
|
@ -1,15 +1,15 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description: "{{ .Description }}"
|
||||
date: {{ .Date }}
|
||||
type: "lua_func"
|
||||
description: "description"
|
||||
layout: "definition"
|
||||
page_status:
|
||||
- 'stub'
|
||||
---
|
||||
|
||||
# `{{ .Name }}` – {{ .Description }}
|
||||
|
||||
## Usage
|
||||
|
||||
{{ .Name }}(required, [optional]) <!-- type these in manually -->
|
||||
```lua
|
||||
{{ .Name }}(required, [optional]) -- type these in manually
|
||||
```
|
||||
<!--
|
||||
optional arguments are written in square brackets
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue