(slug: string)
| 234 | }; |
| 235 | |
| 236 | export function getDocsFolder(slug: string): string { |
| 237 | return DOCS_FOLDER_OVERRIDES[slug] ?? slug; |
| 238 | } |
| 239 | |
| 240 | /** |
| 241 | * Per-slug default-tab selections for the in-page `<Tabs>` component, |
no outgoing calls
no test coverage detected
searching dependent graphs…