2fa-notifier
2fa-notifier copied to clipboard
Split the website into its own repo
In hindsight, putting the website into the same repo as the extension causes some conflicts among the CHANGELOG.md file, the versioning, etc. It might make more sense to have them in separate repos since they will not be revving at the same pace, etc.
could just move to using two branches for it. Instead of using master branch with docs folder, you could make a web_master branch and then merge that to GH-pages and only to GH-pages when you want it live, otherwise that stuff would not need to be in Master branch at all.