rubigo
mdBook
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rubigo
We haven't tracked posts mentioning rubigo yet.
Tracking mentions began in Dec 2020.
mdBook
-
Why I Prefer RST to Markdown
I think a good example is all of the wonderful documentation that's been created with mdBook.
Heck, the Rust book was written with it, and they also made a print edition, so maybe markdown is enough even for that.
https://github.com/rust-lang/mdBook
- Everything Curl
- Doks β Build a Docs Site
-
Ask HN: How do you organize software documentation at work?
I'm responsible for a number of Java products. I try to provide high-quality Javadoc for all public library interfaces, library user's guides where appropriate, and development guides for applications. The latter two take the form of MDBook documents (https://rust-lang.github.io/mdBook/), with the document source living in the GitHub repo so that it's tied to the particular software release in a natural way.
-
Outline: Self hostable, realtime, Markdown compatible knowledge base
My org has used mdBook: https://rust-lang.github.io/mdBook/ (That link is itself a rendered mdBook, so that'll give you an idea of the feature set.)
(While it's definitely a Rust "thing", if you just have a set of .md files, all you need is a "SUMMARY.md" (which contains the ToC) and a small config file; i.e., you don't have to have any Rust code to use it, and it works fine without. We document a large, mostly non-Rust codebase with it.)
-
Ask HN: Best tools for self-authoring books in 2023?
If you want the lowest friction, open source, easily extensible Markdown to Web, Kindle, PDF, etc. tool, highly recommend mdBook: https://github.com/rust-lang/mdBook itβs written in Rust, but you donβt have to know any Rust to use it. And then wing is all CSS; for which there are many good (free) themes.
- Early performance results from the prototype CHERI ARM Morello microarchitecture
- FLaNK Stack for 4th of July
- MdBook β A command line tool to create books with Markdown
What are some alternatives?
smart-open - Opens files for reading.
gitbook - The open source frontend for GitBook doc sites
emplace - π©ββ€οΈβπβπ© Synchronize installed packages on multiple machines
MkDocs - Project documentation with Markdown.
brink - Brink is a domain specific language for linking and composing binary files.
Wiki.js - Wiki.js | A modern and powerful wiki app built on Node.js
ifttt-webhook - Simple async library for triggering IFTTT events using webhooks.
bookdown - Authoring Books and Technical Documents with R Markdown
quick-skeleton - Simple tool for scaffolding
obsidian-releases - Community plugins list, theme list, and releases of Obsidian.
workstation - A nifty commandline tool to manage your workstation.
Docusaurus - Easy to maintain open source documentation websites.