Newer
Older
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
# Project information
site_name: ETSI SDG OCF Documentation
site_description: ETSI SDG OCF Documentation page
site_author: OpenCAPIF by ETSI
site_url: https://ocf.etsi.org/
# Repository
repo_name: OCF GitLab
repo_url: https://labs.etsi.org/rep/ocf
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/
theme:
name: material
# 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
features:
- navigation.instant
- navigation.instant.progress
- navigation.top
- navigation.footer
- navigation.path
- search
- search.highlight
palette:
primary: 'cyan'
accent: 'blue'
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
78
79
favicon: images/favicon.png
icon:
repo: fontawesome/brands/gitlab
# Copyright
copyright: "Copyright © 2019-2024 OpenCAPIF Project"
# Options
extra:
# search:
# languages: "en"
social:
- icon: fontawesome/solid/globe
link: https://ocf.etsi.org/
- icon: fontawesome/brands/gitlab
link: https://labs.etsi.org/rep/ocf
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/opencapif/
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/OpenCAPIF
version:
provider: mike
# Page tree
nav:
- Overview:
- Introduction: index.md
- Getting Started:
- Deployment/Installation: deployment.md
- Design & Architecture:
- Architecture: ./architecture/architecture.md
- Contributing:
- Developing: ./contributing/developing.md