forked from ellanetworks/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
117 lines (117 loc) · 4.12 KB
/
mkdocs.yml
File metadata and controls
117 lines (117 loc) · 4.12 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
site_name: Ella Core Documentation
site_url: https://docs.ellanetworks.com/
docs_dir: docs
theme:
name: material
logo: images/logo.svg
favicon: images/logo.svg
palette:
primary: custom
font:
text: Source Code Pro
features:
- navigation.sections
- navigation.footer
- navigation.indexes
- content.code.copy
icon:
repo: fontawesome/brands/github
custom_dir: docs/overrides
extra_css:
- stylesheets/extra.css
- https://cdn.jsdelivr.net/npm/asciinema-player@3/dist/bundle/asciinema-player.min.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/asciinema-player@3/dist/bundle/asciinema-player.min.js
- javascripts/asciinema.js
repo_url: https://github.com/ellanetworks/core
repo_name: ellanetworks/core
copyright: Copyright © 2026 Ella Networks
extra:
generator: false
social:
- icon: fontawesome/solid/globe
link: https://www.ellanetworks.com
name: Ella Networks website
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@ellanetworks
name: Ella Networks on YouTube
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/ellanetworks
name: Ella Networks on LinkedIn
- icon: fontawesome/brands/github
link: https://www.github.com/ellanetworks/core
name: Ella Networks on GitHub
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:
- tutorials/index.md
- Getting Started: tutorials/getting_started.md
- Running an End-to-End 5G Network: tutorials/end_to_end_network.md
- How-to Guides:
- how_to/index.md
- Install: how_to/install.md
- Integrate with a Radio: how_to/integrate_with_radio.md
- Backup and Restore: how_to/backup_and_restore.md
- Use VLANs: how_to/vlan.md
- Tune Network Performance: how_to/performance_tuning.md
- Co-host with OCUDU: how_to/co_host_with_ocudu.md
- Use native XDP with veth: how_to/native_xdp_veth.md
- Advertise subscriber routes with BGP: how_to/bgp.md
- Manage Your Network with AI Agents: how_to/ai_agents.md
- Reference:
- reference/index.md
- API:
- reference/api/index.md
- Authentication: reference/api/auth.md
- Backup: reference/api/backup.md
- Initialization: reference/api/initialize.md
- Audit Logs: reference/api/audit_logs.md
- Metrics: reference/api/metrics.md
- Networking: reference/api/networking.md
- Operator: reference/api/operator.md
- Policies: reference/api/policies.md
- Pprof: reference/api/pprof.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
- Usage: reference/api/usage.md
- Flow Reports: reference/api/flow_reports.md
- Support Bundle: reference/api/support_bundle.md
- Configuration File: reference/config_file.md
- Production Hardening: reference/production_hardening.md
- Observability: reference/observability.md
- Connectivity: reference/connectivity.md
- Performance: reference/performance.md
- System Requirements: reference/system_reqs.md
- Supported 5G Equipment: reference/supported_5g_equipment.md
- Explanation:
- explanation/index.md
- Architecture: explanation/architecture.md
- Platform Security: explanation/platform_security.md
- Subscriber Security: explanation/subscriber_security.md
- User Plane Packet processing with eBPF: explanation/user_plane_packet_processing_with_ebpf.md
- Advertising and receiving routes via BGP: explanation/bgp.md
- Obtaining a PLMN ID for a Private Network: explanation/obtaining_plmn_id.md
- Managing SIM Cards: explanation/managing_sim_cards.md
plugins:
- search
- glightbox
- social:
cards_layout_options:
background_color: "#26374a"