File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ This repo contains the documentation for all my Matrix software. The intention
3
3
is to reduce duplication that was present in the old bridge wikis.
4
4
5
5
The books are built with [ mdBook] ( https://github.com/rust-lang/mdBook ) .
6
- The front page in the ` bookshelf ` directory is based on [ docs.t2bot.io] ( https://github.com/t2bot/docs.t2bot.io ) .
6
+ The front page in the ` bookshelf ` directory is based on
7
+ [ docs.t2bot.io] ( https://github.com/t2bot/docs.t2bot.io ) .
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ additional-css = ["src/additional.css"]
20
20
21
21
[output .linkcheck ]
22
22
optional = true
23
- user-agent = " Mozilla/5.0 (X11; Linux x86_64; rv:86 .0) Gecko/20100101 Firefox/86 .0"
23
+ user-agent = " Mozilla/5.0 (X11; Linux x86_64; rv:88 .0) Gecko/20100101 Firefox/88 .0"
24
24
cache-timeout = 604800
25
25
exclude = [ ' developer\.android\.com' ]
26
26
traverse-parent-directories = false
Original file line number Diff line number Diff line change 103
103
104
104
<nav id =" sidebar" class =" sidebar" aria-label =" Table of contents" >
105
105
<div class =" sidebar-scrollbox" >
106
+ <ol class =" chapter" >
107
+ <li class =" chapter-item expanded affix" >
108
+ <a href =" https://docs.mau.fi" >Back to index</a >
109
+ </li >
110
+ </ol >
106
111
{{ #toc }} {{ /toc }}
107
112
</div >
108
113
<div id =" sidebar-resize-handle" class =" sidebar-resize-handle" ></div >
You can’t perform that action at this time.
0 commit comments