Skip to content

Commit

Permalink
refactor: Rename files and add redirections
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Jul 27, 2023
1 parent 4fdc55d commit 21487ad
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,12 @@ edition = "2018"
git-repository-url = "https://github.com/esp-rs/book"
additional-js = ["assets/mermaid.min.js", "assets/mermaid-init.js"]

[output.html.redirect]
"/overview/bare-metal.html" = "https://esp-rs.github.io/book/overview/using-the-core-library.html"
"/tooling/text-editors-and-ides.html" = "https://esp-rs.github.io/book/tooling/visual-studio-code.html"
"/debugging/vscode-debugging.html" = "https://esp-rs.github.io/book/debugging/vscode.html"
"/writing-your-own-application/no-std-applications/understanding-esp-template.html" = "https://esp-rs.github.io/book/writing-your-own-application/generate-project/esp-template.html"
"installation/installation.html" = "https://esp-rs.github.io/book/installation/index.html"

[preprocessor.mermaid]
command = "mdbook-mermaid"
6 changes: 3 additions & 3 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [Introduction](./introduction.md)
- [Overview of Development Approaches](./overview/index.md)
- [Using the Standard Library (`std`)](./overview/using-the-standard-library.md)
- [Using the Core Library (`no_std`)](./overview/bare-metal.md)
- [Using the Core Library (`no_std`)](./overview/using-the-core-library.md)
- [Setting Up a Development Environment](./installation/index.md)
- [Writing Your Own Application](./writing-your-own-application/index.md)
- [Generating Projects from Templates](./writing-your-own-application/generate-project/index.md)
Expand All @@ -12,12 +12,12 @@
- [Writing `no_std` Applications](./writing-your-own-application/nostd.md)
- [Writing `std` Applications](./writing-your-own-application/std.md)
- [Tooling](./tooling/index.md)
- [Visual Studio Code](./tooling/text-editors-and-ides.md)
- [Visual Studio Code](./tooling/visual-studio-code.md)
- [espflash](./tooling/espflash.md)
- [Debugging](./tooling/debugging/index.md)
- [probe-rs](./tooling/debugging/probe-rs.md)
- [OpenOCD](./tooling/debugging/openocd.md)
- [Debugging in Visual Studio Code](./tooling/debugging/vscode-debugging.md)
- [Debugging in Visual Studio Code](./tooling/debugging/vscode.md)
- [Simulating](./tooling/simulating/index.md)
- [Wokwi](./tooling/simulating/wokwi.md)
- [QEMU](tooling/simulating/qemu.md)
Expand Down
2 changes: 1 addition & 1 deletion src/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Both approaches have their advantages and disadvantages, so you should make a de
- [Using the Core Library (`no_std`)][rust-esp-book-no-std]

[rust-esp-book-std]: ./using-the-standard-library.md
[rust-esp-book-no-std]: ./bare-metal.md
[rust-esp-book-no-std]: ./using-the-core-library.md

See also the comparison of the different runtimes in [The Embedded Rust Book][embedded-rust-book-intro-std].

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 21487ad

Please sign in to comment.