mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update navigation.html for security docs
This commit is contained in:
parent
6b9e27447d
commit
06c5e07c23
1 changed files with 9 additions and 0 deletions
|
|
@ -55,6 +55,15 @@
|
|||
<li><a href="{{BASE_PATH}}/pleasecontribute.html">Tajo</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Security<b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="{{BASE_PATH}}/security/overviwe.html">Overview</a></li>
|
||||
<li><a href="{{BASE_PATH}}/security/authentication.html#html">Authentication</a></li>
|
||||
<li><a href="{{BASE_PATH}}/security/notebook_authorization.html">Notebook Authorization</a></li>
|
||||
<li><a href="{{BASE_PATH}}/security/interpreter_authorization.html">Interpreter Authorization</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Display System <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
|
|
|
|||
Loading…
Reference in a new issue