From 60f8b35c6c5faf8b66df90ef2d5b9526cf42b0e3 Mon Sep 17 00:00:00 2001 From: Studio OS Date: Sun, 13 Sep 2026 02:51:07 +0000 Subject: [PATCH] Add Sourcey documentation generator --- src/site/generators/sourcey.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/site/generators/sourcey.md diff --git a/src/site/generators/sourcey.md b/src/site/generators/sourcey.md new file mode 100644 index 000000000..a535cbda5 --- /dev/null +++ b/src/site/generators/sourcey.md @@ -0,0 +1,16 @@ +--- +title: Sourcey +repo: sourcey/sourcey +homepage: https://sourcey.com +language: + - JavaScript + - TypeScript + - Go +license: + - AGPL-3.0 +templates: + - HTML + - Markdown +description: Build static product documentation from OpenAPI, MCP, Doxygen, godoc, rustdoc, and Markdown sources +--- +Sourcey turns API specifications, code documentation, and Markdown guides into a searchable static HTML site. It supports OpenAPI, MCP server definitions, Doxygen XML, Go and Rust documentation, and MkDocs sources. The generated output includes guides, API reference pages, and portable context files, and can be deployed to any static host.