Skip to content

sidthesloth92/typedoc-site

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.1%
  • Other 0.9%