* feat(config): document for enum variant properties, closes#1300
* missing type def on tables when the type is an object
* if the value is required, do not use `null` in the Default column
* change [string] to string[]
* Update update-docs.yml
* Add package to generate docs
* Switch repos where docs are generated
* Test repo integration
* Temporarily disable any rusty stuffs
* Save docs as artifacts
* .gitignore trailing whitespace
* Switch to our custom repo
* Fix typedoc plugin path
* Start to put the repo back together
* Remove old, commented out code
* Update navbar and sidebar for updated JS path
* Remove old JS API files
* Add newly generated JS API files
* Run patch
* Fix broken links
* Add in typedoc-plugin-mdn-links
* Pin dep
* Update with markdown changes
* Add option to hide the horizontal divider on a page
* Update doc formatting
* Add `excludePrivate` to hide private window property
* Update tables to include row links
* Embed titles in backticks
* Fix output dir
* Fix json output
* Set docs to output directly to tauri-docs dir
* Update docs
* Fix whitespace in tables
* Updated docs for @amrbashir <3
* CSS makes @amrbashir a happy boy
* Update deps
* Update docs
* Add redirects for old modules, classes, enums, and interfaces routes
* Don't splat those redirects
* Update netlify.toml
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* Remove old CSS and make minimum heading size an h4
* Fix escaped characters
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* Update update-docs.yml
* Add package to generate docs
* Switch repos where docs are generated
* Test repo integration
* Temporarily disable any rusty stuffs
* Save docs as artifacts
* .gitignore trailing whitespace
* Switch to our custom repo
* Fix typedoc plugin path
* Start to put the repo back together
* Remove old, commented out code
* Update navbar and sidebar for updated JS path
* Remove old JS API files
* Add newly generated JS API files
* Run patch
* Fix broken links
* Add in typedoc-plugin-mdn-links
* Pin dep
* Update with markdown changes
* Add option to hide the horizontal divider on a page
* Update doc formatting
* Add `excludePrivate` to hide private window property
* Update tables to include row links
* Embed titles in backticks
* Fix output dir
* Fix json output
* Set docs to output directly to tauri-docs dir
* Update docs
* Fix whitespace in tables
* Updated docs for @amrbashir <3
* CSS makes @amrbashir a happy boy
* Update deps
* Update docs
* Add redirects for old modules, classes, enums, and interfaces routes
* Don't splat those redirects
* Update netlify.toml
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* Remove old CSS and make minimum heading size an h4
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* fix generating linked array type in config generation
* generate new config
* apply link to the type only without []
* again
* revert! my disappointment is immeasurable and my day is ruined
* Remove number prefix for guides
* Add windows installer guide
* Update docs/guides/building/windows-installer.md
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* Add macOS bundle guide
* Add console to codetype
* Update docs/guides/building/windows-installer.md
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* Update docs/guides/building/windows-installer.md
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* Remove bootstrapper
* Add revised app size doc
* Fix links
* Create guides index page
* add tauri build fragment to building docs
* add cross-comp notice
* Rename guide files
* Fix sidebar positions
* Mark fragment as draft
* Test netlify build
* Manually add files with _ to not render
* Make pluralisation similar
* Add cross-platform WIP text
* Move debugging section up
* re-enable shell prefix through css
* turn code snippet into powershell
* update all code blocks to use css prefix
* fix: css shell prefix with multiline snippets
* Update updating-dependencies.md
* Minor heading and typo fixes
* Change intro to a readme so it's anchored at root
* Remove comment
* Add newline
* Let prettier do its thing
* Add powershell and bash as languages (includes shell)
* Update docs/guides/building/README.md
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* Add link to api for beforeBuildCommand
* Fix grammer
* Remove outdated Bootstrapper section
* Add in note about `fix-path-env-rs`
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>