I am working with docfx, and I would like to change the title of the items in the side table of contents.
I know that for this I need to generate a new toc.yml file in the api subfolder when I run the following command:docfx docfx_project/docfx.json
.
So my question is how to modify the docfx.json file in order to modify the toc.yml file in the api subfolder?