Skip to content

Commit b0533dd

Browse files
authored
Merge pull request #50 from rust-embedded/rm-bookshelf
Remove bookshelf
2 parents 743d42b + aaff707 commit b0533dd

8 files changed

Lines changed: 17 additions & 748 deletions

File tree

.github/bors.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

LICENSE-APACHE

Lines changed: 0 additions & 201 deletions
This file was deleted.

LICENSE-MIT

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,9 @@
1-
# `docs`
1+
This repository contains a landing page for the top-level
2+
docs.rust-embedded.org domain, used to host our books.
23

3-
> A collection of books and other documents about embedded Rust
4+
For the actual books, see:
45

5-
This project is developed and maintained by the [Resources team][team].
6-
7-
The source code of the books is not in this repository; each book has its own
8-
repository which you can find listed below:
9-
10-
- [The Discovery book](https://github.com/rust-embedded/discovery)
11-
- [The Embedded Rust book](https://github.com/rust-embedded/book)
12-
- [The Embedonomicon](https://github.com/rust-embedded/embedonomicon)
13-
14-
# `further resources`
15-
16-
> Write Rust? Need inspiration? Having trouble?
17-
18-
Here're some additional resources maintained by the [Resources team][team] which might be useful:
19-
20-
- [The Embedded Rust Showcase](https://rust-embedded.github.io/showcase/)
21-
- [The Awesome Embedded Rust list](https://github.com/rust-embedded/awesome-embedded-rust)
22-
- [The not-yet-awesome-embedded-rust (or NYAER) list](https://github.com/rust-embedded/not-yet-awesome-embedded-rust)
23-
- [Operating System development tutorials in Rust on the Raspberry Pi](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials)
24-
25-
## License
26-
27-
Licensed under either of
28-
29-
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
30-
http://www.apache.org/licenses/LICENSE-2.0)
31-
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
32-
33-
at your option.
34-
35-
### Contribution
36-
37-
Unless you explicitly state otherwise, any contribution intentionally submitted
38-
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
39-
dual licensed as above, without any additional terms or conditions.
40-
41-
## Code of Conduct
42-
43-
Contribution to this crate is organized under the terms of the [Rust Code of
44-
Conduct][CoC], the maintainer of this crate, the [Resources team][team],
45-
promises to intervene to uphold that code of conduct.
46-
47-
[CoC]: CODE_OF_CONDUCT.md
48-
[team]: https://github.com/rust-embedded/wg#the-resources-team
6+
- https://github.com/rust-embedded/discovery-mb2/
7+
- https://github.com/rust-embedded/embedonomicon/
8+
- https://github.com/rust-embedded/book
9+
- https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials

0 commit comments

Comments
 (0)