tauri-docs
tauri-docs copied to clipboard
The source for all Tauri project documentation.
The translated documents of different language versions(`docs/ja`, `docs/zh-cn`, `docs/fr` ...) are placed in the `docs` directory, which destroys the simplicity of the original documents. Consider creating a new folder to...
https://tauri.app/security/capabilities/#schema-files While setting up a new Tauri project, I was confused why my `src-tauri/capabilities/default.json` file was pointing to a non-existent `$schema`. Apparently, I need to run `tauri build` to generate...
https://tauri.app/reference/webview-versions/ No mention of Android.
Hi, in my company we had big struggles because we wanted to show it took incredibly a lot of effort to find the way how to do it. With some...
I noticed when scaffolding a new Tauri 2 project that .NET and Blazor is now a supported option for front-end rendering. I can't find any docs or guide for this...
It seems there is no doc about this?
### Question you want answered Add /llms.txt and /llms-full.txt to help LLMs access latest docs ### Where did you look for an answer? I use LLMs a lot to write...
**Description:** I noticed that several non-English documentation pages are outdated. For instance, the Chinese prerequisites page () is missing the "MSVC toolchain as default" warning. While using a machine that...
### Question you want answered Some parts of the document are extremely irregular ### Where did you look for an answer? Currently, I’ve noticed some documentation errors: URL: https://tauri.app/develop/resources/#accessing-files-in-javascript In...
As the new version of Tauri will be replacing dependencies with newer versions and remove others, we need to update it in all places of our documentation. First we should...