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 8153e8d commit 9603b1eCopy full SHA for 9603b1e
build/doctum/.gitignore
@@ -1 +1,4 @@
1
-/vendor
+/build
2
+/cache
3
+/filament
4
+/vendor
build/doctum/doctum.php
@@ -16,8 +16,7 @@
16
$versions = GitVersionCollection::create($dir)
17
->add('1.x', 'Filament 1.x')
18
->add('2.x', 'Filament 2.x')
19
- ->add('3.x', 'Filament 3.x')
20
- ->add('4.x', 'Filament 4.x');
+ ->add('3.x', 'Filament 3.x');
21
22
return new Doctum($iterator, [
23
'title' => 'Filament API',
0 commit comments