All Projects → lborb → book

lborb / book

Licence: MIT license
The Little Book of Rust Books

Labels

Projects that are alternatives of or similar to book

rsdocs-actions
Rust Books Build Action
Stars: ✭ 106 (-38.73%)
Mutual labels:  mdbook
awesome-mdbook
🕶️🗃️ a card catalog of mdbooks for your reading curiosity
Stars: ✭ 94 (-45.66%)
Mutual labels:  mdbook
Actions Gh Pages
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Stars: ✭ 2,576 (+1389.02%)
Mutual labels:  mdbook
Book
The Rust Programming Language
Stars: ✭ 8,302 (+4698.84%)
Mutual labels:  mdbook
mdbook-plantuml
mdBook preprocessor to render PlantUML diagrams to png images in the book output directory
Stars: ✭ 43 (-75.14%)
Mutual labels:  mdbook
learn-haskell-blog-generator
Learn Haskell by building a blog generator - a book about Haskell.
Stars: ✭ 66 (-61.85%)
Mutual labels:  mdbook
mdBook-zh
中文翻译:<mdBook> 一个从 Markdown 文件创建现代在线书籍的实用程序 ❤️ 更新 ✅ 2022-1-8
Stars: ✭ 24 (-86.13%)
Mutual labels:  mdbook
nimibook
A port of mdbook to nim(ib)
Stars: ✭ 34 (-80.35%)
Mutual labels:  mdbook
gooseberry
A command line utility to generate a knowledge base from Hypothesis annotations
Stars: ✭ 103 (-40.46%)
Mutual labels:  mdbook

The Little Book of Rust Books

A catalogue of Rust mdbooks.

Pull Requests

Pull requests are welcome. Please ensure they conform to the conventions described below.

Viewing

See the rendered book.

Development

Install mdbook:

cargo install mdbook

Build the book:

mdbook build

The generated files are in the book directory.

View the built book:

mdbook serve

This will launch a local web server to serve the book. Navigate to localhost:3000 in a web browser. While the web server is running, the rendered book will automatically update if the source files change.

Conventions

Each entry is of the form:

* [The Literal Title of The Book](https://a-link-to-the/book/) - an optional comment if the title isn't self-explanatory

The .editorconfig file captures basic source files formatting conventions. Many editors support this file natively; others (such as VS code) require a plugin, see https://editorconfig.org/.

The default branch is main. See Renaming the default branch from master for the rationale.

Commit logs should describe the specific changes made by a commit. See How to Write a Git Commit Message.

Deployment

The book is deployed to the gh-pages branch by CI on a push to the main branch.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].