This is the website served at https://typescene.dev.
This site is fully managed through a Github repository. If you encounter any issues or would like to contribute an any other way, please use the Issues or Pull Request tabs.
Reference documentation is generated automatically from .d.ts files and some additional Markdown content. The documentation generator is located in the docgen folder.
The source code for the search widget is included in the docwidget folder.
Static content is built using the markdown-pipeline tool, from the following sources:
- Comments and types in Typescene package
.d.tsfiles, augmented with Markdown content from thecontent/referencefolder. Source code for this documentation generation step is in thedocgenfolder. - Search widget, source code in the
docwidgetfolder (built separately). - Documentation pages, Markdown content in the
content/docsfolder. - Guides, Markdown content in the
content/guidesfolder. - Static assets in the
assetsfolder. - Home page, with content in
content/index.mdand a special template. - 404 page, with content in
content/404.md