Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] globalMetadataFiles not working #8822

Closed
CaseyHofland opened this issue Jun 2, 2023 · 1 comment · Fixed by #8828
Closed

[Bug] globalMetadataFiles not working #8822

CaseyHofland opened this issue Jun 2, 2023 · 1 comment · Fixed by #8828
Labels
bug A bug to fix

Comments

@CaseyHofland
Copy link

CaseyHofland commented Jun 2, 2023

Describe the bug
globalMetadataFiles does not work for me. Read #8815 for details.

To Reproduce
Download the docfx.json from #8815 and add a file called projectMetadata.json inside a manual folder next to the docfx.json with some overrides. The overrides do not get picked up.

My projectMetadata.json:

{
    "_appTitle": "Something Really Stupid",
    "_enableSearch": "false"
}
@CaseyHofland
Copy link
Author

CaseyHofland commented Jun 5, 2023

@yufeih I'm sorry to say I still experience problems using docfx inside my github action using dotnet tool update -g docfx.

Is this due to the fix not yet being present through the updater?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug to fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant