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