Skip to content
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

Delete develop a project docs #5759

Merged
merged 4 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/source/getting-started/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,16 @@ Not really advanced but perhaps less common, here's some stuff you can do:
- Customize Volto's Webpack configuration or project loader using Razzle
- Write a Redux middleware
- Start hacking on Volto.

## Add-on first approach

Developing for Plone's frontend means to add code to a Volto project.
The frontend files of the project are created in the `frontend` folder.
The generator also creates a default add-on in the `frontend/src/addons` folder.
The project is already configured to use this add-on.
Add your code and customizations to this add-on, and Volto will load them on start up or a restart.
This add-on is configured as a theme add-on, so you are able to customize the look and feel of your site as well.

```{seealso}
For more information about how to develop a Volto project as an add-on, see {doc}`training:voltoaddons/index`.
```
32 changes: 0 additions & 32 deletions docs/source/recipes/developing-a-project.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/recipes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ myst:
:maxdepth: 1

creating-project
developing-a-project
folder-structure
environment-variables
customizing-components
Expand Down
1 change: 1 addition & 0 deletions packages/volto/news/5675.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Delete redundant `developing-a-project.md`. @stevepiercy
Loading