๐ A material dark theme for TypeDoc
๐ฎ View Demo
ยท
๐ Report Bug
ยท
๐ฉ Request Feature
ยท
๐ค Ask Questions
- ๐ About
- ๐ฉ Features
- ๐ Getting started
- ๐ง Good to know
- ๐ Contributing
- ๐ Sponsoring issues
- ๐ฎ What's next
- ๐ Acknowledgements
eledoc is a delightful dark theme for TypeDoc
- Provide a nice user experience
- Proper layout with visual cues
- Fix problems from usual themes
- All the features from the default typedoc themes
- Create sections with
@[tag-name]
in doc comments
npm install typedoc --save-dev
npm install eledoc --save-dev
With the command line
npx typedoc --out docs src --theme node_modules/eledoc/bin/default/
Or in your package.json
"scripts": {
"build:docs": "typedoc --out docs src --theme node_modules/eledoc/bin/default/",
}
In this wiki, you'll find some extra resources for your learning & understanding.
It is incremental and it will be completed on demand, you can ask for this below.
Are you missing something? Participate to the open-wiki by posting your questions right here.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. There are many ways to contribute to the project:
- Read the tutorial
- Fork the project
- Clone your fork
- Create a pr/feature branch
git checkout -b pr/CoolFeature
- Commit your changes
git commit -m 'Added this CoolFeature'
- Run the tests
- Commit your changes
git push origin pr/CoolFeature
- Open a pull request
Sponsored issues have higher priority over non-critical issues.
You can either request a new feature or a bug fix then fund it.
The money will be transparently split with an issue's assignees.
- Re-write with React
Many, many thanks to all the contributors
ts-toolbelt
- ๐ท Higher type safety for TypeScript