- Use mdbook to generate a book from collection of documents
- documents are
- copied and processed from READMEs
- original content stored in the docs_src folder
- markdeep docs transformed into embedded html
- Main logic is in script docs_src/build/run.py
Markdeep documents
Markdeep documents require special processing before they can be compiled into the group.
The "original" are stored in this folder. The processing part takes place in
docs_src/build/run.py.
Editing
While editing the file, you might consider doing the following
python3 -m http.server 8001- visit
http://localhost:8001/Filament.md.htmlin the browser to view the result