Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Omicron is open-source. But we're pretty focused on our own goals for the fores

== Documentation

For design and API docs, see the https://rust.docs.corp.oxide.computer/omicron/[generated documentation]. You can generate this yourself with:
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.

For design and internal Rust API docs, see the https://rust.docs.corp.oxide.computer/omicron/[generated documentation]. You can generate this yourself with:

[source,text]
----
Expand Down