1
1
< h3 > Getting Around</ h3 >
2
2
< ul >
3
- < li > < a class ="reference internal " href ="index.html "> Basic Usage</ a >
3
+ < li > < a class ="reference internal " href ="{{ pathto(master_doc) }} "> Basic Usage</ a >
4
4
< ul >
5
- < li > < a class ="reference internal " href ="index.html#installation "> Installation</ a > </ li >
6
- < li > < a class ="reference internal " href ="index.html#configuration "> Configuration</ a > </ li >
7
- < li > < a class ="reference internal " href ="index.html#customizing-the-response "> Customizing the Response</ a >
5
+ < li > < a class ="reference internal " href ="{{ pathto(master_doc) | trim( "# ") }}#installation"> Installation</ a >
8
6
</ li >
9
- < li > < a class ="reference internal " href ="index.html#plugins "> Plugins</ a > </ li >
10
- < li > < a class ="reference internal " href ="index.html#integrating-with-hookee "> Integrating with < span
11
- class ="pre "> hookee</ span > </ a > </ li >
7
+ < li > < a class ="reference internal "
8
+ href ="{{ pathto(master_doc) | trim( "# ") }}#configuration"> Configuration</ a > </ li >
9
+ < li > < a class ="reference internal " href ="{{ pathto(master_doc) | trim( "# ") }}#customizing-the-response"> Customizing
10
+ the Response</ a >
11
+ </ li >
12
+ < li > < a class ="reference internal " href ="{{ pathto(master_doc) | trim( "# ") }}#plugins"> Plugins</ a > </ li >
13
+ < li > < a class ="reference internal " href ="{{ pathto(master_doc) | trim( "# ") }}#integrating-with-hookee"> Integrating
14
+ with < span
15
+ class ="pre "> hookee</ span > </ a > </ li >
12
16
</ ul >
13
17
</ li >
14
- < li > < a class ="reference internal " href ="index.html #dive-deeper "> Dive Deeper</ a >
18
+ < li > < a class ="reference internal " href ="{{ pathto(master_doc) | trim( " # ") }} #dive-deeper"> Dive Deeper</ a >
15
19
< ul >
16
- < li > < a class ="reference internal " href ="api.html "> API Documentation</ a > </ li >
20
+ < li > < a class ="reference internal " href ="{{ pathto( " api ") }} "> API Documentation</ a > </ li >
17
21
< li > < a href ="https://github.com/alexdlaird/hookee/blob/master/CHANGELOG.md "> Changelog</ a > </ li >
18
22
< li > < a href ="https://github.com/alexdlaird/hookee/issues "> Issues</ a > </ li >
19
- < li > < a class ="reference internal " href ="index.html#contributing "> Contributing</ a > </ li >
23
+ < li > < a class ="reference internal " href ="{{ pathto(master_doc) | trim( "# ") }}#contributing"> Contributing</ a >
24
+ </ li >
20
25
</ ul >
21
26
</ li >
22
27
</ ul >
0 commit comments