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
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
-
# Website
1
+
# CSlant Api Docs
2
2
3
-
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
3
+
This project is a documentation site for the CSlant API. It is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
4
+
5
+
All OpenAPI docs are generated using the OpenAPI Generator CLI. The generated files are then copied to the `api-docs` directory in the root of the project.
6
+
7
+
The OpenAPI docs are then rendered using the Docusaurus Plugin OpenAPI Docs and Docusaurus Theme OpenAPI Docs.
0 commit comments