tauri-docs
tauri-docs copied to clipboard
The source for all Tauri project documentation.
- Closes #1845 #916 - What does this PR change? Add Blog RSS Feed --- TODO: ~~- Commit pnpm lockfile~~ - Fix feed hour 00:00:00 -> maybe? https://github.com/simonhyll/tauri-by-simon/blob/main/src/pages/feed.xml.js Is having...
#### What kind of changes does this PR include? - New or updated content #### Description - Closes #1470 Working on a set of test development guides. It's a pretty...
#### What kind of changes does this PR include? - Changes to the docs site code #### Description - What does this PR change? Give us a brief description. Migrates...
I added a minimal `flake.nix` sample that provides a dev shell with all required packages. This might be a lot when compared to other distributions prerequisites, but I figured I'd...
#### What kind of changes does this PR include? - New or updated content #### Description - Reference: https://github.com/tauri-apps/tauri/discussions/4426#discussion-4162865 - What does this PR change? - I added a docs...
#### What kind of changes does this PR include? - New or updated content #### Description This revamps the security concept page. It removes the development security content page, adds...
Resolves #1362 I added some extra extensions that are installed automatically when you open the dev container. Simply start it and run `pnpm i && pnpm dev`
### Describe the problem I can't retrieve any rss.xml files from the new beta.tauri.app's website. ### Describe the solution you'd like Either add new blogs since 15 June 2023 to...
#### What kind of changes does this PR include? - New or updated content #### Description Added a section about writing code blocks as per discussions on Discord.