We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ee67e commit b54a05fCopy full SHA for b54a05f
packages/webdoc-default-template/helper/crawl/crawl.js
@@ -94,7 +94,7 @@ function buildLinks(manifest /*: Manifest */) /*: void */ {
94
function buildIndex(
95
tree /*: RootDoc */,
96
)/*: { [string]: $ReadOnlyArray<Doc> & { url: string } } */ {
97
- const classIndexUrl = linker.createURI("Class-Index", true);
+ const classIndexUrl = linker.createURI("Class-Index");
98
99
const index /*: {[string]: Array<any> & {url: string}} */ = {
100
classes: Object.assign(([] /*: any */), {url: classIndexUrl}),
0 commit comments