swift-unidoc
swift-unidoc copied to clipboard
scalable, multi-package documentation engine for the swift language
it seems the build, including the documentation build succeeds, but the builder fails to report its status for some reason
right now, if you are logged in and not an admin, the build tools appear directly below the `` which looks weird
the web server doesn’t know where the current head of the branch is at during any given time, only the builder knows this, so the decision to skip branch builds...
we need to change SSGC to emit an `id` reference for these magical list items, and change the Unidoc renderer to be able to inject the symbol’s mangled name into...
the tooltips feature is hugely valuable, but it is also increasing our page sizes significantly: by a factor of 2x in some cases. for example, the page https://swiftinit.org/docs/swift-syntax/swiftsyntax was about...
for some reason, `swift symbolgraph-extract` is choking on swift-nio at 2.65.0 ``` swift symbolgraph-extract -module-name _NIODataStructures -target arm64-apple-macosx14.0 -minimum-access-level internal -output-dir .testing/artifacts -include-spi-symbols -skip-inherited-docs -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -emit-extension-block-symbols -pretty-print -I /Users/runner/work/swift-unidoc/swift-unidoc/.testing/checkouts/swift-nio/.build.ssgc/debug...
per Slack discussion with @Joannis , API users should be able to poll the state of a specific volume (which may or may not exist yet) and receive updates when...
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...
in many construction zones, it is useful to add boilerplate templates that should appear on multiple pages. we could treat these like Snippets today.