diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-09-20 23:54:40 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-09-21 04:41:09 -0600 |
| commit | 5f1964b919c8d08acf70f5a0dbb35a4897b8b9c9 (patch) | |
| tree | 2b5982f58b41593ce4489d9721306a9e17e3d8d1 | |
| parent | 212e21e1b7a258358a3c50cad33546df644b1a13 (diff) | |
rename extend-theme.adoc to create-theme.adoc
| -rw-r--r-- | docs/modules/theme/nav.adoc | 2 | ||||
| -rw-r--r-- | docs/modules/theme/pages/create-theme.adoc (renamed from docs/modules/theme/pages/extend-theme.adoc) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/theme/nav.adoc b/docs/modules/theme/nav.adoc index 8865cadc..fb910a62 100644 --- a/docs/modules/theme/nav.adoc +++ b/docs/modules/theme/nav.adoc @@ -1,5 +1,5 @@ * xref:index.adoc[] -** xref:extend-theme.adoc[] +** xref:create-theme.adoc[] ** xref:apply-theme.adoc[] ** xref:keys.adoc[] *** xref:extends.adoc[] diff --git a/docs/modules/theme/pages/extend-theme.adoc b/docs/modules/theme/pages/create-theme.adoc index e8028047..0f4aa76a 100644 --- a/docs/modules/theme/pages/extend-theme.adoc +++ b/docs/modules/theme/pages/create-theme.adoc @@ -1,5 +1,5 @@ -// TODO rename this file to create-theme.adoc = Create a Theme +:page-aliases: extend-theme.adoc :description: Create a PDF theme by extending a built-in theme or starting one from scratch. There are two ways to create a PDF theme. |
