puppet-strings/lib
Eric Putnam e63f1c3142
(PDOC-159) server urls fix
When using `puppet strings server`, resources with names containing '::' end up 404ing from the left bar. This is because strings namespaces these objects but YARD does not when building URLs.
e.g. foo::bar's url should be /doc/foo/puppet_classes/foo/bar.html but
ends up instead being doc/foo/puppet_classes/foo_3A_3A_bar.html because
of YARD's url encoding. This is a monkey patch, courtesy @domcleal, that
decodes the urls back so that they are namespaced correctly.
2018-04-16 12:22:50 +01:00
..
puppet (PDOC-224) Handle --emit-json(-stdout) again 2018-03-01 18:28:48 +01:00
puppet-strings (PDOC-159) server urls fix 2018-04-16 12:22:50 +01:00
puppet-strings.rb (PDOC-228) puppet plans support 2018-03-27 09:59:20 -07:00