WizardsOrb / typedoc-site

Website for TypeDoc

Home Page:https://typedoc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeDoc homepage

Holds the contents of https://typedoc.org. GitHub pages renders the website from the gh-pages branch using Jekyll.

Reporting Issues

Please report issues to the TypeStrong/typedoc repo for better visibility.

Writing guides

Guides are stored in the _guides/ directory and written in Markdown. Each file should contain the following header section for Jekyll with an appropriate title and menu order.

---
layout: 'guide'
title: 'Installation'
menuOrder: 1
---

Running Jekyll locally

You can run Jekyll on a computer with Ruby 2.5 or higher installed and the bundle gem.

bundle install
bundle exec jekyll serve

See the Github Guide for a complete guide.

About

Website for TypeDoc

https://typedoc.org


Languages

Language:HTML 99.1%Language:CSS 0.8%Language:Ruby 0.1%Language:Shell 0.0%