Skip to content

Commit 2a61268

Browse files
committed
Move deployment guides to their own section.
1 parent 4a2cfd5 commit 2a61268

11 files changed

+27
-14
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/deploy/index.rst

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Deployment guides
2+
=================
3+
4+
Discover how to deploy your application on various platforms.
5+
6+
Platforms-as-a-Service
7+
----------------------
8+
9+
.. toctree::
10+
:titlesonly:
11+
12+
render
13+
koyeb
14+
fly
15+
heroku
16+
17+
Self-hosted
18+
-----------
19+
20+
.. toctree::
21+
:titlesonly:
22+
23+
kubernetes
24+
supervisor
25+
nginx
26+
haproxy
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/howto/index.rst

-14
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,6 @@ features, which websockets supports fully.
4141

4242
.. _deployment-howto:
4343

44-
Once your application is ready, learn how to deploy it on various platforms.
45-
46-
.. toctree::
47-
:titlesonly:
48-
49-
render
50-
koyeb
51-
fly
52-
heroku
53-
kubernetes
54-
supervisor
55-
nginx
56-
haproxy
57-
5844
If you're integrating the Sans-I/O layer of websockets into a library, rather
5945
than building an application with websockets, follow this guide.
6046

docs/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Do you like it? :doc:`Let's dive in! <intro/index>`
100100

101101
intro/index
102102
howto/index
103+
deploy/index
103104
faq/index
104105
reference/index
105106
topics/index

0 commit comments

Comments
 (0)