example/config.rb in govuk_tech_docs-1.1.0 vs example/config.rb in govuk_tech_docs-1.2.0
- old
+ new
@@ -1,3 +1,9 @@
require 'govuk_tech_docs'
GovukTechDocs.configure(self)
+
+ignore 'templates/*'
+
+proxy '/a-proxied-page.html', 'templates/proxy_template.html', locals: {
+ title: 'I am a title'
+}