Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(derive): Fix ToC links within tutorial chapters #5405

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/_derive/_tutorial/chapter_0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
use crate::builder::*;

pub use super::chapter_1 as next;
pub use crate::_tutorial as table_of_contents;
pub use crate::_derive::_tutorial as table_of_contents;
2 changes: 1 addition & 1 deletion src/_derive/_tutorial/chapter_1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ use crate::builder::*;

pub use super::chapter_0 as previous;
pub use super::chapter_2 as next;
pub use crate::_tutorial as table_of_contents;
pub use crate::_derive::_tutorial as table_of_contents;
2 changes: 1 addition & 1 deletion src/_derive/_tutorial/chapter_2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ use crate::builder::*;

pub use super::chapter_1 as previous;
pub use super::chapter_3 as next;
pub use crate::_tutorial as table_of_contents;
pub use crate::_derive::_tutorial as table_of_contents;
2 changes: 1 addition & 1 deletion src/_derive/_tutorial/chapter_3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ use crate::builder::*;

pub use super::chapter_2 as previous;
pub use super::chapter_4 as next;
pub use crate::_tutorial as table_of_contents;
pub use crate::_derive::_tutorial as table_of_contents;
2 changes: 1 addition & 1 deletion src/_derive/_tutorial/chapter_4.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ use crate::builder::*;

pub use super::chapter_3 as previous;
pub use super::chapter_5 as next;
pub use crate::_tutorial as table_of_contents;
pub use crate::_derive::_tutorial as table_of_contents;
2 changes: 1 addition & 1 deletion src/_derive/_tutorial/chapter_5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
use crate::builder::*;

pub use super::chapter_4 as previous;
pub use crate::_tutorial as table_of_contents;
pub use crate::_derive::_tutorial as table_of_contents;