Skip to content

Commit 9603b1e

Browse files
committed
remove 4.x from api docs as generating it causes an error
1 parent 8153e8d commit 9603b1e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build/doctum/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
/vendor
1+
/build
2+
/cache
3+
/filament
4+
/vendor

build/doctum/doctum.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
$versions = GitVersionCollection::create($dir)
1717
->add('1.x', 'Filament 1.x')
1818
->add('2.x', 'Filament 2.x')
19-
->add('3.x', 'Filament 3.x')
20-
->add('4.x', 'Filament 4.x');
19+
->add('3.x', 'Filament 3.x');
2120

2221
return new Doctum($iterator, [
2322
'title' => 'Filament API',

0 commit comments

Comments
 (0)