From b12d05a5836a7cbfdfb47039057844b2cfff735c Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 17 Sep 2019 12:44:18 +0200 Subject: [PATCH] Docs: Fix image locations for installation chapter --- doc/02-installation.md | 8 ++++---- .../mariadb-centos7.png | Bin .../nano-syntax.png | Bin .../postgr-import-ido.png | Bin .../vim-syntax.png | Bin 5 files changed, 4 insertions(+), 4 deletions(-) rename doc/images/{getting-started => installation}/mariadb-centos7.png (100%) rename doc/images/{getting-started => installation}/nano-syntax.png (100%) rename doc/images/{getting-started => installation}/postgr-import-ido.png (100%) rename doc/images/{getting-started => installation}/vim-syntax.png (100%) diff --git a/doc/02-installation.md b/doc/02-installation.md index 0cbae4f2a..b247ca972 100644 --- a/doc/02-installation.md +++ b/doc/02-installation.md @@ -549,7 +549,7 @@ Test it: # vim /etc/icinga2/conf.d/templates.conf ``` -![Vim with syntax highlighting](images/getting-started/vim-syntax.png "Vim with Icinga 2 syntax highlighting") +![Vim with syntax highlighting](images/installation/vim-syntax.png "Vim with Icinga 2 syntax highlighting") ### Configuration Syntax Highlighting using Nano @@ -593,7 +593,7 @@ Test it: $ nano /etc/icinga2/conf.d/templates.conf ``` -![Nano with syntax highlighting](images/getting-started/nano-syntax.png "Nano with Icinga 2 syntax highlighting") +![Nano with syntax highlighting](images/installation/nano-syntax.png "Nano with Icinga 2 syntax highlighting") ## Setting up Icinga Web 2 @@ -704,7 +704,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE, DROP, CREATE VIEW, INDEX, EXECUTE ON icing quit ``` -![setting up the database on CentOS 7](images/getting-started/mariadb-centos7.png "Setting up the database on CentOS 7") +![setting up the database on CentOS 7](images/installation/mariadb-centos7.png "Setting up the database on CentOS 7") After creating the database you can import the Icinga 2 IDO schema using the following command. Enter the root password into the prompt when asked. @@ -876,7 +876,7 @@ export PGPASSWORD=icinga psql -U icinga -d icinga < /usr/share/icinga2-ido-pgsql/schema/pgsql.sql ``` -![importing the Icinga 2 IDO schema](images/getting-started/postgr-import-ido.png "Importing the Icinga 2 IDO schema on Debian Jessie") +![importing the Icinga 2 IDO schema](images/installation/postgr-import-ido.png "Importing the Icinga 2 IDO schema on Debian Jessie") #### Enabling the IDO PostgreSQL module diff --git a/doc/images/getting-started/mariadb-centos7.png b/doc/images/installation/mariadb-centos7.png similarity index 100% rename from doc/images/getting-started/mariadb-centos7.png rename to doc/images/installation/mariadb-centos7.png diff --git a/doc/images/getting-started/nano-syntax.png b/doc/images/installation/nano-syntax.png similarity index 100% rename from doc/images/getting-started/nano-syntax.png rename to doc/images/installation/nano-syntax.png diff --git a/doc/images/getting-started/postgr-import-ido.png b/doc/images/installation/postgr-import-ido.png similarity index 100% rename from doc/images/getting-started/postgr-import-ido.png rename to doc/images/installation/postgr-import-ido.png diff --git a/doc/images/getting-started/vim-syntax.png b/doc/images/installation/vim-syntax.png similarity index 100% rename from doc/images/getting-started/vim-syntax.png rename to doc/images/installation/vim-syntax.png