mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
Merge pull request #5405 from epage/docs
docs(derive): Fix ToC links within tutorial chapters
This commit is contained in:
commit
58469d1669
6 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue