Sha256: becb2e03a413e2b25643baac1acb145e8f75abe43ada75e5c71d0a42a9dc4f71

Contents?: true

Size: 742 Bytes

Versions: 5

Compression:

Stored size: 742 Bytes

Contents

module GovukNavigationHelpers
  module Guidance
    # DO NOT COPY THIS LIST
    # This hard-coded list is a temporary measure, and will eventually be replaced by a change in Rummager that
    # will allow us to search for "Guidance" content.
    # See: https://trello.com/c/hxGPJ9jw/435-consolidate-guidance-document-types-into-search
    DOCUMENT_TYPES = %w[
      answer
      contact
      detailed_guide
      document_collection
      form
      guidance
      guide
      licence
      local_transaction
      manual
      map
      notice
      place
      programme
      promotional
      regulation
      simple_smart_answer
      smart_answer
      statutory_guidance
      transaction
      travel_advice
      ].freeze
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
govuk_navigation_helpers-3.1.0 lib/govuk_navigation_helpers/guidance.rb
govuk_navigation_helpers-3.0.2 lib/govuk_navigation_helpers/guidance.rb
govuk_navigation_helpers-3.0.1 lib/govuk_navigation_helpers/guidance.rb
govuk_navigation_helpers-3.0.0 lib/govuk_navigation_helpers/guidance.rb
govuk_navigation_helpers-2.4.1 lib/govuk_navigation_helpers/guidance.rb