]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Docs: Fix section for Antora: "System Configuration and Customization"
authorRemington Steed <rjs7@calvin.edu>
Wed, 15 Jan 2020 13:47:40 +0000 (08:47 -0500)
committercheckoutuser <just_need_to_satisfy_git@yoyo.com>
Tue, 5 May 2020 20:15:22 +0000 (15:15 -0500)
commit973a95b1befe0f9cbd1dba89d78073adbc7cd78c
treeeec7d24a3fe17f4231cd8db8d4ff2b454be18591
parent8d76b76e2ae622c9238b3e4e464a424ce486b4a8
Docs: Fix section for Antora: "System Configuration and Customization"

This commit does the known tasks to prepare each main docs section for
Antora:

  - Add chapter labels to nav file items
  - To match existing docs "chapter" level headings, combine adoc files as
    needed so that each "chapter" from the old docs structure has a single
    file linked from the nav
      - In this case, the only change was in advanced_features.adoc,
        where two sections had the top heading level (seems like a mistake).
        I bumped the second one down ("Binary MARC21 Feeds") so it is a
        subsection of the file. Ironically, since this commit also bumps
        up all headings by one level, it means that heading is the only one
        not changed in this commit.
  - Upgrade all heading levels in each adoc file so that the top-most
    heading is a "Level 1" heading (example: "= Chapter Name =")
  - Add ":toc:" below top heading of each file

Signed-off-by: Remington Steed <rjs7@calvin.edu>
17 files changed:
docs-antora/modules/opac/nav.adoc
docs-antora/modules/opac/pages/advanced_features.adoc
docs-antora/modules/opac/pages/batch_actions_from_search.adoc
docs-antora/modules/opac/pages/catalog_browse.adoc
docs-antora/modules/opac/pages/introduction.adoc
docs-antora/modules/opac/pages/kids_opac.adoc
docs-antora/modules/opac/pages/linked_libraries.adoc
docs-antora/modules/opac/pages/my_account.adoc
docs-antora/modules/opac/pages/my_lists.adoc
docs-antora/modules/opac/pages/new_skin_customizations.adoc
docs-antora/modules/opac/pages/opensearch.adoc
docs-antora/modules/opac/pages/search_form.adoc
docs-antora/modules/opac/pages/search_url.adoc
docs-antora/modules/opac/pages/sitemap.adoc
docs-antora/modules/opac/pages/tpac_meta_record_holds.adoc
docs-antora/modules/opac/pages/using_the_public_access_catalog.adoc
docs-antora/modules/opac/pages/visibility_on_the_web.adoc