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 0db9126 commit 539ee31Copy full SHA for 539ee31
src/Web/Documentation/ChapterController.php
@@ -25,8 +25,6 @@ public function docsRedirect(string $path): Redirect
25
return new Redirect(sprintf('/%s/%s', Version::default()->value, $path));
26
}
27
28
- #[Get('/docs')]
29
- #[Get('/docs/')]
30
#[Get('/documentation')]
31
#[Get('/main/framework/getting-started')]
32
public function index(): Redirect
0 commit comments