Skip to content

Commit

Permalink
fix: docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Jul 29, 2024
1 parent 92cfaea commit ef92812
Show file tree
Hide file tree
Showing 2 changed files with 2,999 additions and 0 deletions.
1 change: 1 addition & 0 deletions .regen-docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function underscoreToCamelCase($string, $capitalizeFirstCharacter = false)
return $str;
}

$readme = file_get_contents('./.github/README.md');
$json = json_decode(file_get_contents('openapi.json'), true);

$doc = '';
Expand Down
Loading

0 comments on commit ef92812

Please sign in to comment.