You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
It seems a bit confusing to have an "api-docs" folder under the "docs" folder. And the files under the api-docs/ reach back and use items from the /docs folder (e.g. _includes).
Adjust the structure so that contents of api-docs folder are at the root of /docs.
This would also make the doco URL match what is listed in the Settings page, without having to add "/api-docs/"
Result should look like docs/console/...
CONTRIBUTING.md, COPYING.txt, LICENSE, README.md should be moved to the project root
Remove duplicate files such as License and Contributing
It seems a bit confusing to have an "api-docs" folder under the "docs" folder. And the files under the api-docs/ reach back and use items from the /docs folder (e.g. _includes).
Adjust the structure so that contents of api-docs folder are at the root of /docs.
This would also make the doco URL match what is listed in the Settings page, without having to add "/api-docs/"