Restructure and add build process #1
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a draft Pull Request for the restructuring changes we discussed. This PR is marked as a draft, so the little icon is grey instead of green, and you can't merge it. Once I've finished making my changes, I'll mark it as ready, the little icon will turn green, and you'll be able to merge it if you choose.
I edit and comment on my PRs frequently with notes to myself and stuff. If you have a question about what I'm doing, feel free to ask it here.
This PR must accomplish the following tasks, which I'll check off as I complete them:
docs/
tosrc/
For the Actions workflow, I'm thinking of having a
latest
endpoint that always has the latest version of the CSS, and then also an endpoint for each version (1.0.0
,1.3.0
,1.3.8
, etc). Thelatest
endpoint would be updated after every commit to the main branch; the version endpoints would only be updated every time a new release is created.