General
          
          
            This documentation describes the Pagure API v{{ version[0] }} revision {{ version[1] }}
          
          
            {{ api_doc | replace('h1', 'h2') }}
          
         
        {% for section in sections %}
        
          {{ section.name | replace('_', ' ') }}
          
            {% for endpoint in section.endpoints %}
            
              
              
                
                  {{ endpoint.doc | replace('h1', 'h2') }}
                
               
             
            {% endfor %}
          
 
        {% endfor %}