fix automatic linking to dvc cmd subcmd
#392
Labels
A: docs
Area: user documentation (gatsby-theme-iterative)
p1-important
Active priorities to deal within next sprints
website: eng-doc
DEPRECATED JS engine for /doc
Currently code blocks like
dvc remote modify
ordvc pkg install
are converted to a link to the parent command reference, with an (often inexistent)#
anchor to the subcommand (e.g./doc/commands-reference/remote#modify
)Option 1: fix the automatic linking so the docs engine can link to subcommands correctly.
Option 2: change all references to subcommands in docs using regular md links (e.g.
[dvc remote modify](/doc/commands-reference/remote-modify)
)The text was updated successfully, but these errors were encountered: