mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
docs: Convert reST index pages to Markdown.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
d11d454206
commit
b53e676860
14
docs/tutorials/index.md
Normal file
14
docs/tutorials/index.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Developer tutorials
|
||||
|
||||
```{toctree}
|
||||
---
|
||||
maxdepth: 3
|
||||
---
|
||||
|
||||
new-feature-tutorial
|
||||
writing-views
|
||||
life-of-a-request
|
||||
reading-list
|
||||
screenshot-and-gif-software
|
||||
shell-tips
|
||||
```
|
||||
@@ -1,13 +0,0 @@
|
||||
###################
|
||||
Developer tutorials
|
||||
###################
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
new-feature-tutorial
|
||||
writing-views
|
||||
life-of-a-request
|
||||
reading-list
|
||||
screenshot-and-gif-software
|
||||
shell-tips
|
||||
Reference in New Issue
Block a user