DocFx is an open source project that helps buid documentation, with landing pages, markdown, API reference docs for .NET, REST API and more.
Click here to review DocFx Quick Start guide.
Click here to review markdown syntax.
- Started with the default layout
- Material-design classic template was added
- Partial view was overwritten to add
Export to PDF
link
- Download
v2.62.1
from the GitHub repo for the target platform - Get latest from this repo
- Make the needed/desired changes
- Build and run it locally
- Get Microsoft .Net SDK base image
- Download DocFX from GitHub repo
- Unzip it
- Clone doc site repo
- Build docs
- Get nginx base image
- Copy built site to /usr/share/nginx/html
- Map port 8080 to ngninx port 80
- Connect to http://localhost:8080