mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	* Use a template to generate the category lists * Refactor so that we first extract all of the data that we need to build the docs and then give that data to the templates to build with * Add docs page listing modules ordered by support level
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			127 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			127 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
Module Index
 | 
						|
============
 | 
						|
 | 
						|
 | 
						|
.. toctree:: :maxdepth: 1
 | 
						|
 | 
						|
{% for name in categories %}
 | 
						|
   list_of_@{ name }@_modules
 | 
						|
{% endfor %}
 |