Simplify doc generation infra

PUBLISHED_FROM=80e77fda1c358294f251ca77d3dd64e8ca9160e5
This commit is contained in:
Sergey Lyubka 2016-05-25 20:54:28 +03:00
parent 9fe4447ff8
commit 8d8086aebd
8 changed files with 14 additions and 37 deletions

View File

@ -1,5 +0,0 @@
{
"items": [
{ "type": "markdown", "name": "intro.md" }
]
}

View File

@ -1,4 +1,6 @@
---
title: "Examples"
items:
- { type: file, name: parse-http-request.md }
- { type: file, name: find-urls.md }
---

View File

@ -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
View 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 }
---

View File

@ -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" }
]
}

View File

@ -1,5 +0,0 @@
{
"items": [
{ "type": "markdown", "name": "intro.md" }
]
}

View File

@ -1,5 +0,0 @@
{
"items": [
{ "type": "markdown", "name": "intro.md" }
]
}

View File

@ -1,5 +0,0 @@
{
"items": [
{ "type": "markdown", "name": "intro.md" }
]
}