@@ -6,8 +6,8 @@ This document collects Open Source MANO User Guide.
## Guidelines for contributors
* OSM [Workflow for documentation production](https://osm.etsi.org/gitlab/osm-doc/documentation-how-to/blob/master/Workflow%20for%20documentation%20production%20in%20OSM.md#guide-for-contributors) must be used.
* Every section of this document, under a "H1" tag (single #), must be contained in a single file and formatted according to the following [sample document](#)
- OSM [Workflow for documentation production](https://osm.etsi.org/gitlab/osm-doc/documentation-how-to/blob/master/Workflow%20for%20documentation%20production%20in%20OSM.md#guide-for-contributors) must be used.
- Every section of this document, under a "H1" tag (single #), must be contained in a single file and formatted according to the following [sample document](#)
## Exporting the document to HTML
@@ -32,4 +32,3 @@ python3 -m http.server <PORT>
```
Then you can check the generated HTML output with a local web browser pointing to <http://localhost:PORT>