-
Notifications
You must be signed in to change notification settings - Fork 8k
Description
Problem description
The published web version of the docs incorrectly omits some crucial content which is in curly braces in markdown (despite it being inside triple backticks) resulting in missing/wrong documentation on the website..
Problem location
For example on https://docs.docker.com/engine/reference/builder/#label the command after "To view an image’s labels" shows up like this:
docker image inspect --format='' myimage
which is wrong - looking at the markdown source it is supposed to show this:
docker image inspect --format='{{json .Config.Labels}}' myimage
I reported this on #12741 but it was sadly closed by a robot (I missed the notification so did not mark it as fresh in time) - however it is still a problem.
Please would one of the maintainers freeze this issue so it doesn't suffer the same fate?
(I do care about helping to improve the docs, but I don't spend my entire life on github and am unlikely to have the motivation to re-file this issue again if it is left to languish again and I don't notice that a bot is about to close it...!)