How to change the footer in DocFX?

Viewed 1653

Just hope to change the footer copyright info, generated by DocFX.

footer

Here is what I have done:

  1. Export template:

Run docfx template export default, get a folder _exported_templates\default

  1. Change the footer partials:

The files I have changed are .\partials_footer.liquid and .\partials\footer.tmpl.partial

  1. Use the updated template:

Run docfx -t _exported_templates\default.

  1. 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?

2 Answers
Related