Local Documentation Development
docs.cloud-sharesync.com is hosted on github pages and is generated using docfx from markdown pages housed in the github repository.
Docfx also generates the API documentation based on the XML documentation in the code itself.
You can test how documentation changes look locally prior to pushing any commits to github.
To host the docs page locally you must
- Download a copy of DocFX and extract it.
- Clone the repo
git clone https://git.cloud-sharesync.com - Generate API metadata:
docfx.exe metadata Cloud-ShareSync\docs\docfx.json - Serve the website
docfx.exe Cloud-ShareSync\docs\docfx.json -t templates/CloudShareSync --serve