-
Notifications
You must be signed in to change notification settings - Fork 35
/
mkdocs.yml
98 lines (89 loc) · 2.23 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
site_name: free5GC
extra_css:
- stylesheets/extra.css
repo_name: free5GC
repo_url: https://github.com/free5gc/free5gc
edit_uri: https://github.com/free5gc/free5gc.github.io/blob/main/docs/
extra:
social:
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/free5gc
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/free5gc/
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/profile.php?id=100086840296930
generator: false
theme:
name: material
logo: assets/icon.png
favicon: assets/icon.png
palette:
- scheme: default
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue grey
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
# - header.autohide
- navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
locale:
en
# analytics: {gtag: ''}
highlightjs: true
hljs_languages:
- yaml
- django
nav:
- Home: index.md
- User Guide: guide/
- Documents: doc/
- Tutorials: https://github.com/free5gc/free5GLab
- Blogs: blog/
- Supports: support/
- More:
- Relavent Publications: publication.md
- Other Videos: videos.md
markdown_extensions:
- nl2br
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- tables
- mdx_math:
enable_dollar_delimiter: True
- fenced_code
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML
plugins:
- search
- callouts
copyright: |
Copyright © free5GC a Series of LF Projects, LLC.
For web site terms of use, trademark policy and other project policies please see https://lfprojects.org.