@@ -4,7 +4,7 @@ Welcome to Pyrogram
44.. raw :: html
55
66 <div align =" center" >
7- <a href =" https://docs.pyrogram.ml " >
7+ <a href =" https://docs.pyrogram.org " >
88 <div ><img src =" _static/logo.png" alt =" Pyrogram Logo" ></div >
99 </a >
1010 </div >
@@ -45,7 +45,7 @@ C. It enables you to easily create custom apps for both user and bot identities
4545`MTProto API `_.
4646
4747.. _Telegram : https://telegram.org
48- .. _MTProto API : topics/faq#what-can- mtproto-do-more-than -the-bot -api
48+ .. _MTProto API : topics/mtproto-vs-botapi#what-is -the-mtproto -api
4949
5050How the Documentation is Organized
5151----------------------------------
@@ -62,7 +62,7 @@ First Steps
6262- `Handling Updates `_ - How to handle Telegram updates.
6363- `Error Handling `_ - How to handle API errors correctly.
6464
65- .. _Quick Start : intro/start
65+ .. _Quick Start : intro/quickstart
6666.. _Calling Methods : start/invoking
6767.. _Handling Updates : start/updates
6868.. _Error Handling : start/errors
@@ -80,34 +80,34 @@ API Reference
8080.. _Available Types : api/types
8181.. _Bound Methods : api/bound-methods
8282
83- Relevant Topics
84- ^^^^^^^^^^^^^^^
83+ Meta
84+ ^^^^
8585
86- - `Smart Plugins `_ - How to modularize your application.
87- - `Advanced Usage `_ - How to use Telegram's raw API.
88- - `Release Notes `_ - Release notes for Pyrogram releases.
8986- `Pyrogram FAQ `_ - Answers to common Pyrogram questions.
9087- `Pyrogram Glossary `_ - A list of words with brief explanations.
88+ - `Release Notes `_ - Release notes for Pyrogram releases.
89+ - `Powered by Pyrogram `_ - A collection of Pyrogram Projects.
90+ - `Support Pyrogram Development `_ - Ways to show your appreciation.
9191
92- .. _ Smart Plugins : topics/smart-plugins
93- .. _ Advanced Usage : topics/advanced-usage
94- .. _Release Notes : topics /releases
95- .. _ Pyrogram FAQ : topics/faq
96- .. _ Pyrogram Glossary : topics/glossary
92+ .. _ Pyrogram FAQ : meta/faq
93+ .. _ Pyrogram Glossary : meta/glossary
94+ .. _Release Notes : meta /releases
95+ .. _ Powered by Pyrogram : meta/powered-by
96+ .. _ Support Pyrogram Development : meta/support-pyrogram
9797
9898.. toctree ::
9999 :hidden:
100100 :caption: Introduction
101101
102- intro/start
102+ intro/quickstart
103103 intro/install
104104 intro/setup
105105
106106.. toctree ::
107107 :hidden:
108108 :caption: Getting Started
109109
110- intro /auth
110+ start /auth
111111 start/invoking
112112 start/updates
113113 start/errors
@@ -139,12 +139,20 @@ Relevant Topics
139139 topics/text-formatting
140140 topics/proxy
141141 topics/bots-interaction
142+ topics/mtproto-vs-botapi
142143 topics/test-servers
143144 topics/advanced-usage
144145 topics/voice-calls
145- topics/releases
146- topics/faq
147- topics/glossary
146+
147+ .. toctree ::
148+ :hidden:
149+ :caption: Meta
150+
151+ meta/faq
152+ meta/glossary
153+ meta/releases
154+ meta/powered-by
155+ meta/support-pyrogram
148156
149157.. toctree ::
150158 :hidden:
0 commit comments