-
-
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 8 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,22 @@ | ||
--- | ||
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. |
||
|
||
## Plone REST API | ||
|
||
[Plone REST API](https://6.docs.plone.org/plone.restapi/docs/source/index.html) | ||
|
||
|
||
## Plone.api | ||
|
||
[Plone.api](https://6.docs.plone.org/plone.api/index.html) | ||
stevepiercy marked this conversation as resolved.
Show resolved
Hide resolved
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
myst: | ||
html_meta: | ||
"description": "Plone user guide" | ||
"property=og:description": "Plone user guide" | ||
"property=og:title": "Plone user guide" | ||
"keywords": "Plone, user, guide" | ||
--- | ||
|
||
# User guide | ||
|
||
This user 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. | ||
Manas-Kenge marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Plone User Manual | ||
|
||
[Plone User Manual](https://6.docs.plone.org/volto/user-manual/index.html) | ||
|
||
|
||
## Content Editing for Plone | ||
|
||
[Content Editing for Plone](https://training.plone.org/content-editing/index.html) | ||
stevepiercy marked this conversation as resolved.
Show resolved
Hide resolved
|
Manas-Kenge marked this conversation as resolved.
Show resolved
Hide resolved
stevepiercy marked this conversation as resolved.
Show resolved
Hide resolved
|
+0 −1 | news/4126.bugfix | |
+0 −1 | setup.py | |
+3 −3 | src/plone/api/env.py | |
+3 −4 | src/plone/api/relation.py | |
+5 −5 | src/plone/api/tests/test_doctests.py | |
+2 −2 | src/plone/api/tests/test_portal.py |
Uh oh!
There was an error while loading. Please reload this page.