mirror of
https://github.com/cesanta/slre.git
synced 2026-04-25 23:28:08 -04:00
Simplify doc generation infra
PUBLISHED_FROM=80e77fda1c358294f251ca77d3dd64e8ca9160e5
This commit is contained in:
parent
9fe4447ff8
commit
8d8086aebd
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"items": [
|
|
||||||
{ "type": "markdown", "name": "intro.md" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Examples"
|
title: "Examples"
|
||||||
|
items:
|
||||||
|
- { type: file, name: parse-http-request.md }
|
||||||
|
- { type: file, name: find-urls.md }
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"items": [
|
|
||||||
{ "type": "markdown", "name": "intro.md" },
|
|
||||||
{ "type": "markdown", "name": "parse-http-request.md" },
|
|
||||||
{ "type": "markdown", "name": "find-urls.md" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
11
docs/intro.md
Normal file
11
docs/intro.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: SLRE - Super Light RegEx
|
||||||
|
color: '#AAA496'
|
||||||
|
repo: https://github.com/cesanta/slre
|
||||||
|
items:
|
||||||
|
- { type: dir, name: overview }
|
||||||
|
- { type: dir, name: syntax }
|
||||||
|
- { type: dir, name: api }
|
||||||
|
- { type: dir, name: examples }
|
||||||
|
- { type: dir, name: license }
|
||||||
|
---
|
||||||
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"items": [
|
|
||||||
{ "type": "section", "name": "overview" },
|
|
||||||
{ "type": "section", "name": "syntax" },
|
|
||||||
{ "type": "section", "name": "api" },
|
|
||||||
{ "type": "section", "name": "examples" },
|
|
||||||
{ "type": "section", "name": "license" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"items": [
|
|
||||||
{ "type": "markdown", "name": "intro.md" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"items": [
|
|
||||||
{ "type": "markdown", "name": "intro.md" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"items": [
|
|
||||||
{ "type": "markdown", "name": "intro.md" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user