Skip to content

Commit

Permalink
Merge pull request #269 from splunk/docs/fix_nav
Browse files Browse the repository at this point in the history
Fix documentation navigation
  • Loading branch information
Ryan Faircloth authored and GitHub committed Jan 14, 2020
2 parents b9be712 + dff3e3c commit d4793d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions docs/gettingstarted/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ Splunk type.

| Container and Orchestration | Notes |
|-----------------------------|-------|
| [Podman + systemd single node](gettingstarted/podman-systemd-general) | First choice for RedHat 7.x/8.x and CentOS, second choice for Debian and Ubuntu (packages provided via PPA) |
| [Docker CE + systemd single node](gettingstarted/docker-systemd-general) | First choice for Debian and Ubuntu; second choice for CentOS for those with limited existing Docker experience |
| [Docker CE + Swarm single node](gettingstarted/docker-swarm-general) | Option for Debian, Ubuntu, CentOS, and Desktop Docker desiring Docker Compose or Swarm orchestration |
| [Docker CE + Swarm single node RHEL 7.7](gettingstarted/docker-swarm-rhel7) | Option for RedHat 7.7 desiring Docker Compose or Swarm orchestration |
| [Bring your own Envionment](gettingstarted/byoe-rhel7) | Option for RedHat 7.7 (centos 7) with SC4S configuration without containers |
| [Podman + systemd](podman-systemd-general.md) | First choice for RedHat 7.x/8.x and CentOS, second choice for Debian and Ubuntu (packages provided via PPA) |
| [Docker CE + systemd](docker-systemd-general.md) | First choice for Debian and Ubuntu; second choice for CentOS for those with limited existing Docker experience |
| [Docker CE + Swarm](docker-swarm-general.md) | Option for Debian, Ubuntu, CentOS, and Desktop Docker desiring Docker Compose or Swarm orchestration |
| [Docker CE + Swarm RHEL 7.7](docker-swarm-rhel7.md) | Option for RedHat 7.7 desiring Docker Compose or Swarm orchestration |
| [Bring your own Envionment](byoe-rhel7.md) | Option for RedHat 7.7 (centos 7) with SC4S configuration without containers |

### Offline Container Installation

Expand Down
9 changes: 5 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ nav:
- Home: 'index.md'
- Getting Started:
- 'Read First': 'gettingstarted/index.md'
- 'Podman + systemd single node': 'gettingstarted/podman-systemd-general.md'
- 'Docker CE + systemd single node': 'gettingstarted/docker-systemd-general.md'
- 'Docker CE + Swarm single node': 'gettingstarted/docker-swarm-rhel7.md'
- 'Podman + systemd': 'gettingstarted/podman-systemd-general.md'
- 'Docker CE + systemd': 'gettingstarted/docker-systemd-general.md'
- 'Docker CE + Swarm RHEL 7.7': 'gettingstarted/docker-swarm-rhel7.md'
- 'Docker CE + Swarm': 'gettingstarted/docker-swarm-general.md'
- 'Bring your own Envionment': 'gettingstarted/byoe-rhel7.md'
- Configuration: 'configuration.md'
- Sources:
Expand Down Expand Up @@ -42,4 +43,4 @@ theme:
primary: 'black'
accent: 'orange'
favicon: 'logo.png'
logo: 'logo.png'
logo: 'logo.png'

0 comments on commit d4793d0

Please sign in to comment.