We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539ee31 commit 48015a5Copy full SHA for 48015a5
src/Web/Documentation/ChapterController.php
@@ -25,6 +25,7 @@ public function docsRedirect(string $path): Redirect
25
return new Redirect(sprintf('/%s/%s', Version::default()->value, $path));
26
}
27
28
+ #[Get('/docs')]
29
#[Get('/documentation')]
30
#[Get('/main/framework/getting-started')]
31
public function index(): Redirect
0 commit comments