mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 11:24:51 +01:00 
			
		
		
		
	Before, doc's IndexController::indexAction() showed the documentation of Icinga Web 2 but index should rather show an overview of available docs. refs #4820
		
			
				
	
	
		
			14 lines
		
	
	
		
			220 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			220 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| // {{{ICINGA_LICENSE_HEADER}}}
 | |
| // {{{ICINGA_LICENSE_HEADER}}}
 | |
| 
 | |
| use Icinga\Module\Doc\Controller as DocController;
 | |
| 
 | |
| class Doc_IndexController extends DocController
 | |
| {
 | |
|     public function indexAction()
 | |
|     {
 | |
| 
 | |
|     }
 | |
| }
 |