From: Remington Steed Date: Thu, 12 Dec 2019 17:16:19 +0000 (-0500) Subject: Docs: Convert more anchors to Antora syntax X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=05652cc36ff1907e07cab3ccebdb71c987f84ac2;p=working%2FEvergreen.git Docs: Convert more anchors to Antora syntax This commit fixes a few anchors that weren't caught in my previous commits. Signed-off-by: Remington Steed --- diff --git a/docs-antora/modules/cataloging/pages/authorities.adoc b/docs-antora/modules/cataloging/pages/authorities.adoc index b4ceb92f43..984fbae98d 100644 --- a/docs-antora/modules/cataloging/pages/authorities.adoc +++ b/docs-antora/modules/cataloging/pages/authorities.adoc @@ -17,7 +17,7 @@ choose _Create and Edit..._, after the authority MARC editor opens you need to c to finally add the new authority record to your system. -[[_importing_authority_records_from_the_staff_client]] +[[importing_authority_records_from_the_staff_client]] === Importing Authorities === . Click *Cataloging -> MARC Batch Import/Export.* . You may create a queue to better track this import project. If you do not create a new queue, it will automatically put your records into a default queue named *-*. diff --git a/docs-antora/modules/development/pages/intro_opensrf.adoc b/docs-antora/modules/development/pages/intro_opensrf.adoc index 3052665ac1..e1be38f374 100644 --- a/docs-antora/modules/development/pages/intro_opensrf.adoc +++ b/docs-antora/modules/development/pages/intro_opensrf.adoc @@ -97,7 +97,7 @@ ID `6285` that has connected to the `private.localhost` domain using the `opensrf` XMPP client credentials could be `opensrf@private.localhost/opensrf.simple-text_drone_at_localhost_6285`. -[id="OpenSRFOverHTTP"] +[#OpenSRFOverHTTP] ==== OpenSRF communication flows over HTTP ==== Any OpenSRF service registered with the public router is accessible via the OpenSRF HTTP Translator. The OpenSRF HTTP Translator implements the @@ -150,7 +150,7 @@ this case, a single string `"foobar"` `/osrf-http-translator` is the default location in the Apache example configuration files shipped with the OpenSRF source, but this is configurable. -[id="httpResults"] +[#httpResults] .Results from an HTTP POST request to an OpenSRF method via the OpenSRF HTTP Translator [source,bash] -------------------------------------------------------------------------------- @@ -302,7 +302,7 @@ inheritance is available in this package (named by the special Perl symbol `__PACKAGE__` that contains the current package name). The `register_method()` procedure is how we introduce a method to the rest of the OpenSRF world. -[id="serviceRegistration"] +[#serviceRegistration] ==== Registering a service with the OpenSRF configuration files ==== Two files control most of the configuration for OpenSRF: @@ -447,7 +447,7 @@ Request Time in seconds: 0.016718 =------------------------------------ -------------------------------------------------------------------------------- -[id="opensrfIntrospection"] +[#opensrfIntrospection] ===== Getting documentation for OpenSRF methods from the srfsh client ===== The `srfsh` client also gives you command-line access to retrieving metadata diff --git a/docs-antora/modules/development/pages/support_scripts.adoc b/docs-antora/modules/development/pages/support_scripts.adoc index 5c23518bce..9167894140 100644 --- a/docs-antora/modules/development/pages/support_scripts.adoc +++ b/docs-antora/modules/development/pages/support_scripts.adoc @@ -57,7 +57,7 @@ to more thorough documentation, if available. -- Uses the output of marc2bre.pl (or similar tools) to generate the SQL for importing records into Evergreen in a parallel fashion -[#_authority_control_fields] +[#authority_control_fields] === authority_control_fields: Connecting Bibliographic and Authority records === @@ -95,7 +95,7 @@ Here is how the matching works: |========================================================= -[#_marc_export] +[#marc_export] === marc_export: Exporting Bibliographic Records into MARC files === @@ -215,7 +215,7 @@ best way to use this option is in combination with the `--items` and one of the `--library` or `--descendants` options to export *all* of a library's holdings both physical and electronic. -[#_pingest_pl] +[#pingest_pl] === Parallel Ingest with pingest.pl ===