mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
Provide some "bare-bones" documentation for component libraries (#3865)
Sadly, this makes it a bit more obvious that this feature is practically only available to Rust devs using build.rs at the moment. Co-authored-by: Olivier Goffart <olivier.goffart@slint.dev>
This commit is contained in:
parent
432103d38f
commit
2acaa222d0
2 changed files with 25 additions and 0 deletions
|
@ -98,6 +98,7 @@ myst_enable_extensions = [
|
|||
myst_url_schemes = {
|
||||
"slint-cpp": f"https://slint.dev/releases/{version}/docs/cpp/{{{{path}}}}",
|
||||
"slint-rust": f"https://slint.dev/releases/{version}/docs/rust/slint/{{{{path}}}}",
|
||||
"slint-build-rust": f"https://slint.dev/releases/{version}/docs/rust/slint_build/{{{{path}}}}",
|
||||
"slint-node": f"https://slint.dev/releases/{version}/docs/node/{{{{path}}}}",
|
||||
'http': None, 'https': None, 'mailto': None,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue