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
After adding that library create a demo spec eg project_controller_spec.ex to show the structure
generate openapi.yaml file and put it in a directory that can be fetch via http request, eg static/openapi.yaml
In docs repo use "docusaurus-plugin-openapi-docs": "^4.5.1", "docusaurus-theme-openapi-docs": "^4.5.1", to generate docs. In docusaurus.config.ts We can specify
It's definitely easier to generating the docs on lightning, So i will have to figure out how to fetch the openapi.yaml form lightning repo. Probably should look on adaptor generate script
Continue from #673
Next steps
"docusaurus-plugin-openapi-docs": "^4.5.1", "docusaurus-theme-openapi-docs": "^4.5.1",to generate docs. In docusaurus.config.ts We can specifyopenapi.yamlform lightning repo. Probably should look on adaptor generate scriptResources