You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am creating a github action that does most of the heavy docfx lifting. However, I would like users to specify a file (e.g. projectMetadata.json) in which they can override docfx settings.
Describe the solution you'd like
Something like an "overwrite" in the docfx.json in which I can specify files e.g. projectMetadata.json to overwrite docfx settings.
Describe alternatives you've considered
Doing it manually using command line arguments inside the github action.
Additional context
Sorry guys it's me again, this is the last feature I need I swear then I've hit all my goals.
The text was updated successfully, but these errors were encountered:
The globalMetadataFiles config in docfx.json allows you to provide global metadata from a different file. It can override metadata not but other configs. Does that work for you?
But search is still enabled and the app title is not Something Really Stupid.
Here is the docfx.json (though the syntax should be fine). docfx.txt
Edit 2:
The cache resets fine, so that turned out to be have nothing to do with it, and I can confidently say that the docfx.json works, it's just the globalMetadataFiles that's not working for me.
Is your feature request related to a problem? Please describe.
I am creating a github action that does most of the heavy docfx lifting. However, I would like users to specify a file (e.g.
projectMetadata.json
) in which they can override docfx settings.Describe the solution you'd like
Something like an "overwrite" in the
docfx.json
in which I can specify files e.g.projectMetadata.json
to overwrite docfx settings.Describe alternatives you've considered
Doing it manually using command line arguments inside the github action.
Additional context
Sorry guys it's me again, this is the last feature I need I swear then I've hit all my goals.
The text was updated successfully, but these errors were encountered: