From cc37547993c5cd898265ae30bea9102fb610d621 Mon Sep 17 00:00:00 2001 From: Natchapon Saejueng Date: Wed, 27 Apr 2022 16:03:22 +0700 Subject: [PATCH] docs: fix edge alert syntax (#4653) --- docs/content/2.guide/3.directory-structure/10.pages.md | 1 + 1 file changed, 1 insertion(+) 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 10d9c2eeb..126642dc2 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