From b0f6cea4f3b8a78bb9231c89ac2516f60e599244 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 30 Mar 2023 15:45:32 -0400 Subject: [PATCH] Documentation cleanup --- docs/installation/1-postgresql.md | 10 +++++----- docs/installation/index.md | 2 +- mkdocs.yml | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/installation/1-postgresql.md b/docs/installation/1-postgresql.md index 583a4f3e9..1e4a35332 100644 --- a/docs/installation/1-postgresql.md +++ b/docs/installation/1-postgresql.md @@ -28,12 +28,12 @@ This section entails the installation and configuration of a local PostgreSQL da host all all ::1/128 md5 ``` -Once PostgreSQL has been installed, start the service and enable it to run at boot: + Once PostgreSQL has been installed, start the service and enable it to run at boot: -```no-highlight -sudo systemctl start postgresql -sudo systemctl enable postgresql -``` + ```no-highlight + sudo systemctl start postgresql + sudo systemctl enable postgresql + ``` Before continuing, verify that you have installed PostgreSQL 11 or later: diff --git a/docs/installation/index.md b/docs/installation/index.md index 49163550d..375c0a2b5 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -1,6 +1,6 @@ # Installation -The installation instructions provided here have been tested to work on Ubuntu 20.04 and CentOS 8.3. The particular commands needed to install dependencies on other distributions may vary significantly. Unfortunately, this is outside the control of the NetBox maintainers. Please consult your distribution's documentation for assistance with any errors. +The installation instructions provided here have been tested to work on Ubuntu 22.04 and CentOS 8.3. The particular commands needed to install dependencies on other distributions may vary significantly. Unfortunately, this is outside the control of the NetBox maintainers. Please consult your distribution's documentation for assistance with any errors. diff --git a/mkdocs.yml b/mkdocs.yml index 2b594f924..996890b11 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -155,6 +155,7 @@ nav: - Circuit Termination: 'models/circuits/circuittermination.md' - Circuit Type: 'models/circuits/circuittype.md' - Provider: 'models/circuits/provider.md' + - Provider Account: 'models/circuits/provideraccount.md' - Provider Network: 'models/circuits/providernetwork.md' - Core: - DataFile: 'models/core/datafile.md'