From 9f4dec24d4d77425242f16dbfa3bba406f310d32 Mon Sep 17 00:00:00 2001 From: Kam Date: Mon, 30 Mar 2026 13:14:07 +1000 Subject: [PATCH] add sourcey to generators --- src/site/generators/sourcey.md | 14 ++++++++++++++ 1 file changed, 14 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 00000000..193814e9 --- /dev/null +++ b/src/site/generators/sourcey.md @@ -0,0 +1,14 @@ +--- +title: Sourcey +repo: sourcey/sourcey +homepage: https://sourcey.com +language: + - JavaScript +license: + - AGPL-3.0 +templates: + - TypeScript +description: Open source documentation platform for OpenAPI specs and markdown. Static HTML output, no runtime. +--- + +Sourcey is an open source documentation platform that generates static sites from OpenAPI specs and markdown. It produces clean, static HTML output with no runtime dependencies.