From e804b396aff8a370f06c4af998500d362313e961 Mon Sep 17 00:00:00 2001 From: Dan Allen <dan@opendevise.com> Date: Fri, 31 Mar 2023 19:14:08 -0600 Subject: [PATCH] resolves #30 change user docs version from latest to pre-spec --- CHANGELOG.adoc | 1 + docs/CHANGELOG.adoc | 1 + docs/antora.yml | 3 +-- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index c266a9e..9d6fc60 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -16,3 +16,4 @@ includes stated goals, introduction, list of terminology and shared patterns, ma * Revise scope of project (#11) * Resynchronize AsciiDoc user documentation from the initial contribution repository * Reconfigure repository as the official source of the AsciiDoc user documentation +* Change version of user documentation from latest to pre-spec to accurately reflect its state (#30) diff --git a/docs/CHANGELOG.adoc b/docs/CHANGELOG.adoc index eaafa35..8fce029 100644 --- a/docs/CHANGELOG.adoc +++ b/docs/CHANGELOG.adoc @@ -10,6 +10,7 @@ Added:: * Add tip for how to find list of supported source languages for the various syntax highlighters Changed:: +* Change docs version from latest to pre-spec (#30) * Clarify that superscript and subscript formatting is neither constrained nor unconstrained, but rather a specialty hybrid * Clarify that first menu item must start with word character or character reference * Emphasize that the shorthand syntax for menu is not on a standards track diff --git a/docs/antora.yml b/docs/antora.yml index ac9095b..90ca01c 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,7 +1,6 @@ name: asciidoc title: AsciiDoc -version: latest -display_version: default +version: pre-spec asciidoc: attributes: source-language: asciidoc@ -- GitLab