From 50de29006826e1f87e045f888f331b7d24ed4425 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Wed, 11 Mar 2020 16:00:41 -0400 Subject: [PATCH 1/3] Correct links in docs for github.com release and sources --- docs/gettingstarted/index.md | 4 ++-- mkdocs.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/gettingstarted/index.md b/docs/gettingstarted/index.md index 141df9c..60b401c 100644 --- a/docs/gettingstarted/index.md +++ b/docs/gettingstarted/index.md @@ -87,10 +87,10 @@ Splunk type. Follow these instructions to "stage" SC4S by downloading the container so that it can be loaded "out of band" on a host machine, such as an airgapped system, without internet connectivity. -* Download container image +* Download container image "oci_container.tgz" from our [Github Page](https://github.com/splunk/splunk-connect-for-syslog/releases) the following example downloads v1.12 replace the URL with the latest release or pre-release version as desired. ``` -sudo wget https://github.com/splunk/splunk-connect-for-syslog/releases/download/latest/oci_container.tar.gz +sudo wget https://github.com/splunk/splunk-connect-for-syslog/releases/download/v1.12.0/oci_container.tar.gz ``` * Distribute the container to the airgapped host machine using an appropriate file transfer utility. diff --git a/mkdocs.yml b/mkdocs.yml index 4c19c6b..bf5d990 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,11 +26,11 @@ nav: - Microfocus: sources/Microfocus/index.md - Nix: sources/nix/index.md - "Palo Alto Networks": sources/PaloaltoNetworks/index.md - - "pfSense": sources/pfSense/index.md + - "pfSense": sources/PfSense/index.md - Proofpoint: sources/Proofpoint/index.md - Symantec: sources/Symantec/index.md - Ubiquiti: sources/Ubiquiti/index.md - - VMware: sources/VMware/index.md + - VMware: sources/VMWare/index.md - Zscaler: sources/Zscaler/index.md - "Demo Lab": "demo.md" - Performance: "performance.md" From 6de2d38190dc20f003d61a65bff2d9c3ae176f4f Mon Sep 17 00:00:00 2001 From: mbonsack Date: Wed, 11 Mar 2020 21:14:42 -0700 Subject: [PATCH 2/3] Update index.md --- docs/gettingstarted/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gettingstarted/index.md b/docs/gettingstarted/index.md index 60b401c..ba0c892 100644 --- a/docs/gettingstarted/index.md +++ b/docs/gettingstarted/index.md @@ -87,7 +87,7 @@ Splunk type. Follow these instructions to "stage" SC4S by downloading the container so that it can be loaded "out of band" on a host machine, such as an airgapped system, without internet connectivity. -* Download container image "oci_container.tgz" from our [Github Page](https://github.com/splunk/splunk-connect-for-syslog/releases) the following example downloads v1.12 replace the URL with the latest release or pre-release version as desired. +* Download container image "oci_container.tgz" from our [Github Page](https://github.com/splunk/splunk-connect-for-syslog/releases). The following example downloads v1.12; replace the URL with the latest release or pre-release version as desired. ``` sudo wget https://github.com/splunk/splunk-connect-for-syslog/releases/download/v1.12.0/oci_container.tar.gz From 98fc22e36b518133782bdab46697fc79a4196d3c Mon Sep 17 00:00:00 2001 From: mbonsack Date: Wed, 11 Mar 2020 21:19:16 -0700 Subject: [PATCH 3/3] Update mkdocs.yml --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index bf5d990..cedc156 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,7 +10,7 @@ nav: - "Docker CE + Swarm RHEL 7.7": "gettingstarted/docker-swarm-rhel7.md" - "Bring your own Envionment": "gettingstarted/byoe-rhel7.md" - Configuration: "configuration.md" - - Development: "docs/developing/index.md" + - Development: "developing/index.md" - Sources: - About: sources/index.md - Checkpoint: sources/Checkpoint/index.md