Skip to content

Commit

Permalink
Fix MyST cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Jul 23, 2024
1 parent 78ed8c5 commit dd73a8e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/plone-deployment/project-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/volto_customization/shadowing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
2 changes: 1 addition & 1 deletion docs/voltohandson/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/voltohandson/introtoblocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/voltohandson/starttheming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<your-addon-name>/theme/globals/`.

Expand Down

0 comments on commit dd73a8e

Please sign in to comment.