You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metalsmith plugin to generate Docpress site data from a project. Part of the [Docpress] project.
4
4
5
-
1. make a toc in `docs/README.md`
6
-
2. renders a site based on it
5
+
This plugin generates bare HTML files (just rendered from Markdown) from a project. It also creates a `toc.json` (Table of contents) and `index.json` (Page index). This is usually used with [docpress-base], which will then prettify those pages into a full-fleged website.
7
6
8
-
sample:
7
+
## How it works
8
+
9
+
Make a TOC in `docs/README.md`. This will be used to crawl the project for files to be parsed. Here's an example structure:
0 commit comments