From e6c12444aab00413fed35c4573ac6b5ad24f4d24 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 8 Aug 2023 13:45:53 +0200 Subject: [PATCH] Enhance registerClientRoute documentation: Adding the path on which routes created with registerClientRoute are available. --- support/doc/plugins/guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index 147c5fcaf..afc5b9337 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md @@ -870,6 +870,7 @@ function register ({ registerClientRoute }) { } ``` +You can then access the page on `/p/my-super/route` (please note the additionnal `/p/` in the path). ### Publishing