tauri-docs
tauri-docs copied to clipboard
The source for all Tauri project documentation.
#### Description "i18n(ja): Add Japanese translation to the Security section" - What does this PR change? Give us a brief description. : Security Section of Tauri-Doc is translated into Japanese....
#### Description Mention that events use commands internally. This is important to mention to make it clear to the developer what they need to do to secure their application. ***...
#### Description - Added Japanese translation for the top page. #### Note - This is a duplicate of the PR #3111 , but is submitted because it was translated separately....
#### Description - Add FAQ entry related to Keychain certificate trust settings, used for codesigning related to https://github.com/tauri-apps/tauri/issues/11992
Adds a warning to the WebView Versions reference page informing users of current issues with using `webkit2gtk` on Linux. https://github.com/tauri-apps/tauri/issues/3988#issuecomment-1447098957 https://github.com/tauri-apps/wry/issues/1064#issuecomment-2094904381
#### Description Adds a page about desktop and mobile support. I was looking for details about mobile support and it was very difficult to find anything. There was nothing in...
#### Description This is just an idea, but by using tauri to make this an application as well, users can read the docs while offline, which is useful for people...
#### Description fix(capabilities): update docs default shell command validator pattern - What does this PR change? Updates the default shell command validator pattern from `\\S+` to `*` to better support...
I guess I was developing this alongside with the work @Levminer has been doing. Trying to add the solution for this to the Docs I stumbled upon the new section...
Adds documentation for the new push notifications feature proposed in tauri-apps/tauri#11651.