mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 06:45:39 +00:00
Docs improvements
This commit is contained in:
@@ -20,4 +20,4 @@ help:
|
||||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
|
||||
lhtml: # live html
|
||||
sphinx-autobuild -H $(shell ipconfig getifaddr en3) -b html "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS)
|
||||
sphinx-autobuild --host $(shell ifconfig | grep "inet " | grep -v 127.0.0.1 | cut -d\ -f2) -b html "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS)
|
||||
|
@@ -54,7 +54,7 @@ following them in order using the :guilabel:`Next` button at the end of each pag
|
||||
list of the most relevant pages for a quick access.
|
||||
|
||||
.. admonition :: Cloud Credits
|
||||
:class: attention
|
||||
:class: tip
|
||||
|
||||
If you need a cloud server to host your applications, we recommend using **Hetzner Cloud**. Sign up with
|
||||
`this link <https://hetzner.cloud/?ref=9CyT92gZEINU>`_ to get €20 in cloud credits and help support Pyrogram as
|
||||
|
Reference in New Issue
Block a user