dry-rb / dry-types

Flexible type system for Ruby with coercions and constraints
https://dry-rb.org/gems/dry-types
MIT License
860 stars 134 forks source link

fix docsite structure #468

Closed emptyflask closed 9 months ago

emptyflask commented 9 months ago

Follow-up to #467. This seems to work well now.

Sorry it took some time to get the whole docsite compilation toolchain working. I wasn't able to run middleman on the dry-rb.org project with any currently installable version of ruby, so I ended up converting the github CI action in that repo to a dockerfile.

solnic commented 9 months ago

woah thank you so much, I'm sorry it turned out to be so time consuming. We've been looking into moving to a different doc stack for this exact reason, but so far nobody had the time to work on migrating all of the things and we haven't yet decided which doc tool we'd like to use.

solnic commented 9 months ago

OK it's live here https://dry-rb.org/gems/dry-types/main/combining-types/intersection/ :)