Closed dwijnand closed 6 years ago
It would be good to style the reference links to indicate so that they don't have to read it initially.
If you mean to not distract the user, I agree. But a clickable collapse-thingy is distracting because the user's is drawn to clicking it.
Maybe we can link the section title, or maybe a clickable icon like https://octicons.github.com/icon/book/.
Something like a quote block, with a standard structure would be good imho. A simple icon would easily go unnoticed. Something like:
📖 Learn about topic at hand in the docs
A concrete example:
sbt:foo-build> set ThisBuild / scalaVersion := "2.12.6"
[info] Defining ThisBuild / scalaVersion
Check the scalaVersion
setting:
sbt:foo-build> scalaVersion
[info] 2.12.6
📖 Learn about ThisBuild and the other Scopes in the documentation
From @gabro's https://twitter.com/gabro27/status/997815925041704960