remove link text from nav file; define overrides in pages

This commit is contained in:
Dan Allen
2022-07-30 13:08:25 -06:00
parent 74a37eabd5
commit 84c242a11a
8 changed files with 21 additions and 14 deletions

View File

@@ -1,14 +1,14 @@
* xref:prerequisites.adoc[UI Development Prerequisites]
* xref:set-up-project.adoc[Set up a UI Project]
* xref:build-preview-ui.adoc[Build and Preview the UI]
* xref:development-workflow.adoc[UI Development Workflow]
* xref:templates.adoc[Work with the Handlebars Templates]
* xref:add-static-files.adoc[Add Static Files]
* xref:stylesheets.adoc[Work with the CSS Stylesheets]
** xref:add-fonts.adoc[Add Fonts]
* xref:style-guide.adoc[UI Element Styles]
** xref:inline-text-styles.adoc[Inline Text]
** xref:admonition-styles.adoc[Admonitions]
** xref:list-styles.adoc[Lists]
** xref:sidebar-styles.adoc[Sidebars]
** xref:ui-macro-styles.adoc[UI Macros]
* xref:prerequisites.adoc[]
* xref:set-up-project.adoc[]
* xref:build-preview-ui.adoc[]
* xref:development-workflow.adoc[]
* xref:templates.adoc[]
* xref:add-static-files.adoc[]
* xref:stylesheets.adoc[]
** xref:add-fonts.adoc[]
* xref:style-guide.adoc[]
** xref:inline-text-styles.adoc[]
** xref:admonition-styles.adoc[]
** xref:list-styles.adoc[]
** xref:sidebar-styles.adoc[]
** xref:ui-macro-styles.adoc[]

View File

@@ -1,4 +1,5 @@
= Admonition Styles
:navtitle: Admonitions
An xref:antora:asciidoc:admonitions.adoc[admonition], also known as a notice, helps draw attention to content with a special label or icon.

View File

@@ -1,4 +1,5 @@
= Build a UI Project for Local Preview
:navtitle: Build and Preview the UI
== Build Preview Site

View File

@@ -1,4 +1,5 @@
= Inline Text Styles
:navtitle: Inline Text
:example-caption!:
////

View File

@@ -1,4 +1,5 @@
= List Styles
:navtitle: Lists
== Ordered list numeration

View File

@@ -1,4 +1,5 @@
= Sidebar Styles
:navtitle: Sidebars
This page describes the in-page sidebar block styles, not the styles for the navigation sidebar.

View File

@@ -1,4 +1,5 @@
= UI Element Style Guide
:navtitle: UI Element Styles
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.

View File

@@ -1,4 +1,5 @@
= UI Macro Styles
:navtitle: UI Macros
Asciidoctor supports xref:antora:asciidoc:ui-macros.adoc[three UI element representations] out of the box, which are made from corresponding inline UI macros.