Skip to content

Commit cda09bc

Browse files
authored
feat(sidebars): allow webgl-extension-method to show up in ApiRef sidebar (#195)
* feat(templ): allow webgl-extension-method to show up in ApiRef sidebar
1 parent 303876d commit cda09bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rari-doc/src/sidebars/apiref.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ pub fn sidebar(slug: &str, group: Option<&str>, locale: Locale) -> Result<MetaSi
7373
PageType::WebApiInstanceMethod => &mut instance_methods,
7474
PageType::WebApiConstructor => &mut constructors,
7575
PageType::WebApiEvent => &mut events,
76+
PageType::WebglExtensionMethod => &mut instance_methods,
7677
_ => continue,
7778
};
7879
v.push(page);

0 commit comments

Comments
 (0)