From c491e97a954430ae57d99b44b0cd086a4d529828 Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Wed, 25 Nov 2020 10:32:46 -0500 Subject: [PATCH] Correct asciidoc issues The values for col need to be quoted and the [#..] anchor style needs to be used in this fashion: [#..]#some phrase# while a simple anchor is just [[..]]. Signed-off-by: Jason Boyer --- docs/README.adoc | 2 +- docs/modules/installation/pages/server_installation.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.adoc b/docs/README.adoc index f57d03bf67..d25b17ab76 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -32,7 +32,7 @@ $ nvm install --lts This tool does the rest of the work. You will be requried to supply these things: -[cols=2*] +[cols="2*"] |=== |base-url diff --git a/docs/modules/installation/pages/server_installation.adoc b/docs/modules/installation/pages/server_installation.adoc index 6bdd62d171..474a97f077 100644 --- a/docs/modules/installation/pages/server_installation.adoc +++ b/docs/modules/installation/pages/server_installation.adoc @@ -78,7 +78,7 @@ before you can successfully configure, compile, and install Evergreen. make -f Open-ILS/src/extras/Makefile.install ------------------------------------------------------------------------------ + -[#optional_developer_additions] +[[optional_developer_additions]] 3. OPTIONAL: Developer additions + To perform certain developer tasks from a Git source code checkout, @@ -412,7 +412,7 @@ cp -b /openils/conf/action_trigger_filters.json.example /openils/conf/action_tri For more information about configuring and running action triggers, see xref:admin:actiontriggers_process.adoc#processing_action_triggers[Notifications / Action Triggers]. -[#creating_the_evergreen_database] +[[creating_the_evergreen_database]] == Creating the Evergreen database == === Setting up the PostgreSQL server === -- 2.11.0