szecket
5df8438288
figma-inspector: initial docs for the variables export files ( #8326 )
CI / cpp_cmake (ubuntu-22.04, stable) (push) Blocked by required conditions
CI / build_and_test (ubuntu-22.04, nightly) (push) Blocked by required conditions
CI / node_test (macos-14) (push) Blocked by required conditions
CI / node_test (ubuntu-22.04) (push) Blocked by required conditions
CI / node_test (windows-2022) (push) Blocked by required conditions
CI / python_test (macos-14) (push) Blocked by required conditions
CI / python_test (ubuntu-22.04) (push) Blocked by required conditions
CI / python_test (windows-2022) (push) Blocked by required conditions
CI / cpp_test_driver (macos-13) (push) Blocked by required conditions
CI / cpp_test_driver (ubuntu-22.04) (push) Blocked by required conditions
CI / cpp_test_driver (windows-2022) (push) Blocked by required conditions
CI / cpp_cmake (macos-14, 1.82) (push) Blocked by required conditions
CI / cpp_cmake (windows-2022, nightly) (push) Blocked by required conditions
CI / cpp_package_test (push) Blocked by required conditions
CI / vsce_build_test (push) Blocked by required conditions
CI / mcu (pico-st7789, thumbv6m-none-eabi) (push) Blocked by required conditions
CI / mcu (pico2-st7789, thumbv8m.main-none-eabihf) (push) Blocked by required conditions
CI / mcu (stm32h735g, thumbv7em-none-eabihf) (push) Blocked by required conditions
CI / mcu-embassy (push) Blocked by required conditions
CI / ffi_32bit_build (push) Blocked by required conditions
CI / docs (push) Blocked by required conditions
CI / wasm (push) Blocked by required conditions
CI / wasm_demo (push) Blocked by required conditions
CI / tree-sitter (push) Blocked by required conditions
CI / updater_test (0.3.0) (push) Blocked by required conditions
CI / fmt_test (push) Blocked by required conditions
CI / esp-idf-quick (push) Blocked by required conditions
CI / android (push) Blocked by required conditions
CI / miri (push) Blocked by required conditions
CI / test-figma-inspector (push) Blocked by required conditions
2025-05-20 15:24:02 -04:00
Simon Hausmann
ca9f5c567e
docs: First version of iOS instructions
2025-05-20 11:07:19 +02:00
Olivier Goffart
c07c0840f6
docs: Add a web section
...
In particular, this also document how to enable the clipboard to
close #8338
2025-05-06 15:53:08 +02:00
Simon Hausmann
904bc56e62
Introduce Platform.style-name
...
This replaces the previously hidden `StyleMetrics.style-name` that was only accessible for internal use.
2025-05-06 13:06:27 +02:00
dependabot[bot]
6d01eec4db
build(deps): bump the starlight_astro group with 3 updates ( #8067 )
...
* build(deps): bump the starlight_astro group with 3 updates
Bumps the starlight_astro group with 3 updates: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight ), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ) and [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator ).
Updates `@astrojs/starlight` from 0.32.5 to 0.32.6
- [Release notes](https://github.com/withastro/starlight/releases )
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md )
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.32.6/packages/starlight )
Updates `astro` from 5.5.5 to 5.6.1
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@5.6.1/packages/astro )
Updates `starlight-links-validator` from 0.14.3 to 0.15.0
- [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases )
- [Changelog](https://github.com/HiDeoo/starlight-links-validator/blob/main/packages/starlight-links-validator/CHANGELOG.md )
- [Commits](https://github.com/HiDeoo/starlight-links-validator/commits/starlight-links-validator@0.15.0/packages/starlight-links-validator )
---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
dependency-version: 0.32.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: starlight_astro
- dependency-name: astro
dependency-version: 5.6.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: starlight_astro
- dependency-name: starlight-links-validator
dependency-version: 0.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: starlight_astro
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix breaking changes
* pnpm upgrade -r
* pnpm dedupe
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nigel Breslaw <nigel.breslaw@slint.dev>
2025-04-12 16:37:33 +03:00
Simon Hausmann
4e6c0a9df7
docs: Add Python to the links for language integrations
2025-03-24 10:45:23 +01:00
Simon Hausmann
d31ee19ee2
Versionize links to the C++/Rust/Node.js docs
...
Fixes #7368
2025-02-03 09:49:09 +01:00
Nigel Breslaw
b4d2782ee4
docs: Fix missing trailing slash ( #7353 )
...
The docs were generated so links did not end with a trailing slash. e.g. https://docs.slint.dev/latest/docs/slint/guide/tooling/vscode but the website setup then redirects this to https://docs.slint.dev/latest/docs/slint/guide/tooling/vscode/ . This now ensures the trailing slash is added.
2025-01-14 15:49:47 +02:00
Nigel Breslaw
a390118b6a
Docs: Fix <title> tag having docs version ( #7350 )
...
The version was being set not just as a visual title, but also as part of the meta tag for every page on the docs site. Which will then change for each release as the version number changes.
Other sites have a static label here that is independent of the version e.g. Slint UI or Slint docs. 'Slint Docs' is now used.
2025-01-13 17:07:07 +02:00
ogoffart
c83af3ca5c
Bump version number to 1.10.0
2025-01-13 13:38:41 +00:00
Nigel Breslaw
b5ecd82ab3
Docs: Reactivity ( #7266 )
2025-01-06 18:22:30 +02:00
ogoffart
f309a551b5
Bump version number to 1.9.2
2024-12-30 10:18:16 +00:00
aurindam
dc3f29b6da
Bump version number to 1.9.1
2024-12-19 12:57:19 +00:00
Nigel Breslaw
3de87c9bd8
More robust BASE_URL support for docs ( #7158 )
...
Bring back playwright tests.
Archive playwright test report to make it easier to debug failed test runs.
Better define a BASE_URL and BASE_PATH so the playwright tests happily work during a release.
2024-12-19 10:58:40 +02:00
Simon Hausmann
90f72925c1
Fix docs build for 1.9 release, part 3
...
steps.version.outputs.VERSION is always empty in build_docs.yaml, so the substitution never worked. Hard-code for today.
2024-12-18 17:59:10 +01:00
Nigel Breslaw
f90da1b493
1.9 docs tweak
...
* Fix headings
* Simplify vscode setup
* Image fix
* Explain in text how to fully get started.
2024-12-18 13:22:05 +01:00
Simon Hausmann
33c57e9132
Remove entry in-app communication section
2024-12-17 15:18:11 +01:00
Simon Hausmann
41937b719a
Remove compoent and properties section for now
...
As discussed
2024-12-17 15:18:11 +01:00
Nigel Breslaw
32771e4fd8
1.9 Reference Section Fixes ( #7123 )
2024-12-17 11:20:38 +02:00
Nigel Breslaw
f025ecf703
1.9 Doc fix ( #7111 )
...
Show docs version and check existing Slint versions at runtime. Without this the list of versions would be fixed to whatever versions exist when the docs are published and archived. No future versions would should.
2024-12-16 20:56:43 +02:00
Nigel Breslaw
f032942cb1
1.9 docs: Fix structure ( #7104 )
2024-12-16 12:17:24 +02:00
Nigel Breslaw
f6da11e153
1.9 Docs improve reference structure
2024-12-13 21:08:34 +02:00
Nigel Breslaw
c794f875b8
1.9 docs: Remove Mermaid and Playwright build dependency ( #7066 )
2024-12-11 15:18:54 +02:00
Aurindam Jana
626bc98bff
Docs: Cosmetic changes ( #7059 )
...
Co-authored-by: Olivier Goffart <olivier.goffart@slint.dev>
Co-authored-by: Nigel Breslaw <nigel.breslaw@slint.dev>
2024-12-11 13:44:10 +02:00
Nigel Breslaw
f64afc2588
1.9 docs: Add in missing globals ( #7061 )
2024-12-11 12:49:57 +02:00
Nigel Breslaw
2eedfcc1a2
1.9 Docs: Turn on link validator ( #7057 )
2024-12-11 01:20:02 +02:00
Nigel Breslaw
cbd6f0912a
1.9 docs: Update structure ( #7036 )
2024-12-09 15:37:10 +02:00
Nigel Breslaw
4aac3ac8f4
1.9 doc fixes ( #7009 )
2024-12-05 21:02:26 +02:00
Nigel Breslaw
92534a8a27
1.9 Organise docs folder. ( #7005 )
...
Move astro files to docs/astro
2024-12-05 15:40:04 +02:00