Commit Graph

11 Commits

Author SHA1 Message Date
tauri
66596a4954 Update Docs (#523)
* chore(docs): Update Rust & TS docs

* fix casing

Co-authored-by: tauri-bot <tauri-bot@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
2022-03-28 23:31:12 +02:00
Fabian-Lars
dba3a91d47 fix: cleanup docs about deps and icon commands (#484)
* 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>
2022-03-10 12:32:37 +01:00
tauri
ec55bd7eef Update Docs (#487)
Co-authored-by: tauri-bot <tauri-bot@users.noreply.github.com>
2022-03-07 19:08:16 -03:00
Lucas Fernandes Nogueira
5c1c499ab7 feat: update to RC (#413) 2022-02-10 20:02:47 -03:00
tauri
2ad468303c Update Docs (#405)
Co-authored-by: tauri-bot <tauri-bot@users.noreply.github.com>
2022-02-10 19:29:10 -03:00
Jonas Kruckenberg
22ae98dbe7 v1-rc docs (#403)
* 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>
2022-02-10 20:23:28 +01:00
Lorenzo Lewis
e8115dca4b i18n (#337)
* 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)
2022-01-16 20:38:01 +00:00
Laegel
8fd318aeff feat(i18n) (#69)
* 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
2020-07-28 18:26:19 +02:00
Laegel
bf723f1c29 feat: Added deps CLI command (#101) 2020-07-25 13:32:09 +02:00
Laegel
13c5461e75 feat(docs): Added more details and improved layout (#62) 2020-06-17 17:26:34 +02:00
Laegel
441fc32f34 Feat/moving website content (#48)
* chore: moving files from 'website' folder

* chore(readme): Removed 'cd website' line

* chore: Moving netlify.toml

* chore(conflicts)
2020-05-25 23:43:14 +02:00