https://github.com/sotanakamura/docfx-minimal
DocFX Minimal Template
https://github.com/sotanakamura/docfx-minimal
docfx tempalte
Last synced: about 1 month ago
JSON representation
DocFX Minimal Template
- Host: GitHub
- URL: https://github.com/sotanakamura/docfx-minimal
- Owner: sotanakamura
- License: mit
- Created: 2023-02-25T04:13:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T12:41:29.000Z (over 3 years ago)
- Last Synced: 2025-01-28T13:49:58.471Z (over 1 year ago)
- Topics: docfx, tempalte
- Language: CSS
- Homepage: https://sotanakamura.github.io/docfx-minimal/
- Size: 561 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DocFX Minimal Template
DocFX Minimal Template is a minimal theme derived from default template.
## Features
* Full width (Container-fulid in Bootsrtap)
* Minimal white pages
* Simple interface without a breadcrumb
* Table of contents aligned left
## Installation
1. Download source files of DocFX minimal template as a zip file from [Here](https://github.com/sotanakamura/docfx-minimal/archive/refs/heads/main.zip) or [GitHub](https://github.com/sotanakamura/docfx-minimal).
1. Create `templates` folder in your docfx project folder.
1. Extract the zip file and copy `minimal` folder into the `templates` folder.
1. Apply minimal template by adding `minimal` in your `docfx.json`.
```
"build": {
"template": [
"default","templates/minimal"
],
}
```