Add READMEs for all new crates
This commit is contained in:
parent
6e6518a7ae
commit
e0a4fb1ea9
7 changed files with 91 additions and 0 deletions
13
crates/mdbook-core/README.md
Normal file
13
crates/mdbook-core/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# mdbook-core
|
||||||
|
|
||||||
|
[](https://docs.rs/mdbook-core)
|
||||||
|
[](https://crates.io/crates/mdbook-core)
|
||||||
|
[](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)
|
||||||
|
|
||||||
|
This is the base support library for [mdBook](https://rust-lang.github.io/mdBook/). It is intended for internal use only. Other mdBook crates depend on this for any types that are shared across the crates.
|
||||||
|
|
||||||
|
> This crate is maintained by the mdBook team, primarily for use by mdBook and not intended for external use (except as a transitive dependency). This crate may make major changes to its APIs or be deprecated without warning.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[Mozilla Public License, version 2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)
|
||||||
13
crates/mdbook-driver/README.md
Normal file
13
crates/mdbook-driver/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# mdbook-driver
|
||||||
|
|
||||||
|
[](https://docs.rs/mdbook-driver)
|
||||||
|
[](https://crates.io/crates/mdbook-driver)
|
||||||
|
[](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)
|
||||||
|
|
||||||
|
This is the high-level Rust library for running [mdBook](https://rust-lang.github.io/mdBook/). New books can be created using [`BookBuilder`](https://docs.rs/mdbook-driver/latest/mdbook_driver/init/struct.BookBuilder.html). The primary type [`MDBook`](https://docs.rs/mdbook-driver/latest/mdbook_driver/struct.MDBook.html) can be used to manage and render books.
|
||||||
|
|
||||||
|
> This crate is maintained by the mdBook team for use by the wider ecosystem. This crate follows [semver compatibility](https://doc.rust-lang.org/cargo/reference/semver.html) for its APIs.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[Mozilla Public License, version 2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)
|
||||||
13
crates/mdbook-html/README.md
Normal file
13
crates/mdbook-html/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# mdbook-html
|
||||||
|
|
||||||
|
[](https://docs.rs/mdbook-html)
|
||||||
|
[](https://crates.io/crates/mdbook-html)
|
||||||
|
[](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)
|
||||||
|
|
||||||
|
This is the HTML renderer for [mdBook](https://rust-lang.github.io/mdBook/). This is intended for internal use only. It is automatically included by [`mdbook-driver`](https://crates.io/crates/mdbook-driver) to render books to HTML.
|
||||||
|
|
||||||
|
> This crate is maintained by the mdBook team, primarily for use by mdBook and not intended for external use (except as a transitive dependency). This crate may make major changes to its APIs or be deprecated without warning.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[Mozilla Public License, version 2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)
|
||||||
13
crates/mdbook-markdown/README.md
Normal file
13
crates/mdbook-markdown/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# mdbook-markdown
|
||||||
|
|
||||||
|
[](https://docs.rs/mdbook-markdown)
|
||||||
|
[](https://crates.io/crates/mdbook-markdown)
|
||||||
|
[](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)
|
||||||
|
|
||||||
|
This is the Markdown support library for [mdBook](https://rust-lang.github.io/mdBook/). Rust crates (such as preprocessors) can use this library to process Markdown in the same way as mdBook.
|
||||||
|
|
||||||
|
> This crate is maintained by the mdBook team for use by the wider ecosystem. This crate follows [semver compatibility](https://doc.rust-lang.org/cargo/reference/semver.html) for its APIs.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[Mozilla Public License, version 2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)
|
||||||
13
crates/mdbook-preprocessor/README.md
Normal file
13
crates/mdbook-preprocessor/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# mdbook-preprocessor
|
||||||
|
|
||||||
|
[](https://docs.rs/mdbook-preprocessor)
|
||||||
|
[](https://crates.io/crates/mdbook-preprocessor)
|
||||||
|
[](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)
|
||||||
|
|
||||||
|
This is the Rust library to implement a [preprocessor](https://rust-lang.github.io/mdBook/for_developers/preprocessors.html) for [mdBook](https://rust-lang.github.io/mdBook/).
|
||||||
|
|
||||||
|
> This crate is maintained by the mdBook team for use by the wider ecosystem. This crate follows [semver compatibility](https://doc.rust-lang.org/cargo/reference/semver.html) for its APIs.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[Mozilla Public License, version 2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)
|
||||||
13
crates/mdbook-renderer/README.md
Normal file
13
crates/mdbook-renderer/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# mdbook-renderer
|
||||||
|
|
||||||
|
[](https://docs.rs/mdbook-renderer)
|
||||||
|
[](https://crates.io/crates/mdbook-renderer)
|
||||||
|
[](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)
|
||||||
|
|
||||||
|
This is the Rust library to implement a [renderer](https://rust-lang.github.io/mdBook/for_developers/backends.html) for [mdBook](https://rust-lang.github.io/mdBook/).
|
||||||
|
|
||||||
|
> This crate is maintained by the mdBook team for use by the wider ecosystem. This crate follows [semver compatibility](https://doc.rust-lang.org/cargo/reference/semver.html) for its APIs.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[Mozilla Public License, version 2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)
|
||||||
13
crates/mdbook-summary/README.md
Normal file
13
crates/mdbook-summary/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# mdbook-summary
|
||||||
|
|
||||||
|
[](https://docs.rs/mdbook-summary)
|
||||||
|
[](https://crates.io/crates/mdbook-summary)
|
||||||
|
[](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)
|
||||||
|
|
||||||
|
This is the Rust library used to parse the [`SUMMARY.md`](https://rust-lang.github.io/mdBook/format/summary.html) file structure for [mdBook](https://rust-lang.github.io/mdBook/).
|
||||||
|
|
||||||
|
> This crate is maintained by the mdBook team for use by the wider ecosystem. This crate follows [semver compatibility](https://doc.rust-lang.org/cargo/reference/semver.html) for its APIs.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[Mozilla Public License, version 2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)
|
||||||
Loading…
Add table
Reference in a new issue