* Remove French docs (none had been translated yet)
* Move English docs up to be directly under the docs folder (serves as the default)
* Remove old translation files
* Remove references to old translation files in docusaurus.config.js, index.js, partners.js, and showcase.js, swapping in place Docusaurus's Translate HTML element and translate() function
* Remove unused users.js file
* Remove supported-languages.js (this is now contained by default in the docusaurus.config.js file)
* Add translate command to package.json that will auto-generate enabled languages
* Add generated translation files derived from translate (note: this will require re-work on Crowdin)
* Add MIT license to package.json (removes an annoying warning when building)
* Update supported browsers (removes an annoying warning when building)
* Remove t, languages, and language objects from docusaurus.config.js that were referencing the old translation files
* Update netlify.toml to now simply run yarn build (note: this will not yet generated the translations on CI/CD, this will need to be updated later)
* feat(i18n): Setup new structure for i18n
* fix: Adapting Netlify command
* feat: Added plugin to deal with absolute CSS imports
* feat: Trying to make it work with the new setup on Netlify
* feat: Trying to make it work with the new setup on Netlify
* fix: Rephrased log for build
* fix: Changed paths to CSS files
* fix: Added missing files
* feat: Adding fr translations as test
* feat: Added partners & showcase strings
* feat(i18n): Added dropdown (proposal)
* fix: Ensure location's not used while in SSR
* fix: Ignoring broken links for now
* fix: Added missing French docs/strings for test
* fix: Added missing files...
* fix: Fixed Alpha in menu & applied default dark theme
* feat: Explicitly defined supported languages
* fix(mobile): Moved Alpha and fixed language dropdown
* feat(i18n): Cleanup, added contribution instructions