* Change links to relative
* Remove old version.txt creation
* Move docs that don't need versioning to pages
* Unversion architecture
* Move about section back to docs
* Missed security
* Remove community section
* Remove community from sidebar
* Adjust navbar, add versions to config
* Workaround for getting latest doc version
* Remove ununsed splash page
* Reformat footer
* Add more dynamic config for detecting versions
* Create utility for returning the current version
* Update index.js to use version utility
* Add redirects for about, API, and guides pages
* Add redirect for `docs` path
* Fix script to get the last version, not current
* Add logic to conditionally handle when a version is launched
* Add versioning section
* Fix url version
* Move all documents into a "guides" folder
* Fix broken links
* Redirect any broken links from old docs to new guides
* Remove custom redirects
* Change `docs` filepath to now be root of url
* Remove benchmark redirect
* fix: cleanup docs for `deps` and `icon` commands
* fix: use bash for codeblock syntax highlighting
* Update docs/guides/icons.md
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
* remove section about deps command
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
* shift around sidebar for better comprehensive flow (#392)
* shift around sidebar for better comprehensive flow
* fix broken links
* stub out architecture articles
* clear up setup section
* fix broken link
* shift code sign, updater
* remove dev intro
it has been chopped and put into other docs
* tweak prereq call to action
* rename to setting up *
* consistently use -ing
* fix links
* feat: add optimized images (#397)
* feat: remove showcase section (#399)
* feat: remove showcase section
* feat: add awesome tauri link to navbar/footer
* use old landing page
* fix: build
* activate new search
* update searchbar package
Co-authored-by: Jacob Bolda <me@jacobbolda.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* 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