puppet-strings/lib/puppet-strings
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
..
markdown (maint) display Plans in markdown table of contents 2018-04-03 13:37:47 +01:00
monkey_patches (PDOC-159) server urls fix 2018-04-16 12:22:50 +01:00
tasks (maint) actually update rake task 2018-02-27 16:32:33 -08:00
yard Merge pull request #168 from eputnam/_pdoc228 2018-03-29 10:22:50 -07:00
json.rb (PDOC-228) puppet plans support 2018-03-27 09:59:20 -07:00
markdown.rb (PDOC-228) puppet plans support 2018-03-27 09:59:20 -07:00
tasks.rb (PDOC-63) Implement the Puppet Strings rake tasks. 2016-09-15 17:15:53 -07:00
yard.rb (PDOC-159) server urls fix 2018-04-16 12:22:50 +01:00