deluge/docs/source/intro/index.md
Calum Lind 24aa48187e [Docs] Replace recommonmark with MyST parser
We used recommonmark so that we can use markdown in sphinx but it is
buggy and now so switch to better supported MyST-parser.

* Fixed incorrect heading warnings in markdown.
* Added sphinx toctree to markdown using directive as required by MyST.
* Upgraded Sphinx to 4.3

Ref: https://myst-parser.readthedocs.io
2021-12-12 18:16:21 +00:00

17 lines
265 B
Markdown

# Getting started with Deluge
This is a starting point if you are new to Deluge where we will walk
you through getting up and running with our BitTorrent client.
```{toctree}
:numbered: 1
:titlesonly:
01-install
```
<!--
2. Using Deluge
3. Install a plugin
-->