⚠️ NOTICE: There has been a sudden change in heart towards the docfx project from the docfx team, they have decided that it is best to focus on v2 (finally!) and fix it up. So we now no longer need this theme, as we will be going back to v2 docfx.This project is now archived.
Voltstro's DocFX v3 theme. Based off DocFX's official theme.
- It's dark theme
- Has some other customization features
- Idk, other stuff
DocFX V3-Beta
Please ensure that you are using DocFX v3 beta. This theme will not work for DocFX v2 (the current stable one).
Change your template
option to https://gitlab.com/Voltstro-Studios/doctools/volt-docfxv3-theme-package
. Example:
{
"template": "https://gitlab.com/Voltstro-Studios/doctools/volt-docfxv3-theme-package",
...
}
Once you have your template set, build using docfx build
. To show contributors on the pages, set the DOCFX__SECRETS__GITHUB_TOKEN
environment variable to a GitHub token with repo
and user user:email
scopes defined.
Yarn
Node 17.x
DocFX V3-Beta
Please ensure that you are using DocFX v3 beta, and have it installed globally! This theme will not work for DocFX v2 (the current stable one).
- Run
yarn
in project root. - Run
yarn run start
to start the development environment. - When ready, run
yarn run build
andyarn run copy
. This will place your built template intobuild/
.
This project is licensed under the MIT license, see the LICENSE file for details.
Original theme by DocFX team.