mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
dc1bada56f
commit
49e927c4bf
@ -25,6 +25,16 @@ $docIcingaWebChapter = new Zend_Controller_Router_Route(
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$docModuleToc = new Zend_Controller_Router_Route(
|
||||||
|
'doc/module/:moduleName/toc',
|
||||||
|
array(
|
||||||
|
'controller' => 'module',
|
||||||
|
'action' => 'toc',
|
||||||
|
'module' => 'doc'
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
$this->addRoute('doc/module/chapter', $docModuleChapter);
|
$this->addRoute('doc/module/chapter', $docModuleChapter);
|
||||||
$this->addRoute('doc/icingaweb/chapter', $docIcingaWebChapter);
|
$this->addRoute('doc/icingaweb/chapter', $docIcingaWebChapter);
|
||||||
|
$this->addRoute('doc/module/toc', $docModuleToc);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user