File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,19 @@ we would allow them to do a few sets of actions on them:
81
81
82
82
There is likely other ideas that could be done with `Collections ` over time.
83
83
84
+ Integration with OpenAPI/Swagger
85
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
86
+
87
+ Integrate the existing tooling around OpenAPI & Swagger into Sphinx and Read the Docs.
88
+ This will include building some extensions that generate reStructuredText,
89
+ and backend Django code that powers the frontend Javascript.
90
+
91
+ This could include:
92
+
93
+ * Building a live preview for testing an API in the documentation
94
+ * Taking a swagger YAML file and generating HTML properly with Sphinx
95
+ * Integration with our existing API to generate Swagger output
96
+
84
97
Autobuild docs for Pull Requests
85
98
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
86
99
You can’t perform that action at this time.
0 commit comments