Skip to content

Commit d36830f

Browse files
committed
Create an entry in index.md to include a new developer-guide/index.md and the new developer-guide/create-a-distribution.md
1 parent e25b72d commit d36830f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/developer-guide/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
myst:
3+
html_meta:
4+
"description": "Plone developer guide"
5+
"property=og:description": "Plone developer guide"
6+
"property=og:title": "Developer guide"
7+
"keywords": "Plone 6, developer guide, development"
8+
---
9+
10+
# Developer guide
11+
12+
This part of the documentation provides information for how to develop in Plone.
13+
14+
15+
```{toctree}
16+
:maxdepth: 2
17+
18+
create-a-distribution
19+
```

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Read the [documentation for the previous version, Plone 5](https://5.docs.plone.
3333
overview/index
3434
install/index
3535
manage/index
36+
developer-guide/index
3637
upgrade/index
3738
deployment/index
3839
volto/index

0 commit comments

Comments
 (0)