Newer
Older
site_name: ETSI SDG OSL Documentation
site_description: ETSI SDG OSL Documentation page
edit_uri: ""
docs_dir: doc
# edit_uri: edit/docs-revamp/docs/
# edit_uri: blob/docs-revamp/docs/
# remote_name: origin
# remote_branch: gh-pages
# Theme and overrides, i.e. language partial
# https://squidfunk.github.io/mkdocs-material/creating-your-site/
#include_search_page: false
#search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
# feature:
# tabs: true
features:
- navigation.instant
- navigation.instant.progress
- navigation.top
- navigation.footer
logo: 'images/logo_osl.png'
favicon: images/favicon.png
copyright: "Copyright © 2019-2024 Openslice Project"
- icon: fontawesome/solid/globe
- icon: fontawesome/brands/gitlab
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/openslice/
- icon: fontawesome/brands/x-twitter
# Page tree
nav:
- Overview:
- Introduction: index.md
- Getting Started:
- Docker Compose: deploymentCompose.md
- Kubernetes: deploymentK8s.md
- NFV Orchestrator Configuration: nfvoconfig.md
- Service design:
- Introduction: service_design_intro.md
- Service Catalogs: catalogs.md
- NFV Catalogs: nfvcatalogs.md
- LCM Rules: lcm.md
- Service Ordering:
- Service Inventory: service_inventory.md
- OpenSlice management:
- Consuming Services From External OSS: ./architecture/consumingServicesFromExternalPartners.md
- Alarms and Actions: alarms_actions.md
- Terminology: terminology.md
- Design & Architecture:
- Architecture: ./architecture/architecture.md
- Message bus: ./architecture/messagebus.md
- OSOM: ./architecture/osom.md
- Authentication: ./architecture/oauth.md
- TMF API: ./architecture/tmfapi.md
- NFV API: ./architecture/nfvapi.md
- TMF WEB: ./architecture/tmfweb.md
- NFV WEB: ./architecture/nfvweb.md
- Issue management: ./architecture/issuemgt.md
- Central logging: ./architecture/centrallog.md
- Contributing:
- Developing: ./contributing/developing.md