pulp / pulpcore

Pulp 3 pulpcore package https://pypi.org/project/pulpcore/
GNU General Public License v2.0
293 stars 114 forks source link

Reclaim space bash example is not shown correct in documentation #5876

Open simenon opened 5 hours ago

simenon commented 5 hours ago

The BASH example at https://pulpproject.org/pulpcore/docs/user/guides/reclaim-disk-space/?h=artifact does not render correctly

image

lubosmj commented 5 hours ago

@simenon, would you mind contributing the fix? You can find the doc here: https://github.com/pulp/pulpcore/blob/cd2b35fdfa87a45df8722f37cb8a1b6a8d34abc1/docs/user/guides/reclaim-disk-space.md?plain=1#L14. It should have the structure similar to https://github.com/pulp/pulpcore/blob/cd2b35fdfa87a45df8722f37cb8a1b6a8d34abc1/docs/user/guides/create-domains.md?plain=1#L59, without (j and with an empty line).

simenon commented 5 hours ago

https://github.com/pulp/pulpcore/pull/5877