-
Notifications
You must be signed in to change notification settings - Fork 111
/
mkdocs.yml
49 lines (46 loc) · 1.49 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
site_name: Splunk Connect for Syslog
plugins:
- search
- include_dir_to_nav
extra:
version:
provider: mike
markdown_extensions:
- toc:
permalink: True
- smarty
- fenced_code
- sane_lists
- codehilite
theme:
name: "material"
palette:
primary: "black"
accent: "orange"
favicon: "logo.png"
logo: "logo.png"
nav:
- Home: "index.md"
- Getting Started:
- "Read First": "gettingstarted/index.md"
- "Podman + systemd": "gettingstarted/podman-systemd-general.md"
- "Docker CE + systemd": "gettingstarted/docker-systemd-general.md"
- "MicroK8s + Linux": "gettingstarted/k8s-microk8s.md"
- "Docker Compose": "gettingstarted/docker-swarm-general.md"
- "Docker Desktop + Compose (MacOS)": "gettingstarted/docker-compose-MacOS.md"
- "Bring your own Envionment": "gettingstarted/byoe-rhel8.md"
- "Quickstart Guide": "gettingstarted/quickstart_guide.md"
- Architectural Considerations: "architecture.md"
- Configuration: "configuration.md"
- Development: "developing/index.md"
- Destinations: "destinations.md"
- Sources:
- Read First: sources/index.md
- Basic Onboarding: sources/base
- Known Vendors: sources/vendor
- Performance: "performance.md"
- Troubleshooting:
- SC4S Startup and Validation: "troubleshooting/troubleshoot_SC4S_server.md"
- SC4S Logging and Troubleshooting Resources: "troubleshooting/troubleshoot_resources.md"
- "Upgrading SC4S": "upgrade.md"
- "SC4S FAQ": "faq.md"