forked from TypeStrong/typedoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically add a .nojekyll file to support GitHub Pages
This behavior is controlled by the new githubPages option which defaults to true. Fixes TypeStrong#1680.
- Loading branch information
Showing
4 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export { AssetsPlugin } from "./AssetsPlugin"; | ||
export { JavascriptIndexPlugin } from "./JavascriptIndexPlugin"; | ||
export { MarkedLinksPlugin } from "./MarkedLinksPlugin"; | ||
export { MarkedPlugin as MarkedPlugin } from "../themes/MarkedPlugin"; | ||
export { MarkedPlugin } from "../themes/MarkedPlugin"; | ||
export { LegendPlugin } from "./LegendPlugin"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters