-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
77 lines (77 loc) · 2.35 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
site_name: Ella Core Documentation
site_url: https://docs.ellanetworks.com/
docs_dir: docs
theme:
name: material
logo: images/logo.png
favicon: images/logo.png
palette:
primary: custom
font:
text: Source Code Pro
features:
- navigation.sections
- navigation.footer
- content.code.copy
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/extra.css
repo_url: https://github.com/ellanetworks/core
repo_name: ellanetworks/core
copyright: Copyright © 2024 Guillaume Belanger
extra:
generator: false
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Tutorials:
- Getting Started: tutorials/getting_started.md
- Running an End-to-End 5G Network: tutorials/end_to_end_network.md
- How-to Guides:
- Deploy: how_to/deploy.md
- Integrate with a Radio: how_to/integrate_with_radio.md
- Backup and Restore: how_to/backup_and_restore.md
- Reference:
- API:
- Overview: reference/api/overview.md
- Backup: reference/api/backup.md
- Authentication: reference/api/auth.md
- Metrics: reference/api/metrics.md
- Operator: reference/api/operator.md
- Profiles: reference/api/profiles.md
- Radios: reference/api/radios.md
- Restore: reference/api/restore.md
- Status: reference/api/status.md
- Subscribers: reference/api/subscribers.md
- Users: reference/api/users.md
- Metrics: reference/metrics.md
- Configuration File: reference/config_file.md
- Connectivity: reference/connectivity.md
- Audit Logs: reference/audit_logs.md
- TLS: reference/tls.md
- Data Plane Performance: reference/data_plane_performance.md
- Supported Radios: reference/supported_radios.md
- Explanation:
- Architecture: explanation/architecture.md
- Subscriber Authentication: explanation/subscriber_authentication.md
- User Plane Packet processing with eBPF: explanation/user_plane_packet_processing_with_ebpf.md
plugins:
- search
- glightbox
- social:
cards_layout_options:
background_color: "#26374a"