Holds the contents of https://typedoc.org.
GitHub pages renders the website from the gh-pages branch, using the _site/ folder.
Please report issues to the TypeStrong/typedoc repo for better visibility.
Guides are stored in the guides/ directory and written in Markdown. Each file should contain the following header section with an appropriate title and menu order.
---
layout: 'guide'
title: 'Installation'
menuOrder: 1
---
npm i
npm run build --serveTo regenerate the _site/api/ folder, clone the typedoc repo here, and then run:
cd typedoc
npm i
npm run build
node bin/typedoc --options ../typedoc.jsonIf new options have been added since the last update, run the following to update the typedoc.json schema:
node typedoc/scripts/generate_options_schema.js _site/schema.json