From 38d5c462d07b2057a02b7dc572d2e60cc0ce8c1c Mon Sep 17 00:00:00 2001 From: Kam Date: Fri, 15 May 2026 13:41:45 +1000 Subject: [PATCH 1/2] Add Sourcey to API Documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1c5d1c..56ddf02 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ Contributions are most welcome. Categories are also open to suggestions! - [API Docs](https://api-docs.io/): Hosted public API documentation for OAS (Swagger) and RAML specs. - [Docbox](https://github.com/tmcw/docbox): REST API documentation generator, using Markdown. - [widdershins](https://github.com/Mermade/widdershins): REST API documentation generator from OpenAPI 3.0 / Swagger 2.0 / AsyncAPI 1.x / Semoasa 0.1.0 definition +- [Sourcey](https://github.com/sourcey/sourcey): Multi-source static documentation generator. OpenAPI, MCP, Doxygen XML, godoc, and Markdown into one static HTML site. Self-hosted, AGPL-3.0. - [Elements](https://github.com/stoplightio/elements): Web Components-based API documentation for OpenAPI 3.x/2.x ## API Clients From 4116e5413dd46b2d8ed8a04814e9bb7e9bd63b37 Mon Sep 17 00:00:00 2001 From: Kam Date: Fri, 15 May 2026 14:09:04 +1000 Subject: [PATCH 2/2] Switch Sourcey link to canonical sourcey.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56ddf02..fe3ae54 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ Contributions are most welcome. Categories are also open to suggestions! - [API Docs](https://api-docs.io/): Hosted public API documentation for OAS (Swagger) and RAML specs. - [Docbox](https://github.com/tmcw/docbox): REST API documentation generator, using Markdown. - [widdershins](https://github.com/Mermade/widdershins): REST API documentation generator from OpenAPI 3.0 / Swagger 2.0 / AsyncAPI 1.x / Semoasa 0.1.0 definition -- [Sourcey](https://github.com/sourcey/sourcey): Multi-source static documentation generator. OpenAPI, MCP, Doxygen XML, godoc, and Markdown into one static HTML site. Self-hosted, AGPL-3.0. +- [Sourcey](https://sourcey.com): Multi-source static documentation generator. OpenAPI, MCP, Doxygen XML, godoc, and Markdown into one static HTML site. Self-hosted, AGPL-3.0. - [Elements](https://github.com/stoplightio/elements): Web Components-based API documentation for OpenAPI 3.x/2.x ## API Clients