doc: move "upgrading" to a standalone document
PR-URL: https://github.com/libuv/libuv/pull/1246 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
This commit is contained in:
parent
afb37ce451
commit
521146dac4
@ -45,6 +45,7 @@ Documentation
|
||||
|
||||
design
|
||||
api
|
||||
upgrading
|
||||
|
||||
|
||||
Downloads
|
||||
@ -58,13 +59,3 @@ Installation
|
||||
|
||||
Installation instructions can be found in `the README <https://github.com/libuv/libuv/blob/master/README.md>`_.
|
||||
|
||||
|
||||
Upgrading
|
||||
---------
|
||||
|
||||
Migration guides for different libuv versions, starting with 1.0.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
migration_010_100
|
||||
|
||||
11
docs/src/upgrading.rst
Normal file
11
docs/src/upgrading.rst
Normal file
@ -0,0 +1,11 @@
|
||||
.. _upgrading:
|
||||
|
||||
Upgrading
|
||||
=========
|
||||
|
||||
Migration guides for different libuv versions, starting with 1.0.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
migration_010_100
|
||||
Loading…
Reference in New Issue
Block a user