Add link sidebar to docs
This commit is contained in:
parent
e7518eee75
commit
bfb3ce0e0a
2 changed files with 12 additions and 0 deletions
11
docs/source/_templates/links.html
Normal file
11
docs/source/_templates/links.html
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<h3>Links</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.evennia.com">Home page</a> </li>
|
||||||
|
<li><a href="https://github.com/evennia/evennia">Evennia Github</a> </li>
|
||||||
|
<li><a href="http://games.evennia.com">Game Index</a> </li>
|
||||||
|
<li><a href="http://webchat.freenode.net/?channels=evennia&uio=MT1mYWxzZSY5PXRydWUmMTE9MTk1JjEyPXRydWUbb">IRC</a> -
|
||||||
|
<a href="https://discord.gg/NecFePw">Discord</a> -
|
||||||
|
<a href="https://groups.google.com/forum/#%21forum/evennia">Forums</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="http://evennia.blogspot.com/">Evennia Dev blog</a> </li>
|
||||||
|
</ul>
|
||||||
|
|
@ -71,6 +71,7 @@ html_sidebars = {
|
||||||
# "globaltoc.html",
|
# "globaltoc.html",
|
||||||
"relations.html",
|
"relations.html",
|
||||||
"sourcelink.html",
|
"sourcelink.html",
|
||||||
|
"links.html",
|
||||||
"versioning.html",
|
"versioning.html",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue