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:
Simon Hausmann 2023-08-25 11:04:36 +02:00 committed by Simon Hausmann
parent acfa07594c
commit e7a883348b
4 changed files with 21 additions and 11 deletions

View file

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