Commit Graph

17 Commits

Author SHA1 Message Date
tauri
ec55bd7eef Update Docs (#487)
Co-authored-by: tauri-bot <tauri-bot@users.noreply.github.com>
2022-03-07 19:08:16 -03:00
tauri
3ad3a9d054 chore(docs): Update Rust & TS docs (#459)
Co-authored-by: tauri-bot <tauri-bot@users.noreply.github.com>
2022-02-18 16:05:16 +01:00
tauri
61313ccf4e chore(docs): Update Rust & TS docs (#451)
Co-authored-by: tauri-bot <tauri-bot@users.noreply.github.com>
2022-02-14 23:23:27 +01:00
tauri
d318943a3e Update Docs (#449)
* chore(docs): Update Rust & TS docs

* fix index id

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
2022-02-14 16:32:12 +01:00
tauri
00ae16fc44 Update Docs (#425)
Co-authored-by: tauri-bot <tauri-bot@users.noreply.github.com>
2022-02-12 11:24:04 -03:00
tauri
c2d6b60116 Update Docs (#423)
Co-authored-by: tauri-bot <tauri-bot@users.noreply.github.com>
2022-02-11 21:12:16 -03:00
tauri
27012ff9d3 chore(docs): Update Rust & TS docs (#422)
Co-authored-by: tauri-bot <tauri-bot@users.noreply.github.com>
2022-02-11 20:49:24 +01: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
Fabian-Lars
7a3e557056 feat: add tauri.rs docs in json format (#404)
* feat: add tauri docs in json format

* fix `uses` path

* fix manifest-path

* build with correct features

* fix no-default-features argument

* install libappindicator
2022-02-10 09:32:24 -08: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
tauri-bot
16ad870d73 Update Docs (#83)
* chore(docs): Update Rust docs

* fix: Repaired sidebars.json

Co-authored-by: lucasfernog <lucas@tauri.studio>
Co-authored-by: Laegel <valentin.chouaf@laposte.net>
2020-07-16 00:00:39 +02:00
Laegel
2922c9b0fb fix: Updated docs & removed conflicts 2020-07-10 22:22:12 +02:00
Laegel
2efc8347f4 Feat/notification docs (#70)
* feat(docs): Added notification support

* fix: Added missing Rust docs

* chore(typo)

* fix: Removed unnecessary properties

* fix: Missing conflicts
2020-07-09 23:54:37 +02:00
Laegel
f5f501665d Feat/various updates (#72)
* feat(docs): Added notification support

* fix: Added missing Rust docs

* feat(anchors): Added support for custom anchors

* feat(improvements): Added alpha badge

* fix(styles): Fixing Docusaurus modified style

* feat(instructions): Added PR instructions for showcase

* fix: Changed MacOS for macOS

* chore(clean): Removed console log

* fix: Patching announcement style

* fix: Removed extra trailing whitespaces

* fix: Changed dmg link
2020-06-30 17:36:19 +02:00
Laegel
05e7635fcd Feat/docs tauri api v0.5.1 (#45)
* feat(docs): Added HTTP module docs

* feat(docs): Updated ErrorKind

* chore(conflict)
2020-05-25 23:55:23 +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