From 1fa15ac7e9237862b4a60536b5c4ae35809e9dc4 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 31 Dec 2018 19:01:22 -0700 Subject: [PATCH] remove _attributes.adoc files [skip ci] --- docs/modules/ROOT/_attributes.adoc | 4 ---- docs/modules/ROOT/pages/_attributes.adoc | 2 -- docs/modules/ROOT/pages/admonition-styles.adoc | 3 --- docs/modules/ROOT/pages/build-preview-ui.adoc | 3 --- docs/modules/ROOT/pages/development-workflow.adoc | 3 --- docs/modules/ROOT/pages/inline-text-styles.adoc | 3 --- docs/modules/ROOT/pages/list-styles.adoc | 3 --- docs/modules/ROOT/pages/prerequisites.adoc | 3 --- docs/modules/ROOT/pages/set-up-project.adoc | 3 --- docs/modules/ROOT/pages/sidebar-styles.adoc | 3 --- docs/modules/ROOT/pages/style-guide.adoc | 3 --- docs/modules/ROOT/pages/stylesheets.adoc | 3 --- docs/modules/ROOT/pages/templates.adoc | 3 --- docs/modules/ROOT/pages/ui-macro-styles.adoc | 3 --- 14 files changed, 42 deletions(-) delete mode 100644 docs/modules/ROOT/_attributes.adoc delete mode 100644 docs/modules/ROOT/pages/_attributes.adoc diff --git a/docs/modules/ROOT/_attributes.adoc b/docs/modules/ROOT/_attributes.adoc deleted file mode 100644 index dec438a..0000000 --- a/docs/modules/ROOT/_attributes.adoc +++ /dev/null @@ -1,4 +0,0 @@ -:attachmentsdir: {moduledir}/assets/attachments -:examplesdir: {moduledir}/examples -:imagesdir: {moduledir}/assets/images -:partialsdir: {moduledir}/pages/_partials diff --git a/docs/modules/ROOT/pages/_attributes.adoc b/docs/modules/ROOT/pages/_attributes.adoc deleted file mode 100644 index fb98244..0000000 --- a/docs/modules/ROOT/pages/_attributes.adoc +++ /dev/null @@ -1,2 +0,0 @@ -:moduledir: .. -include::{moduledir}/_attributes.adoc[] diff --git a/docs/modules/ROOT/pages/admonition-styles.adoc b/docs/modules/ROOT/pages/admonition-styles.adoc index 86b2cdc..292203f 100644 --- a/docs/modules/ROOT/pages/admonition-styles.adoc +++ b/docs/modules/ROOT/pages/admonition-styles.adoc @@ -1,7 +1,4 @@ = Admonition Styles -ifndef::env-site,env-github[] -include::_attributes.adoc[] -endif::[] An xref:antora:asciidoc:admonitions.adoc[admonition], also known as a notice, helps draw attention to content with a special label or icon. diff --git a/docs/modules/ROOT/pages/build-preview-ui.adoc b/docs/modules/ROOT/pages/build-preview-ui.adoc index 291f8bb..c861fad 100644 --- a/docs/modules/ROOT/pages/build-preview-ui.adoc +++ b/docs/modules/ROOT/pages/build-preview-ui.adoc @@ -1,7 +1,4 @@ = Build a UI Project for Local Preview -ifndef::env-site,env-github[] -include::_attributes.adoc[] -endif::[] // Settings: :idprefix: :idseparator: - diff --git a/docs/modules/ROOT/pages/development-workflow.adoc b/docs/modules/ROOT/pages/development-workflow.adoc index 9ce6fc0..a48915b 100644 --- a/docs/modules/ROOT/pages/development-workflow.adoc +++ b/docs/modules/ROOT/pages/development-workflow.adoc @@ -1,7 +1,4 @@ = UI Development Workflow -ifndef::env-site,env-github[] -include::_attributes.adoc[] -endif::[] // Settings: :idprefix: :idseparator: - diff --git a/docs/modules/ROOT/pages/inline-text-styles.adoc b/docs/modules/ROOT/pages/inline-text-styles.adoc index c14044d..c49fd8b 100644 --- a/docs/modules/ROOT/pages/inline-text-styles.adoc +++ b/docs/modules/ROOT/pages/inline-text-styles.adoc @@ -1,7 +1,4 @@ = Inline Text Styles -ifndef::env-site,env-github[] -include::_attributes.adoc[] -endif::[] :example-caption!: //// diff --git a/docs/modules/ROOT/pages/list-styles.adoc b/docs/modules/ROOT/pages/list-styles.adoc index b122ba1..5fff9c7 100644 --- a/docs/modules/ROOT/pages/list-styles.adoc +++ b/docs/modules/ROOT/pages/list-styles.adoc @@ -1,7 +1,4 @@ = List Styles -ifndef::env-site,env-github[] -include::_attributes.adoc[] -endif::[] == Ordered list numeration diff --git a/docs/modules/ROOT/pages/prerequisites.adoc b/docs/modules/ROOT/pages/prerequisites.adoc index a4f4df2..da624e7 100644 --- a/docs/modules/ROOT/pages/prerequisites.adoc +++ b/docs/modules/ROOT/pages/prerequisites.adoc @@ -1,7 +1,4 @@ = UI Development Prerequisites -ifndef::env-site,env-github[] -include::_attributes.adoc[] -endif::[] // Settings: :idprefix: :idseparator: - diff --git a/docs/modules/ROOT/pages/set-up-project.adoc b/docs/modules/ROOT/pages/set-up-project.adoc index 31dfd73..5fd0c1a 100644 --- a/docs/modules/ROOT/pages/set-up-project.adoc +++ b/docs/modules/ROOT/pages/set-up-project.adoc @@ -1,7 +1,4 @@ = Set up a UI Project -ifndef::env-site,env-github[] -include::_attributes.adoc[] -endif::[] // Settings: :idprefix: :idseparator: - diff --git a/docs/modules/ROOT/pages/sidebar-styles.adoc b/docs/modules/ROOT/pages/sidebar-styles.adoc index 20c4462..9ce0ca6 100644 --- a/docs/modules/ROOT/pages/sidebar-styles.adoc +++ b/docs/modules/ROOT/pages/sidebar-styles.adoc @@ -1,7 +1,4 @@ = Sidebar Styles -ifndef::env-site,env-github[] -include::_attributes.adoc[] -endif::[] This page describes the in-page sidebar block styles, not the styles for the navigation sidebar. diff --git a/docs/modules/ROOT/pages/style-guide.adoc b/docs/modules/ROOT/pages/style-guide.adoc index 94795cd..d23ff60 100644 --- a/docs/modules/ROOT/pages/style-guide.adoc +++ b/docs/modules/ROOT/pages/style-guide.adoc @@ -1,7 +1,4 @@ = UI Element Style Guide -ifndef::env-site,env-github[] -include::_attributes.adoc[] -endif::[] When creating a UI theme for Antora, there are certain elements in the UI that require support from the CSS to work correctly. This list includes elements in the shell (i.e., frame) and in the document content. diff --git a/docs/modules/ROOT/pages/stylesheets.adoc b/docs/modules/ROOT/pages/stylesheets.adoc index 7745b35..9e7d3fe 100644 --- a/docs/modules/ROOT/pages/stylesheets.adoc +++ b/docs/modules/ROOT/pages/stylesheets.adoc @@ -1,7 +1,4 @@ = Work with the CSS Stylesheets -ifndef::env-site,env-github[] -include::_attributes.adoc[] -endif::[] // Settings: :idprefix: :idseparator: - diff --git a/docs/modules/ROOT/pages/templates.adoc b/docs/modules/ROOT/pages/templates.adoc index 8b4a383..d9505d6 100644 --- a/docs/modules/ROOT/pages/templates.adoc +++ b/docs/modules/ROOT/pages/templates.adoc @@ -1,7 +1,4 @@ = Work with the Handlebars Templates -ifndef::env-site,env-github[] -include::_attributes.adoc[] -endif::[] // Settings: :idprefix: :idseparator: - diff --git a/docs/modules/ROOT/pages/ui-macro-styles.adoc b/docs/modules/ROOT/pages/ui-macro-styles.adoc index f04e485..8a58017 100644 --- a/docs/modules/ROOT/pages/ui-macro-styles.adoc +++ b/docs/modules/ROOT/pages/ui-macro-styles.adoc @@ -1,7 +1,4 @@ = UI Macro Styles -ifndef::env-site,env-github[] -include::_attributes.adoc[] -endif::[] Asciidoctor supports xref:antora:asciidoc:ui-macros.adoc[three UI element representations] out of the box, which are made from corresponding inline UI macros. -- 2.11.0