Mdbook

Top 23 Mdbook Open-Source Projects

  • book

    The Rust Programming Language

  • Project mention: Learning Rust: A clean start | dev.to | 2024-02-26

    My first port of call was to google learn rust which lead me to "the book". The book is a first steps guide written by the rust community for newbies (or Rustlings as they're called) to gain a 'solid grasp of the language'.

  • actions-gh-pages

    GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • book

    The Rust and WebAssembly Book (by rustwasm)

  • Project mention: Rust, WASM, and LOK | dev.to | 2024-05-01

    Like many Rust features, there is a Rust/WASM tutorial and book that was very good. I was able to follow the tutorial to get up and running with development pretty easily... though this entire ecosystem kind of has way too many moving parts. Webpack? NPM? Nodejs? Just for this? It's a bit heavyweight, but I guess like 90% of the development in the world uses stuff like this now, huh?

  • bevy-cheatbook

    Unofficial Reference Book for the Bevy Game Engine

  • Project mention: The Bevy Foundation | news.ycombinator.com | 2024-03-12

    I've been using Bevy recently so here are some thoughts on this:

    Firstly, the overall quality is high and seeing this attention being paid to the project's organization is another good sign.

    Documentation is not great great. The Bevy book runs out of content very quickly. The "Cheat Book" has additional useful information: https://bevy-cheatbook.github.io/. With these plus the examples I've been able to figure out everything I need, but it's slow going.

    I'm not 100% sold on ECS. It loses a lot of type safety and there doesn't seem to be any way to ensure cleanup of entities and their components.

  • actions-mdbook

    GitHub Actions for mdBook (rust-lang/mdBook) ⚡️ Setup mdBook quickly and build your site fast. Linux (Ubuntu), macOS, and Windows are supported.

  • learn-haskell-blog-generator

    Learn Haskell by building a blog generator - an introductory book about Haskell.

  • book

    The Little Book of Rust Books (by lborb)

  • Project mention: How to move to rust from c++? | /r/rust | 2023-05-26

    For diving in to more specific use cases, I’ll encourage you to give the LBORB a look: https://lborb.github.io/book/

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • mdbook-katex

    A preprocessor for mdBook, rendering LaTex equations to HTML at build time.

  • book

    The Rust on ESP Book (by esp-rs)

  • Project mention: Building an occupancy sensor with a $5 ESP32 and a serverless DB | news.ycombinator.com | 2023-11-13
  • mdbook-admonish

    A preprocessor for mdbook to add Material Design admonishments.

  • gooseberry

    A command line utility to generate a knowledge base from Hypothesis annotations

  • Project mention: Differences beetwen obsidian-hypothesis-plugin and gooseberry? | /r/ObsidianMD | 2023-05-29

    Gooseberry: Https://github.com/out-of-cheese-error/gooseberry#a-typical-workflow

  • mdbook-pdf

    A backend for mdBook written in Rust for generating PDF based on headless chrome and Chrome DevTools Protocol. (用 Rust 编写的 mdBook 后端,基于headless chrome和Chrome开发工具协议生成PDF)

  • mdBook

    🎊 Soothing pastel theme for mdBook (by catppuccin)

  • mdbook-i18n-helpers

    Translation support for mdbook. The plugins here give you a structured way to maintain a translated book.

  • Project mention: Any open source projects willing to take in juniors? | /r/rust | 2023-05-24

    Yes, I would love to have more contributors to https://github.com/google/comprehensive-rust and https://github.com/google/mdbook-i18n-helpers!

  • mdbook-quiz

    Interactive quizzes for Markdown

  • Project mention: Interactive Quizzes for Markdown | news.ycombinator.com | 2024-01-08
  • mdbook-plantuml

    mdBook preprocessor to render PlantUML diagrams to png images in the book output directory

  • Project mention: Documentation as Code for Cloud Using PlantUML | news.ycombinator.com | 2023-07-30

    I started using plantuml more rigorously at work. I've found that collaboration on the drawings/diagrams, is simpler and easier as it can be tracked in Git. One additional thing that I've been using as well is the mdBook plugin to embed and render the images as part of a larger book. This has been helpful for large systems when there are many teams involved.

    https://github.com/sytsereitsma/mdbook-plantuml

  • no_std-training

    Getting-started guide on using the Rust with Espressif SoCs using no_std.

  • Project mention: no_std with ESP32: "rustc --print target-list" changes result depending on directory it's run from | /r/learnrust | 2023-11-10

    The first Book example is here: https://github.com/esp-rs/no_std-training/tree/main/intro/hello-world

  • docs

    Documentation for everything mautrix (by mautrix)

  • docker-mdbook

    mdBook Alpine Base Docker Image.

  • Project mention: Anybody know if there's a library for the doc engine that MS Docs/Learn uses? | /r/dotnet | 2023-06-15

    We use base docker image for mdBook similar to https://github.com/peaceiris/docker-mdbook, but with mermaid plugin and then embed our docs folder into resulting image so it is always up to date and is part of our CICD pipeline.

  • mdbook-man

    Generate manual pages from mdBooks!

  • mdbook-template

    A mdbook preprocessor that allows the re-usability of template files with dynamic arguments

  • protoc-gen-mdbook

    protoc plugin to generate mdBook pages

  • mdbook-auto-theme

    🎨 A browser extension for automatically applying themes on websites generated by mdBook.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Mdbook related posts

  • Rust, WASM, and LOK

    3 projects | dev.to | 1 May 2024
  • Implement React v18 from Scratch Using WASM and Rust - [1] Build the Project

    5 projects | dev.to | 7 Apr 2024
  • Learning Rust: A clean start

    5 projects | dev.to | 26 Feb 2024
  • Prodzilla: From Zero to Prod with Rust and Shuttle

    6 projects | dev.to | 21 Feb 2024
  • Help me stop hating rust

    2 projects | news.ycombinator.com | 24 Jan 2024
  • Interactive Quizzes for Markdown

    1 project | news.ycombinator.com | 8 Jan 2024
  • Command Line Rust is a great book

    4 projects | /r/rust | 8 Dec 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 4 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Mdbook projects? This list will help you:

Project Stars
1 book 14,290
2 actions-gh-pages 4,436
3 book 1,691
4 bevy-cheatbook 1,680
5 actions-mdbook 281
6 learn-haskell-blog-generator 260
7 book 259
8 mdbook-katex 184
9 book 155
10 mdbook-admonish 154
11 gooseberry 146
12 mdbook-pdf 134
13 mdBook 122
14 mdbook-i18n-helpers 111
15 mdbook-quiz 87
16 mdbook-plantuml 75
17 no_std-training 43
18 docs 42
19 docker-mdbook 41
20 mdbook-man 26
21 mdbook-template 14
22 protoc-gen-mdbook 2
23 mdbook-auto-theme 2

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com