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 c3a1f02 commit 8dbe29fCopy full SHA for 8dbe29f
1 file changed
config/docs.php
@@ -2,19 +2,18 @@
2
3
return [
4
5
- 'version' => env('STATAMIC_DOCS_VERSION', '5'),
+ 'version' => env('STATAMIC_DOCS_VERSION', '6'),
6
7
'versions' => [
8
[
9
'version' => '6',
10
'branch' => '6.x',
11
- 'url' => 'https://v6.statamic.dev',
12
- 'beta' => true,
+ 'url' => 'https://statamic.dev',
13
],
14
15
'version' => '5',
16
'branch' => '5.x',
17
- 'url' => 'https://statamic.dev',
+ 'url' => 'https://v5.statamic.dev',
18
19
20
0 commit comments