Skip to content

Commit 592156d

Browse files
Update documentation
1 parent 689e296 commit 592156d

9 files changed

Lines changed: 53 additions & 2 deletions

File tree

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: RustForWeb
2+
open_collective: rustforweb

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ Plugins for [mdBook](https://rust-lang.github.io/mdBook/).
55
- [`mdbook-tabs`](packages/mdbook-tabs)
66
- [`mdbook-trunk`](packages/mdbook-trunk)
77

8+
## Documentation
9+
10+
See [the mdBook Plugins book](https://mdbook-plugins.rustforweb.org/) for documentation.
11+
812
## License
913

1014
This project is available under the [MIT license](LICENSE.md).
15+
16+
## Rust For Web
17+
18+
The mdBook Plugins project is part of the [Rust For Web](https://github.com/RustForWeb).
19+
20+
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

book/src/introduction.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@ mdBook Plugins is a collection of plugins for [mdBook](https://rust-lang.github.
44

55
- [Tabs - `mdbook-tabs`](./tabs.md)
66
- [Trunk - `mdbook-trunk`](./trunk.md)
7+
8+
## License
9+
10+
This project is available under the [MIT license](https://github.com/RustForWeb/mdbook-plugins/blob/main/LICENSE.md).
11+
12+
## Rust For Web
13+
14+
The mdBook Plugins project is part of the [Rust For Web](https://github.com/RustForWeb).
15+
16+
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

packages/mdbook-plugin-utils/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "mdbook-plugin-utils"
33
description = "Utilities for mdBook plugins."
4+
homepage = "https://mdbook-plugins.rustforweb.org"
45

56
authors.workspace = true
67
edition.workspace = true
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# mdbook-plugin-utils
22

33
Utilities for [mdBook](https://rust-lang.github.io/mdBook/) plugins.
4+
5+
## Documentation
6+
7+
See [the mdBook Plugins book](https://mdbook-plugins.rustforweb.org/) for documentation.
8+
9+
## Rust For Web
10+
11+
The mdBook Plugins project is part of the [Rust For Web](https://github.com/RustForWeb).
12+
13+
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

packages/mdbook-tabs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "mdbook-tabs"
33
description = "mdBook plugin for rendering content in tabs."
4+
homepage = "https://mdbook-plugins.rustforweb.org/tabs.html"
45

56
authors.workspace = true
67
edition.workspace = true

packages/mdbook-tabs/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22

33
[mdBook](https://rust-lang.github.io/mdBook/) plugin for rendering content in tabs.
44

5-
See [the book](https://mdbook-plugins.rustforweb.org/tabs.html) for an example and documentation.
5+
## Documentation
6+
7+
See [the mdBook Plugins book](https://mdbook-plugins.rustforweb.org/) for documentation.
8+
9+
## Rust For Web
10+
11+
The mdBook Plugins project is part of the [Rust For Web](https://github.com/RustForWeb).
12+
13+
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

packages/mdbook-trunk/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "mdbook-trunk"
33
description = "mdBook plugin which bundles packages using Trunk and includes them as iframes."
4+
homepage = "https://mdbook-plugins.rustforweb.org/trunk.html"
45

56
authors.workspace = true
67
edition.workspace = true

packages/mdbook-trunk/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22

33
[mdBook](https://rust-lang.github.io/mdBook/) plugin which bundles packages using Trunk and includes them as iframes.
44

5-
See [the book](https://mdbook-plugins.rustforweb.org/trunk.html) for an example and documentation.
5+
## Documentation
6+
7+
See [the mdBook Plugins book](https://mdbook-plugins.rustforweb.org/) for documentation.
8+
9+
## Rust For Web
10+
11+
The mdBook Plugins project is part of the [Rust For Web](https://github.com/RustForWeb).
12+
13+
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

0 commit comments

Comments
 (0)