Commit 1ce4aa81 authored by Sergey Lyubka's avatar Sergey Lyubka

Simplify doc generation infra

PUBLISHED_FROM=80e77fda1c358294f251ca77d3dd64e8ca9160e5
parent 177e829f
---
title: Build Options
items:
- { type: file, name: enabling-flags.md }
- { type: file, name: disabling-flags.md }
- { type: file, name: platform-spec.md }
- { type: file, name: tunables.md }
---
Mongoose source code ships in a single .c file that contains functionality
......
{
"items": [
{ "type": "markdown", "name": "intro.md" },
{ "type": "markdown", "name": "enabling-flags.md" },
{ "type": "markdown", "name": "disabling-flags.md" },
{ "type": "markdown", "name": "platform-spec.md" },
{ "type": "markdown", "name": "tunables.md" }
]
}
---
title: Design Concept
items:
- { type: file, name: memory-buffers.md }
- { type: file, name: event-handler.md }
- { type: file, name: events.md }
- { type: file, name: conn-flags.md }
---
Mongoose is a multi-protocol networking library that implements non-blocking,
......
{
"items": [
{ "type": "markdown", "name": "intro.md" },
{ "type": "markdown", "name": "memory-buffers.md" },
{ "type": "markdown", "name": "event-handler.md" },
{ "type": "markdown", "name": "events.md" },
{ "type": "markdown", "name": "conn-flags.md" }
]
}
---
title: Mongoose - a networking library
color: '#1D6482'
repo: https://github.com/cesanta/mongoose
items:
- { type: dir, name: usage-example }
- { type: dir, name: design-concept }
- { type: dir, name: build-options }
- { type: flat, name: c-api }
---
Mongoose is a multi-protocol embedded networking library with
that implements TCP, UDP, HTTP, WebSocket, CoAP, MQTT, JSON-RPC,
both client and server mode.
{
"items": [
{ "type": "section", "name": "usage-example" },
{ "type": "section", "name": "design-concept" },
{ "type": "section", "name": "build-options" },
{ "type": "flat_sections_set", "name": "c-api" }
]
}
{
"items": [
{ "type": "markdown", "name": "intro.md" }
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment