We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened: Applying --hugo-section-files=README.md does not lead to renaming an existing README.md to _index.md as expected.
--hugo-section-files=README.md
README.md
_index.md
What you expected to happen: the README.md should have been renamed to _index.md
How to reproduce it (as minimally and precisely as possible): manifest:
nodesSelector: path: https://github.com/gardener/gardener/tree/master/docs
use the --hugo and --hugo-section-files=README.md flags
--hugo
The README.md repo file should become _index.md
How to categorize this issue? /kind bug /priority critical
The text was updated successfully, but these errors were encountered:
g-pavlov
Successfully merging a pull request may close this issue.
What happened:
Applying
--hugo-section-files=README.md
does not lead to renaming an existingREADME.md
to_index.md
as expected.What you expected to happen:
the
README.md
should have been renamed to_index.md
How to reproduce it (as minimally and precisely as possible):
manifest:
use the
--hugo
and--hugo-section-files=README.md
flagsThe README.md repo file should become
_index.md
How to categorize this issue?
/kind bug
/priority critical
The text was updated successfully, but these errors were encountered: