Skip to content

Commit 74b9aac

Browse files
authored
Add a link from the Developer Guide to Develop Volto add-ons (#1945)
* Add a link from the Developer Guide to Develop Volto add-ons - add Sphinx reredirect for link * Remove obsolete todo
1 parent f4e8304 commit 74b9aac

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

docs/admin-guide/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ override-core
3737
backup-restore-plone-buildout
3838
/upgrade/index
3939
```
40-
% TODO: uncomment and add the following link to the Operate toctree when https://github.com/plone/volto/pull/6397 is merged.
41-
% https://volto--6397.org.readthedocs.build/development/add-ons/install-an-add-on.html
42-
% /volto/development/add-ons/index
43-
4440

4541
```{toctree}
4642
:maxdepth: 1

docs/conf.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -386,15 +386,16 @@
386386
"contributing/plone-api": "/plone.api/contribute.html",
387387
"contributing/plone-restapi": "/plone.restapi/docs/source/contributing/index.html",
388388
"contributing/volto": "/volto/contributing/index.html",
389+
"developer-guide/develop-volto-add-ons-index": "/volto/development/add-ons/index.html",
390+
"install/create-project": "/install/create-project-cookieplone.html",
389391
"install/install-from-packages": "/install/create-project.html",
390392
"manage/frontend": "/volto/addons/index.html",
391-
"install/create-project": "/install/create-project-cookieplone.html",
392-
"user-guide/editor": "/volto/user-manual/index.html",
393-
"reference-guide/volto-configuration-settings.html": "/volto/configuration/settings-reference.html",
394-
"reference-guide/volto-javascript-client.html": "/volto/client/index.html",
393+
"reference-guide/plone.api-methods.html": "/plone.api/api/index.html",
395394
"reference-guide/plone.restapi-usage.html": "/plone.restapi/docs/source/usage/index.html",
396395
"reference-guide/plone.restapi-endpoints.html": "/plone.restapi/docs/source/endpoints/index.html",
397-
"reference-guide/plone.api-methods.html": "/plone.api/api/index.html",
396+
"reference-guide/volto-configuration-settings.html": "/volto/configuration/settings-reference.html",
397+
"reference-guide/volto-javascript-client.html": "/volto/client/index.html",
398+
"user-guide/editor": "/volto/user-manual/index.html",
398399
}
399400

400401

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
myst:
3+
html_meta:
4+
"description": "How to develop Volto add-ons"
5+
"property=og:description": "How to develop Volto add-ons"
6+
"property=og:title": "Develop Volto add-ons"
7+
"keywords": "Plone, Volto, add-ons, development"
8+
---
9+
10+
# Develop Volto add-ons
11+
12+
See {doc}`/volto/development/add-ons/index` under {guilabel}`Volto UI > Development > Develop Volto add-ons`.

docs/developer-guide/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ You can help consolidate all of development documentation here, even if it is to
2121
```{toctree}
2222
:maxdepth: 2
2323
24+
develop-volto-add-ons-index
2425
create-a-distribution
2526
standardize-python-project-configuration
2627
```

0 commit comments

Comments
 (0)