mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
contribution: fix Markdown leftovers
This commit is contained in:
parent
2ed61f8fd8
commit
b66cdf17ad
@ -30,9 +30,8 @@ This requires you already have a GitHub account.
|
|||||||
```
|
```
|
||||||
5. Make all your changes - please keep out commit rules in mind. This mainly
|
5. Make all your changes - please keep out commit rules in mind. This mainly
|
||||||
applies to a proper commit message describing your change. Please check the
|
applies to a proper commit message describing your change. Please check the
|
||||||
documentation if you aren't familiar with
|
documentation if you aren't familiar with `sphinx-doc <https://www.sphinx-doc.org>`_ or
|
||||||
[sphinx-doc](http://http://www.sphinx-doc.org) or
|
`reStructuredText <http://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
|
||||||
[reStructuredText](http://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html)
|
|
||||||
|
|
||||||
Note the following RFCs, which describe the reserved public IP addresses and
|
Note the following RFCs, which describe the reserved public IP addresses and
|
||||||
autonomous system numbers for the documentation: RFC5737_, RFC3849_,
|
autonomous system numbers for the documentation: RFC5737_, RFC3849_,
|
||||||
@ -50,9 +49,10 @@ This requires you already have a GitHub account.
|
|||||||
Please don't use other public address space.
|
Please don't use other public address space.
|
||||||
|
|
||||||
6. Check your changes by locally building the documentation
|
6. Check your changes by locally building the documentation
|
||||||
```shell
|
```shell
|
||||||
$ cd docs; make html
|
$ cd docs; make html
|
||||||
```
|
```
|
||||||
|
|
||||||
Sphinx will build the html files in the ``docs/_build`` folder
|
Sphinx will build the html files in the ``docs/_build`` folder
|
||||||
|
|
||||||
7. Add modified files to Git index
|
7. Add modified files to Git index
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user