Skip to content

Commit 0d1be24

Browse files
committed
Reorder pages to be alphabetic by page title, not file name.
1 parent d08d7ad commit 0d1be24

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

docs/classic-ui/index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,18 @@ This chapter is a developer reference manual for working with Classic UI.
4848
```{toctree}
4949
:maxdepth: 2
5050
51-
theming/index
51+
csrf
52+
forms
53+
icons
54+
images
55+
layers
56+
portlets
57+
recipes
5258
static-resources
5359
templates
5460
templates-global-variables
55-
views
61+
theming/index
5662
viewlets
57-
forms
58-
portlets
59-
csrf
60-
images
61-
icons
62-
recipes
63+
views
6364
whatsnew
6465
```

docs/classic-ui/templates-global-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ myst:
33
html_meta:
44
"description": "Convenience global Plone variables in templates"
55
"property=og:description": "Convenience global Plone variables in templates"
6-
"property=og:title": "Global variables in templates"
6+
"property=og:title": "Template Global Variables"
77
"keywords": "Plone, Classic UI, global variables, templates"
88
---
99

10-
# Global variables in templates
10+
# Template Global Variables
1111

1212
For convenience Plone defines a couple of global variables often used in templates.
1313

docs/classic-ui/theming/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
myst:
33
html_meta:
4-
"description": ""
5-
"property=og:description": ""
6-
"property=og:title": ""
7-
"keywords": ""
4+
"description": "Theming of Plone 6 Classic UI"
5+
"property=og:description": "Theming of Plone 6 Classic UI"
6+
"property=og:title": "Theming of Plone 6 Classic UI"
7+
"keywords": "Theming, Plone 6, Classic UI"
88
---
99

1010
(classic-ui-theming-index-label)=
1111

12-
# Plone 6 Classic UI Theming
12+
# Theming of Plone 6 Classic UI
1313

1414
```{todo}
1515
This page is only an outline and needs a lot of work.

0 commit comments

Comments
 (0)