Releases: apiato/documentation-generator-container
Releases · apiato/documentation-generator-container
v2.8.0
Thanks to the awesome PR from @polarikus
- feat(localization): header can now be localized
by appending the localization name at the end of your
template.header.xx.md
file (replacing thexx
) and updating theAPIDOC_LOCALE
field in the.env
to match the desired localized header file locale.
e.g create a
template.header.ru.md
right beside thetemplate.header.en.md
set theAPIDOC_LOCALE
field ion the.env
toru
this can also be configured in the new config field add to the vendor-documentation.php
config file
'locale' => '.'.env('APIDOC_LOCALE', 'en'),'
v2.7.0
- chore(dep): update composer dependencies
v2.4.2
- fix(access): update aceess permission to check only for
web
guard
v2.4.1
- fix a bug related to auth gates
v2.4.0
- remove testbench composer dependency
v2.3.0
- now can test api directly using docs
v2.2.1
- fix a bug with the latest version of apidoc
v2.2.0
- revert v2.1.0
v2.1.0
- add (latest) apidco dependency
v2.0.4
- add info about RequestCriteria