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 6d9f79c commit f69842fCopy full SHA for f69842f
src/Web/Documentation/SymlinkDocumentationCommand.php
@@ -21,7 +21,7 @@ public function __construct(
21
public function __invoke(string $path = '../tempest-framework'): ExitCode
22
{
23
$from = root_path($path, '/docs');
24
- $to = root_path('src/Web/Documentation/content/1.x');
+ $to = root_path('src/Web/Documentation/content/', Version::default()->getUrlSegment());
25
26
$this->console->header('Symlinking documentation');
27
0 commit comments