Skip to content

Commit

Permalink
Delete develop a project docs (#5759)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored Feb 28, 2024
1 parent 97f830a commit 4de0ce2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 33 deletions.
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

0 comments on commit 4de0ce2

Please sign in to comment.