mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-17 05:47:42 +00:00
Add links from Rust and C++ to the common platform backend docs
... and adjust the C++ platform backend docs a little to the current state. cc #3208
This commit is contained in:
parent
acfa07594c
commit
e7a883348b
4 changed files with 21 additions and 11 deletions
|
@ -114,6 +114,10 @@ myst_enable_extensions = [
|
|||
# Annotate h1/h2 elements with anchors
|
||||
myst_heading_anchors = 2
|
||||
|
||||
myst_url_schemes = {
|
||||
"slint-reference": f"https://slint.dev/releases/{version}/docs/slint/{{{{path}}}}",
|
||||
}
|
||||
|
||||
rst_epilog = """
|
||||
.. |ListView| replace:: :code:`ListView`
|
||||
.. _ListView: ../../slint/src/builtins/widgets.html#listview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue