swift-unidoc
swift-unidoc copied to clipboard
Slipstream collab for unidoc + HTML rendering?
Hello! I found this project from https://forums.swift.org/t/docc-render-with-a-static-html-generator/73866.
I've been working on https://github.com/jverkoey/slipstream/, a static site generator using a SwiftUI-like DSL + Tailwind CSS. swift-unidoc seems to generate a good amount of HTML + handle Markdown parsing, so it got me wondering if something like Slipstream might be a useful contribution to the project.
The (very!) rough thinking would be that by aligning with a SwiftUI-like DSL for describing website content, it could lower the barrier to making custom documentation sites.
Maybe a silly idea altogether, but wanted to reach out to see if there's something worth poking at further.