Closed jackdomleo7 closed 1 week 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.
Blocked still due to waiting for static builds to be supported by Nuxt 3
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 adocs/
directory in themaster
branch, then automatically deploy to thegh-pages
branch. I also want to utilise Nuxt 3 rather than raw HTML, CSS & JS.Acceptance criteria
master
branchgh-pages
branchgh-pages
on every master buildWhy 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.