Skip to content

Commit d4ed5e1

Browse files
committed
Add the backend structure, clean up the index toctree
1 parent 153d0ad commit d4ed5e1

20 files changed

+167
-8
lines changed

docs/backend/annotations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(backend-annotations-label)=
2+
3+
# Annotations
4+

docs/backend/behaviors.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(backend-behaviors-label)=
2+
3+
# Behaviors
4+

docs/backend/content-types.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(backend-content-types-label)=
2+
3+
# Content Types
4+

docs/backend/fields.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
(backend-fields-label)=
2+
3+
# Fields
4+
5+
6+
(backend-fields-schema-label)=
7+
8+
## schema
9+
10+
11+
(backend-fields-schema-autoform-label)=
12+
13+
### autoform (directives) schema ordering, filtering, and permissions
14+
15+
16+
(backend-fields-supermodel-label)=
17+
18+
## supermodel (xml)
19+
20+
21+
(backend-fields-supermodel-autoform-label)=
22+
23+
### autoform (directives) supermodel ordering, filtering, and permissions

docs/backend/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
(backend-index-label)=
2+
3+
# Backend
4+
5+
```{toctree}
6+
:maxdepth: 2
7+
8+
content-types
9+
behaviors
10+
annotations
11+
vocabularies
12+
fields
13+
widgets
14+
plone-view-utils
15+
portal-actions
16+
users-groups
17+
security
18+
workflows
19+
search
20+
zodb
21+
plone-api
22+
plone-restapi
23+
sending-email
24+
upgrading/index
25+
```

docs/backend/plone-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(backend-plone.api-label)=
2+
3+
# plone.api
4+

docs/backend/plone-restapi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(backend-plone.restapi-label)=
2+
3+
# plone.restapi
4+

docs/backend/plone-view-utils.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(backend-plone-view-utils-label)=
2+
3+
# plone_view/utils (global functions CMFPlone/plone.app.layout)
4+

docs/backend/portal-actions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(backend-portal-actions-label)=
2+
3+
# Portal Actions
4+

docs/backend/search.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
(backend-search-label)=
2+
3+
# Search
4+
5+
6+
(backend-search-catalog-label)=
7+
8+
## Catalog
9+
10+
11+
(backend-search-querystring-label)=
12+
13+
## Querystring
14+

0 commit comments

Comments
 (0)