-
-
Notifications
You must be signed in to change notification settings - Fork 176
Change home page UI #1875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change home page UI #1875
Changes from all commits
ad934cb
9a06b52
78c62ec
2294a64
b088e5e
1cffd28
f7fe81f
ac3efc1
0fd234d
d8eac2e
49c9950
2bdf87e
8bbef95
984c646
ba25739
d842506
171dd09
5ff36ce
314c923
f832bac
feb3fd5
6beb0ab
a37493c
3727e56
256ac2b
21456be
98d2989
dcbdf3d
c068205
9e959ae
b98e823
777f253
fb27598
e5b1174
646f628
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
stevepiercy marked this conversation as resolved.
Show resolved
Hide resolved
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
myst: | ||
html_meta: | ||
"description": "Plone reference guide" | ||
"property=og:description": "Plone reference guide" | ||
"property=og:title": "Plone reference guide" | ||
"keywords": "Plone, reference, guide" | ||
--- | ||
|
||
# Reference guide | ||
|
||
This reference guide details application programming interfaces (APIs), functions, modules, and objects included in Plone, describing what they are and what they do. | ||
Its audience is primarily developers of Plone and its projects and add-ons. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @stevepiercy I'm not sure this structure is right. Just because a section of docs covers an API doesn't mean that it's all reference. The lists of endpoints / functions are reference but there's also conceptual and how-to material in there. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is a way to solve this by ignoring There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK this is now ready for review. Please take a look at the pull request preview. |
||
|
||
{doc}`Volto configuration settings </volto/configuration/settings-reference>` | ||
: This reference contains a summary of the configuration options and what they control. | ||
|
||
{doc}`Plone REST API JavaScript client endpoints </volto/client/index>` | ||
: Plone REST API JavaScript client is a framework agnostic library based on TanStack Query. | ||
|
||
{doc}`Plone REST API usage </plone.restapi/docs/source/usage/index>` | ||
: This reference describes how to authenticate, batch records, manipulate content, and other common usage of the Plone REST API. | ||
|
||
{doc}`Plone REST API endpoints </plone.restapi/docs/source/endpoints/index>` | ||
: This reference describes each of the endpoints in the Plone REST API. | ||
It includes usage and examples of HTTP requests and expected responses. | ||
|
||
{doc}`Plone API methods </plone.api/api/index>` | ||
: The list of Plone API methods and their descriptions for Plone backend functionality. | ||
|
||
```{toctree} | ||
:hidden: | ||
volto-configuration-settings | ||
volto-javascript-client | ||
plone.restapi-usage | ||
plone.restapi-endpoints | ||
plone.api-methods | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
myst: | ||
html_meta: | ||
"description": "Plone API methods" | ||
"property=og:description": "Plone API methods" | ||
"property=og:title": "Plone API methods" | ||
"keywords": "Plone, API, methods" | ||
--- | ||
|
||
# Plone API methods | ||
|
||
See {doc}`/plone.api/api/index`. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
myst: | ||
html_meta: | ||
"description": "Plone REST API endpoints" | ||
"property=og:description": "Plone REST API endpoints" | ||
"property=og:title": "Plone REST API endpoints" | ||
"keywords": "Plone, REST, API, endpoints" | ||
--- | ||
|
||
# Plone REST API endpoints | ||
|
||
See {doc}`/plone.restapi/docs/source/endpoints/index`. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
myst: | ||
html_meta: | ||
"description": "Plone REST API usage" | ||
"property=og:description": "Plone REST API usage" | ||
"property=og:title": "Plone REST API usage" | ||
"keywords": "Plone, REST, API, usage" | ||
--- | ||
|
||
# Plone REST API usage | ||
|
||
See {doc}`/plone.restapi/docs/source/usage/index`. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
myst: | ||
html_meta: | ||
"description": "Volto configuration settings" | ||
"property=og:description": "Volto configuration settings" | ||
"property=og:title": "Volto configuration settings" | ||
"keywords": "Plone, Volto, configuration, registry, settings" | ||
--- | ||
|
||
# Volto configuration settings | ||
|
||
See {doc}`/volto/configuration/settings-reference`. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
myst: | ||
html_meta: | ||
"description": "Plone REST API JavaScript client endpoints" | ||
"property=og:description": "Plone REST API JavaScript client endpoints" | ||
"property=og:title": "Plone REST API JavaScript client endpoints" | ||
"keywords": "Plone, Volto, REST, API, JavaScript, client, endpoints" | ||
--- | ||
|
||
# Plone REST API JavaScript client endpoints | ||
|
||
See {doc}`/volto/client/index`. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
myst: | ||
html_meta: | ||
"description": "How to edit content in Plone" | ||
"property=og:description": "How to edit content in Plone" | ||
"property=og:title": "How to edit content in Plone" | ||
"keywords": "Plone, edit, content" | ||
--- | ||
|
||
# Editor guide | ||
|
||
See {doc}`/volto/user-manual/index` under {guilabel}`Volto UI`. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
myst: | ||
html_meta: | ||
"description": "Plone user guide" | ||
"property=og:description": "Plone user guide" | ||
"property=og:title": "Plone user guide" | ||
"keywords": "Plone, user, guide, editor, administrator" | ||
--- | ||
|
||
# User guide | ||
|
||
This part of the documentation describes how to use Plone effectively, covering tasks for site editors and administrators. | ||
|
||
{doc}`/volto/user-manual/index` | ||
: This guide describes how to work with blocks in Volto, the Plone 6 frontend. | ||
|
||
{doc}`training:content-editing/index` | ||
: This training describes how to create and manage content using Plone. | ||
|
||
```{toctree} | ||
:hidden: | ||
editor | ||
``` |
Uh oh!
There was an error while loading. Please reload this page.