Sha256: be69ffa948f002c15ed5a057c479dca3fa221cff2201024f956559b4de9701ef
Contents?: true
Size: 646 Bytes
Versions: 133
Compression:
Stored size: 646 Bytes
Contents
# frozen_string_literal: true # :nocov: module Primer module Yard # Helper methods to use for info arch yard documentation module InfoArchDocsHelper include DocsHelper def link_to_component(component) "{{#link_to_component}}#{component}{{/link_to_component}}" end def link_to_system_arguments_docs "{{link_to_system_arguments_docs}}" end def link_to_typography_docs "{{link_to_typography_docs}}" end def link_to_accessibility "{{link_to_accessibility}}" end def link_to_octicons "{{link_to_octicons}}" end end end end
Version data entries
133 entries across 133 versions & 2 rubygems