From 1c72362952005eb21a99d0ed1dbc4ae2027231ce Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Thu, 22 Sep 2022 15:47:31 -0600 Subject: [PATCH] experimenting with github pages --- _config.yml | 2 +- docs/README.md | 2 +- docs/{contributing.md => contributing-guide.md} | 0 docs/third-party-logs.md | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/{contributing.md => contributing-guide.md} (100%) diff --git a/_config.yml b/_config.yml index b76a7619b..28ba52b7d 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ api_docs_uri: docs/api.html arkime_docs_uri: docs/arkime.html components_docs_uri: docs/components.html configuring_docs_uri: docs/malcolm-config.html -contributing_docs_uri: docs/contributing.html +contributing_docs_uri: docs/contributing-guide.html dashboards_docs_uri: docs/dashboards.html hardening_docs_uri: docs/hardening.html hedgehog_docs_uri: docs/hedgehog.html diff --git a/docs/README.md b/docs/README.md index 2a2bde3eb..67302f663 100644 --- a/docs/README.md +++ b/docs/README.md @@ -100,4 +100,4 @@ For smaller networks, use at home by network security enthusiasts, or in the fie * [Compliance Exceptions](hardening.md#ComplianceExceptions) * [Installation example using Ubuntu 22.04 LTS](ubuntu-install-example.md#InstallationExample) * [Upgrading Malcolm](malcolm-upgrade.md#UpgradePlan) -* [Modifying or Contributing to Malcolm](contributing.md#Contributing) \ No newline at end of file +* [Modifying or Contributing to Malcolm](contributing-guide.md#Contributing) \ No newline at end of file diff --git a/docs/contributing.md b/docs/contributing-guide.md similarity index 100% rename from docs/contributing.md rename to docs/contributing-guide.md diff --git a/docs/third-party-logs.md b/docs/third-party-logs.md index 42a19f054..7cf923c69 100644 --- a/docs/third-party-logs.md +++ b/docs/third-party-logs.md @@ -12,7 +12,7 @@ Malcolm uses [OpenSearch](https://opensearch.org/) and [OpenSearch Dashboards](h * Messages in the form of MQTT control packets * many more... -The types of third-party logs and metrics discussed in this document are *not* the same as the network session metadata provided by Arkime, Zeek and Suricata. Please refer to the [Malcolm Contributor Guide](contributing.md) for information on integrating a new network traffic analysis provider. +The types of third-party logs and metrics discussed in this document are *not* the same as the network session metadata provided by Arkime, Zeek and Suricata. Please refer to the [Malcolm Contributor Guide](contributing-guide.md) for information on integrating a new network traffic analysis provider. ## Table of Contents