forked from openslice/io.openslice.main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
77 lines (68 loc) · 2.11 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Project information
site_name: Openslice
site_description: Openslice - Opens source OSS
site_author: Openslice.io
site_url: http://openslice.io
# Repository
repo_name: openslice
repo_url: https://github.com/openslice
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
theme:
name: mkdocs
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
feature:
tabs: true
palette:
primary: 'teal'
accent: 'light blue'
logo: 'images/openslice_logo.png'
# Copyright
copyright: "Copyright © 2019-2020 Openslice Project"
# Options
extra:
search:
languages: "en"
social:
- type: globe
link: http://openslice.io
- type: github-alt
link: https://github.com/openslice
- type: twitter
link: https://twitter.com/OpensliceOSS
# Page tree
nav:
- Overview:
- Introduction: index.md
- Getting Started:
- Deployment: deployment.md
- NFV Orchestrator Configuration: nfvoconfig.md
- Service Catalogs: catalogs.md
- NFV Catalogs: nfvcatalogs.md
- LCM Rules: lcm.md
- Consuming Services From External OSS: ./architecture/consumingServicesFromExternalPartners.md
- Service Inventory: service_inventory.md
- Alarms and Actions: alarms_actions.md
- Design & Architecture:
- Architecture: ./architecture/architecture.md
- Message bus: ./architecture/messagebus.md
- OSOM: ./architecture/osom.md
- Auth server: ./architecture/oauth.md
- TMF API: ./architecture/tmfapi.md
- NFV API: ./architecture/nfvapi.md
- Service Catalog WEB: ./architecture/tmfweb.md
- NFV WEB: ./architecture/nfvweb.md
- API gateway: ./architecture/apigw.md
- Issue Mgmt: ./architecture/issuemgt.md
- Central log: ./architecture/centrallog.md
- Contributing:
- Developing: ./contributing/developing.md