docs: Move floating refs documentation to Markdown

And add some new sections on strategies for avoiding designing APIs
around floating refs.

Helps: #3037
This commit is contained in:
Matthias Clasen
2023-10-09 23:17:19 +01:00
committed by Philip Withnall
parent 58019515d6
commit e298f1a078
4 changed files with 130 additions and 80 deletions

View File

@@ -42,6 +42,7 @@ show_class_hierarchy = true
urlmap_file = "urlmap.js"
# The same order will be used when generating the index
content_files = [
"floating-refs.md",
"boxed.md",
"enum-types.md",
]