(level: HeadingLevel)
| 494 | } else if slug == "WASM" || slug.starts_with("platform/") || slug.starts_with("networking/") { |
| 495 | "Platforms" |
| 496 | } else if slug.starts_with("scripting/contexts/") { |
| 497 | "Runtime" |
| 498 | } else if slug.starts_with("scripting/authoring/") |
| 499 | || slug.starts_with("scripting/scene_node_templates/") |
| 500 | || matches!( |
| 501 | slug, |
| 502 | "scripting/nodes" |
| 503 | | "scripting/node_collections" |
| 504 | | "scripting/tilemap" |
| 505 | | "scripting/ui" |
| 506 | | "scripting/water" |
| 507 | ) |
| 508 | { |