tauri-docs
tauri-docs copied to clipboard
The source for all Tauri project documentation.
#### What kind of changes does this PR include? - New or updated content #### Description - Closes https://github.com/tauri-apps/tauri-docs/issues/1490 - I am adding [Tauri Plugin SQL](https://github.com/tauri-apps/tauri-plugin-sql) ( I am still...
Based on my PR for Awesome Tauri. https://github.com/tauri-apps/tauri-docs/pull/1873
As we're prepping for Tauri 2.0 we're also switching over our documentation platform. Now is an awesome time to get involved in Tauri documentation! Check the milestone for the overall...
#### What kind of changes does this PR include? - Translated content
Command + K does not open search box on macOS Firefox. This is a docs problem since https://mantine.dev/ works fine.
#### What kind of changes does this PR include? Gets rid of frames around CommandTabs code blocks. #### Description - Closes # - What does this PR change? Give us...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typedoc-plugin-markdown](https://togithub.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/typedoc-plugin-markdown) ([source](https://togithub.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown)) | [`4.0.0-next.17` -> `4.0.0-next.53`](https://renovatebot.com/diffs/npm/typedoc-plugin-markdown/4.0.0-next.17/4.0.0-next.53) |...
#### What kind of changes does this PR include? - Changes to the docs site code - Changing our directory and site structure #### Description Just me testing out how...
use ext from call `extname` for `basename` return wired result: ``` javascript const ext = await extname('some-json-file.json'); // 'json' const nameNoExt = await basename('some-json-file.json', ext); // 'some--file.' ``` Maybe the...
#### What kind of changes does this PR include? - Changes to the docs site code #### Description This is a draft POC to demo out pulling in GitHub sponsors...