Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
feat: Switch back to search.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Nov 2, 2020
1 parent 48d2e2e commit 0fa4edd
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 288 deletions.
4 changes: 2 additions & 2 deletions src/default/assets/js/src/bootstrap.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { Application, registerComponent } from "./typedoc/Application";
import { Search } from "./typedoc/components/Search";
import { MenuHighlight } from "./typedoc/components/MenuHighlight";
import { initSearch } from "./typedoc/components/Search";
import { Signature } from "./typedoc/components/Signature";
import { Toggle } from "./typedoc/components/Toggle";
import { Filter } from "./typedoc/components/Filter";

import "../../css/main.sass";

registerComponent(Search, "#tsd-search");
initSearch();

registerComponent(MenuHighlight, ".menu-highlight");
registerComponent(Signature, ".tsd-signatures");
Expand Down
Loading

0 comments on commit 0fa4edd

Please sign in to comment.