Just hope to change the footer copyright info, generated by DocFX.
Here is what I have done:
- Export template:
Run docfx template export default
, get a folder _exported_templates\default
- Change the footer partials:
The files I have changed are .\partials_footer.liquid and .\partials\footer.tmpl.partial
- Use the updated template:
Run docfx -t _exported_templates\default
.
- Serve the site again
Run docfx docfx.json --serve
.
But the update is not shown when I refresh the documentation page. Is there anything else I have missed?