Skip to content

Commit 78c62ec

Browse files
committed
add reference guide
1 parent 9a06b52 commit 78c62ec

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ backend/index
103103
i18n-l10n/index
104104
conceptual-guides/index
105105
contributing/index
106+
reference-guide/index
106107
```
107108

108109
```{toctree}

docs/reference-guide/index.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
myst:
3+
html_meta:
4+
"description": "Plone Reference guide"
5+
"property=og:description": "Plone Reference guide"
6+
"property=og:title": "Reference guide"
7+
"keywords": "Plone 6, reference guide"
8+
---
9+
10+
# Reference guide
11+
12+
This reference guide details functions, modules, and objects included in Plone, describing what they are and what they do. For learning how to use Plone, see the [complete documentation](https://6.docs.plone.org/index.html).
13+
14+
```{note}
15+
This part of the documentation is under construction.
16+
You can find documentation for plone in various locations through the [search feature](https://6.docs.plone.org/search.html?q=plone).
17+
You can help consolidate all of reference material here, even if it is to let us know what is missing, by [creating an issue](https://github.com/plone/documentation/issues/new?assignees=&labels=&projects=&template=new-issue-form.yml).
18+
```
19+
20+
## Plone REST API
21+
22+
[Plone REST API](https://6.docs.plone.org/plone.restapi/docs/source/index.html)
23+
24+
25+
## Plone.api
26+
27+
[Plone.api](https://6.docs.plone.org/plone.api/index.html)

0 commit comments

Comments
 (0)