jackdomleo7 / Checka11y.css

A CSS stylesheet to quickly highlight a11y concerns.
https://checka11y.jackdomleo.dev
MIT License
446 stars 31 forks source link

[DOCUMENTATION]: Move the documentation website source code into the master branch #133

Closed jackdomleo7 closed 1 week ago

jackdomleo7 commented 3 years ago

Documentation Issue or Feature

Describe the documentation issue or feature request

Currently, the documentation website source code is sitting in the gh-pages branch. I want to change this so it sits in a docs/ directory in the master branch, then automatically deploy to the gh-pages branch. I also want to utilise Nuxt 3 rather than raw HTML, CSS & JS.

Acceptance criteria

Why is this important?

This is important because it keeps the code clean and in one place. It also allows other developers to easily contribute to the documentation website.

jackdomleo7 commented 3 years ago

Blocked because this needs to ideally wait until contributions on the project die down (after Hacktoberfest) because this will/may encounter some big structural changes.

jackdomleo7 commented 3 years ago

Blocked still due to waiting for static builds to be supported by Nuxt 3