Closed duffn closed 1 year ago
Good idea!
Ideally we would keep multiple versions of docs as you rightfully point out. You can probably build a workflow that publishes documentation into subfolders when a version tag is created. For the default version I would keep exactly that statement and publish docs every commit.
Don't have any strong opinions on themes.
Great.
Building docs off of head will be easy. Building for tags and subfolders may be tricky, but I'll explore it.
Here's a very rough first pass at what this could look like.
Notes:
/version/tag_name/
directory, so they can be browsed like this: https://duffn.github.io/just-the-docs-dev/version/v1.3.0/usage/web_client/examples.html
version
prefix so we can easily not delete old versions when building here: https://github.com/duffn/just-the-docs-dev/blob/f5e6fa3b79b6bdf6abe03c1a6a9a0c225814089e/.github/workflows/pages.yml#L43 Questions:
None really, but of course I'm open to feedback!
LGTM, PR something?
I'd like to create a documentation site for this repository. If this is not desired, please let me know and I can stop working on this. I've already begun.
Thoughts
Questions
Currently