Darling Docs
Go to file
terraquad 455a01082f
Remove python 2 dependency
Fix https://github.com/darlinghq/darling/issues/1410

From what I've read, python2 isn't needed in the build anymore, so I removed it
2023-07-29 12:41:42 +02:00
src Remove python 2 dependency 2023-07-29 12:41:42 +02:00
.gitignore Import from dokuwiki 2020-04-03 22:13:14 +02:00
book.toml Update book.toml 2020-04-04 14:21:25 +02:00
README.md Use code quotes, and change phrasing. 2022-07-19 11:26:06 +01:00

Darling Docs

This repository stores the contents of https://docs.darlinghq.org

Generating a local copy

Download or compile mdbook from: https://github.com/rust-lang/mdBook/releases, or install a package from your Linux distribution if available.

Then run:

mdbook book.toml

The resulting book will be available as a set of HTML files under the newly-created "book" subdirectory.