Sha256: 40bdd93f8a948ab2c4e3f782941ba9f6c6bd8ec2029cd77e3b4da1880d233dcc
Contents?: true
Size: 647 Bytes
Versions: 49
Compression:
Stored size: 647 Bytes
Contents
# frozen_string_literal: true # :nocov: module Ariadne 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
49 entries across 49 versions & 1 rubygems