diff --git a/docs/plone-deployment/project-start.md b/docs/plone-deployment/project-start.md index 5e07c4644..969338f72 100644 --- a/docs/plone-deployment/project-start.md +++ b/docs/plone-deployment/project-start.md @@ -9,7 +9,7 @@ myst: # Start the Project -The {term}`cookiecutter-plone-starter` equips you with essential tools to initiate a local development environment. The [new project](new-project) offers two methods to launch your project: manually starting the Backend and Frontend servers, or utilizing a Docker Compose stack. +The {term}`cookiecutter-plone-starter` equips you with essential tools to initiate a local development environment. The {doc}`project-new` offers two methods to launch your project: manually starting the Backend and Frontend servers, or utilizing a Docker Compose stack. ## Running Local Servers diff --git a/docs/volto_customization/shadowing.md b/docs/volto_customization/shadowing.md index 90cce6229..e43cbd4cf 100644 --- a/docs/volto_customization/shadowing.md +++ b/docs/volto_customization/shadowing.md @@ -35,6 +35,6 @@ Both paths work fine though, we just want to go all-in with the addon-approach. ```{seealso} - {ref}`voltohandson-header-component-label` (Volto Hands-On Training) -- {doc}`plone6docs:volto/recipes/customizing-components` (Plone Frontend Documentation) -- {doc}`plone6docs:volto/recipes/customizing-views` (Plone Frontend Documentation) +- {doc}`plone6docs:volto/development/customizing-components` (Plone Frontend Documentation) +- {doc}`plone6docs:volto/development/customizing-views` (Plone Frontend Documentation) ``` diff --git a/docs/voltohandson/header.md b/docs/voltohandson/header.md index 1f1fcb84b..8a67412b0 100644 --- a/docs/voltohandson/header.md +++ b/docs/voltohandson/header.md @@ -18,7 +18,7 @@ This is a file containing LESS declarations. It's loaded more quickly than the t ## Some dummy content -So that our Navigation shows more than just the homepage, you should add some dummy pages like on [plone.org](plone.org) to your site using the add page menu in the top left of the page. Add some pages like: +So that our Navigation shows more than just the homepage, you should add some dummy pages like on [plone.org](https://plone.org) to your site using the add page menu in the top left of the page. Add some pages like: - Why Plone? - Get Started diff --git a/docs/voltohandson/introtoblocks.md b/docs/voltohandson/introtoblocks.md index 3873ab476..18eab5987 100644 --- a/docs/voltohandson/introtoblocks.md +++ b/docs/voltohandson/introtoblocks.md @@ -28,7 +28,7 @@ However, the `plone.volto` package, which comes with a default Plone 6 site enab ## How to manually enable Blocks on a content type There is a behavior called `Blocks` made available by `plone.volto`. -To enable it you need to access the types [controlpanel](localhost:3000/controlpanel/dexterity-types). +To enable it you need to access the types [control panel](http://localhost:3000/controlpanel/dexterity-types). There you can choose a content type to edit and enable `Blocks` in the `Behaviors` tab. diff --git a/docs/voltohandson/starttheming.md b/docs/voltohandson/starttheming.md index f3a58c11e..55ad9a8ae 100644 --- a/docs/voltohandson/starttheming.md +++ b/docs/voltohandson/starttheming.md @@ -25,7 +25,7 @@ Finally edit your `theme.config` and change the `@siteFolder` variable to contai ## Basic font family -[plone.org](plone.org) uses the "Assistant" font instead of the Volto default "Poppins". You can use Semantic UI variables for customizing the font, as it's a valuable feature. +[plone.org](https://plone.org) uses the "Assistant" font instead of the Volto default "Poppins". You can use Semantic UI variables for customizing the font, as it's a valuable feature. Create a file called `site.variables`in the following path `src/addons//theme/globals/`.