Skip to content

Commit 2f1544f

Browse files
committed
internal: add doc links
1 parent e17ff42 commit 2f1544f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A new addon for Plone to create web-based dynamic pages.
44

5+
[Full Documentation](https://codesyntax.github.io/cs_dynamicpages/)
6+
57
The concept is pretty similar that of Volto blocks:
68

79
- You can build a page using reusable items.
@@ -75,10 +77,11 @@ And to create the Plone site:
7577
make create-site
7678
```
7779

78-
## Contribute
80+
## Contribute 🤝
7981

8082
- [Issue tracker](https://github.com/codesyntax/cs_dynamicpages/issues)
8183
- [Source code](https://github.com/codesyntax/cs_dynamicpages/)
84+
- [Documentation](https://codesyntax.github.io/cs_dynamicpages/)
8285

8386
Please, clone this repo, do your developments in a specific branch, and create a pull request from it.
8487

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Homepage = "https://github.com/codesyntax/cs_dynamicpages"
5151
PyPI = "https://pypi.org/project/cs_dynamicpages"
5252
Source = "https://github.com/codesyntax/cs_dynamicpages"
5353
Tracker = "https://github.com/codesyntax/cs_dynamicpages/issues"
54+
Documentation = "https://codesyntax.github.io/cs_dynamicpages/"
5455

5556

5657
[project.entry-points."plone.autoinclude.plugin"]

0 commit comments

Comments
 (0)