tauri-docs icon indicating copy to clipboard operation
tauri-docs copied to clipboard

The source for all Tauri project documentation.

Results 366 tauri-docs issues
Sort by recently updated
recently updated
newest added

#### 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

enhancement

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...

tauri 2.0 docs

#### What kind of changes does this PR include? - Translated content

i18n

Command + K does not open search box on macOS Firefox. This is a docs problem since https://mantine.dev/ works fine.

type: documentation
not planned

#### 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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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...

status: upstream

#### 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...

enhancement