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.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@ Omicron is open-source. But we're pretty focused on our own goals for the fores
12
12
13
13
== Documentation
14
14
15
-
For design and API docs, see the https://rust.docs.corp.oxide.computer/omicron/[generated documentation]. You can generate this yourself with:
15
+
https://docs.oxide.computer/api[Docs are automatically generated for the public (externally-facing) API] based on the OpenAPI spec that itself is automatically generated from the server implementation. You can generate your own docs for either the public API or any of the internal APIs by feeding the corresponding OpenAPI specs (in "./openapi") into an OpenAPI doc generator.
16
+
17
+
For design and internal Rust API docs, see the https://rust.docs.corp.oxide.computer/omicron/[generated documentation]. You can generate this yourself with:
0 commit comments