From 99161b269eb09392ca64c2ed3d775c0324d67edf Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Fri, 24 Mar 2023 19:54:14 +0000 Subject: [PATCH] [DOCS] Rename sections for ordering --- docs/source/configuration.md | 2 +- docs/source/deployment.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/configuration.md b/docs/source/configuration.md index 1627915..b144ea2 100644 --- a/docs/source/configuration.md +++ b/docs/source/configuration.md @@ -1,4 +1,4 @@ -# Configuration +# 2 Configuration After installing the Network Mapper, some configuration must be done in the web interface. You will need to log in with an admin account. diff --git a/docs/source/deployment.md b/docs/source/deployment.md index c6cf00b..7765f98 100644 --- a/docs/source/deployment.md +++ b/docs/source/deployment.md @@ -1,4 +1,4 @@ -# Deployment +# 1 Deployment The BRECcIA Network Mapper can be deployed in a variety of ways, most of which utilise Docker. Ansible deployment has been tested on RHEL7 and RHEL8.