Module: Ariadne::Yard::StructureDocsHelper
- Includes:
- DocsHelper
- Defined in:
- lib/ariadne/yard/structure_docs_helper.rb
Overview
Helper methods to use for info arch yard documentation
Instance Method Summary
collapse
Methods included from DocsHelper
#component_and_short_name, #link_to_heading_practices, #one_of, #pretty_default_value, #pretty_value
Instance Method Details
#link_to_accessibility ⇒ Object
22
23
24
|
# File 'lib/ariadne/yard/structure_docs_helper.rb', line 22
def link_to_accessibility
"{{link_to_accessibility}}"
end
|
#link_to_component(component) ⇒ Object
10
11
12
|
# File 'lib/ariadne/yard/structure_docs_helper.rb', line 10
def link_to_component(component)
"{{#link_to_component}}#{component}{{/link_to_component}}"
end
|
#link_to_heroicons ⇒ Object
26
27
28
|
# File 'lib/ariadne/yard/structure_docs_helper.rb', line 26
def link_to_heroicons
"{{link_to_heroicons}}"
end
|
#link_to_html_attrs_docs ⇒ Object
14
15
16
|
# File 'lib/ariadne/yard/structure_docs_helper.rb', line 14
def link_to_html_attrs_docs
"{{link_to_html_attrs_docs}}"
end
|
#link_to_typography_docs ⇒ Object
18
19
20
|
# File 'lib/ariadne/yard/structure_docs_helper.rb', line 18
def link_to_typography_docs
"{{link_to_typography_docs}}"
end
|