Skip to content

Commit 485fe65

Browse files
committed
Add link to mautrix-python docs
1 parent cd83e31 commit 485fe65

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

bookshelf/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,10 @@ <h2>maubot</h2>
121121
<h2>gomuks</h2>
122122
<p>Documentation for using gomuks</p>
123123
</a>
124+
<a href="python/latest/" class="project">
125+
<img src="./python.png" alt="🐍"/>
126+
<h2>mautrix-python</h2>
127+
<p>Documentation for developing things with mautrix-python (on readthedocs.io)</p>
128+
</a>
124129
</body>
125130
</html>

bookshelf/python.png

86.1 KB
Loading

python/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

robots.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-Agent: *
2+
Allow: /
3+
Disallow: /python/
4+
Allow: /python/latest/

0 commit comments

Comments
 (0)