summaryrefslogtreecommitdiff
path: root/docs/modules/theme
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-09-20 23:54:40 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-09-21 04:40:50 -0600
commitf51a10a17b925b2cb74a25cf77cdcd7dcb629722 (patch)
treeb135c627aab5ce529d8518e12009dfd01bf5176a /docs/modules/theme
parentef68683340dc9a5586bf50e9e61a01c158a12161 (diff)
rename extend-theme.adoc to create-theme.adoc
Diffstat (limited to 'docs/modules/theme')
-rw-r--r--docs/modules/theme/nav.adoc2
-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.