Skip to content

Commit

Permalink
Merge pull request #1603 from plone/remove-duplicate-contributing-nav…
Browse files Browse the repository at this point in the history
…igation

Remove duplicate contributing navigation
  • Loading branch information
stevepiercy authored Jan 15, 2024
2 parents 83fb330 + 7f7ef7f commit df5c0cc
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@
# -- sphinx-reredirects configuration ----------------------------------
# https://documatt.com/sphinx-reredirects/usage.html
redirects = {
"contributing/plone-api": "/plone.api/contribute/index.html",
"contributing/plone-restapi": "/plone.restapi/docs/source/contributing/index.html",
"contributing/volto": "/volto/contributing/index.html",
"install/install-from-packages": "/install/create-project.html",
}

Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ hidden: true
first-time
documentation/index
../plone.api/contribute/index
../plone.restapi/docs/source/contributing/index
../volto/contributing/index
plone-api
plone-restapi
volto
github-administration
```
12 changes: 12 additions & 0 deletions docs/contributing/plone-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
myst:
html_meta:
"description": "How to contribute to plone.api"
"property=og:description": "How to contribute to plone.api"
"property=og:title": "Contributing to plone.api"
"keywords": "Plone, API, development, contribute"
---

# Contributing to `plone.api`

See {doc}`/plone.api/contribute/index` under {guilabel}`Backend > plone.api`.
12 changes: 12 additions & 0 deletions docs/contributing/plone-restapi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
myst:
html_meta:
"description": "Contributing to plone.restapi"
"property=og:description": "Contributing to plone.restapi"
"property=og:title": "Contributing to plone.restapi"
"keywords": "Plone, plone.restapi, REST, API, Contributing, documentation"
---

# Contributing to `plone.restapi`

See {doc}`/plone.restapi/docs/source/contributing/index` under {guilabel}`REST API`.
12 changes: 12 additions & 0 deletions docs/contributing/volto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
myst:
html_meta:
"description": "How to contribute to Volto, the frontend for Plone."
"property=og:description": "How to contribute to Volto, the frontend for Plone."
"property=og:title": "How to contribute to Volto, the frontend for Plone."
"keywords": "Plone, Volto, contributing, developer, guidelines"
---

# Contributing to Volto

See {doc}`/volto/contributing/index` under {guilabel}`Frontend`.

0 comments on commit df5c0cc

Please sign in to comment.