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
When utilizing embedding and file created by gomarkdoc itself, the file will have execution (+x) permissions for user, group and all, i.e.
gomarkdoc
11:05 $ ls -la total 36 drwxrwxr-x 2 dvolodin dvolodin 4096 Jul 4 10:34 . drwxrwxr-x 3 dvolodin dvolodin 4096 Jul 4 10:34 .. -rw-rw-r-- 1 dvolodin dvolodin 6184 Jul 4 10:34 helm-client.md -rwxrwxr-x 1 dvolodin dvolodin 3786 Jul 4 10:34 provider-builder.md
generation with:
gomarkdoc ./provider/impl/v1alpha1/ --repository.default-branch $(DEFAULT_BRANCH) -e -o docs/user-guide/provider-builder.md
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When utilizing embedding and file created by
gomarkdoc
itself, the file will have execution (+x) permissions for user, group and all, i.e.11:05 $ ls -la total 36 drwxrwxr-x 2 dvolodin dvolodin 4096 Jul 4 10:34 . drwxrwxr-x 3 dvolodin dvolodin 4096 Jul 4 10:34 .. -rw-rw-r-- 1 dvolodin dvolodin 6184 Jul 4 10:34 helm-client.md -rwxrwxr-x 1 dvolodin dvolodin 3786 Jul 4 10:34 provider-builder.md
generation with:
gomarkdoc ./provider/impl/v1alpha1/ --repository.default-branch $(DEFAULT_BRANCH) -e -o docs/user-guide/provider-builder.md
The text was updated successfully, but these errors were encountered: