Merge pull request #5405 from epage/docs

docs(derive): Fix ToC links within tutorial chapters
This commit is contained in:
Ed Page 2024-03-20 16:15:31 -05:00 committed by GitHub
commit 58469d1669
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;