diff --git a/docs/content/2.guide/3.directory-structure/10.pages.md b/docs/content/2.guide/3.directory-structure/10.pages.md index 10d9c2eeb4..126642dc22 100644 --- a/docs/content/2.guide/3.directory-structure/10.pages.md +++ b/docs/content/2.guide/3.directory-structure/10.pages.md @@ -98,6 +98,7 @@ If you place anything within square brackets, it will be turned into a [dynamic If you want a parameter to be _optional_, you must enclose it in double square brackets - for example, `~/pages/[[slug]]/index.vue` or `~/pages/[[slug]].vue` will match both `/` and `/test`. ::StabilityEdge{title="Optional dynamic params with [[slug]] syntax"} +:: ### Example