-
Notifications
You must be signed in to change notification settings - Fork 560
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
Update make docs
procedure
#10539
Update make docs
procedure
#10539
Conversation
docs/docs.mk
Outdated
@@ -120,3 +120,10 @@ update: ## Fetch the latest version of this Makefile and the `make-docs` script | |||
curl -s -LO https://raw.githubusercontent.com/grafana/writers-toolkit/main/docs/docs.mk | |||
curl -s -LO https://raw.githubusercontent.com/grafana/writers-toolkit/main/docs/make-docs | |||
chmod +x make-docs | |||
|
|||
.PHONY: topic/% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(nit) Does make resolve %
in the phony declarations? I thought the declaration is static so target/%
doesn't make target/foo
phony, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No you're right, that's actually not gonna work if there's a topic/task
file. I'll open a PR upstream to fix that behavior and you can expect an update to this PR in the next couple days
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 8d9899f
(#10539)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 I've realised I'm commenting to a soulless robot, who doesn't care.
My comment was a nitpick/question, that doesn't make much of a difference. LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks, @jdbaldry !
@narqo I don't have write permissions so feel free to merge this when you're happy :) |
To test the changes, run the following and browse to URL output by the script: