Skip to content
Snippets Groups Projects
Commit 9f7dc969 authored by trantzas's avatar trantzas
Browse files

Merge branch 'develop'

parents c3268971 cb899a79
No related branches found
No related tags found
No related merge requests found
Showing
with 60 additions and 1 deletion
......@@ -4,7 +4,7 @@ pages:
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
PAGES_BRANCH: gl-pages
HTTPS_REMOTE: https://gitlab-ci-token:${ACCESS_TOKEN}@${CI_SERVER_HOST}/rep/${CI_PROJECT_PATH}.git
HTTPS_REMOTE: https://gitlab-ci-token:${DOC_PROJECT_ACCESS_TOKEN}@${CI_SERVER_HOST}/rep/${CI_PROJECT_PATH}.git
before_script:
- pip install -q mkdocs-material mkdocs-glightbox mkdocs-markdownextradata-plugin mike
- apt-get update -qq && apt-get -qq install -y git > /dev/null
......
# Documentation
This respository contains the documentation of OpenSlice.
## Getting Started
Please check the relevant document at [documenting.md](doc/contribute/documenting.md).
## How does it work?
There are 2 ways to upgrade documentation published on the [OSL Documentation] website:
* Push any change on **develop** branch will force update of the **develop** version on the [OSL Documentation] website;
* Create a tag, this will create a version with the tag name on the [OSL Documentation] website.
### Branches
This documentation repository has 2 protected branches:
* **main**: stable timeline on which tags are made;
* **develop**: edge timeline, also published on the [OSL Documentation] website.
### Structure
In the `mkdocs.yml` file you will find the navigation structure of the documentation, there you can sections with sub-sections.
*For example:*
```yaml
nav:
- Overview:
- Introduction: index.md
- Deployment examples: deployment_examples.md
- History: history.md
- OpenSlice under ETSI: etsi_osl.md
- Getting Started:
- Deployment:
- Introduction: ./getting_started/deployment/introduction.md
- Docker Compose: ./getting_started/deployment/docker_compose.md
- Kubernetes: ./getting_started/deployment/kubernetes.md
- Portals: ./getting_started/portals.md
[...]
```
Please take a moment to understand the current structure of the documentations and think to update after contributing if necessary.
### Main Page
The page shown first is at **doc/index.md**. That page should be updated with the latest changes of OpenSlice and should reference the version (useful shortcut is ``{{{ documentation_version }}}``).
### Release a New Version of the Documentation
When **OpenSlice** code repository is ready for a new release, we need to follow these steps (made by a **TSC Member**):
1. Create a MR from **develop** towards **main**;
2. When **develop** is merged to **main**... then **create a tag with the released version** scheme... and you're done!
[OSL Web]: https://osl.etsi.org/ "OSL Web"
[OSL Documentation]: https://osl.etsi.org/documentation/ "OSL Documentation"
\ No newline at end of file
doc/addons/camara/images/CAMARA-QoDProvisioning-API-Endpoints.png

115 KiB

doc/addons/camara/images/CAMARAaaS-Architecture.png

169 KiB

doc/addons/camara/images/CAMARAaaS-QoD-Prov-API-Active-Services.png

463 KiB

doc/addons/camara/images/CAMARAaaS-QoD-Prov-API-CR.png

262 KiB

doc/addons/camara/images/CAMARAaaS-QoD-Prov-API-Characteristics.png

412 KiB

doc/addons/camara/images/CAMARAaaS-QoD-Prov-API-Ordering.png

222 KiB

doc/addons/camara/images/CAMARAaaS-QoD-Prov-API-Pre-Provision-Rule.png

153 KiB

doc/addons/camara/images/CAMARAaaS-QoD-Prov-API-Supervision-Rule.png

277 KiB

doc/addons/camara/images/CAMARAaaS-Workflow-OSLToday.png

70 KiB

doc/addons/camara/images/CAMARAaaS-Workflow-ServiceOperation.png

99.4 KiB

doc/addons/camara/images/CAMARAaaS-Workflow-ServiceOrdering.png

65.4 KiB

doc/addons/camara/images/DummyOperatorService-Characteristics-After-CAMARA-Invoking.png

457 KiB

doc/addons/camara/images/DummyOperatorService-CustomResource.png

95.7 KiB

doc/addons/camara/images/DummyOperatorService-Pre-Provision-Rule.png

98.3 KiB

doc/addons/camara/images/DummyOperatorService-ResourceInventory.png

196 KiB

doc/addons/camara/images/DummyOperatorService-ServiceOrder.png

416 KiB

doc/addons/camara/images/DummyOperatorService-Supervision-Rule.png

260 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment