Skip to content

Commit 80d8a30

Browse files
committed
Add rest-credential.md to index.md & dropdown menu
1 parent f546532 commit 80d8a30

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/_includes/themes/zeppelin/_navigation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
<li><a href="{{BASE_PATH}}/rest-api/rest-interpreter.html">Interpreter API</a></li>
9494
<li><a href="{{BASE_PATH}}/rest-api/rest-notebook.html">Notebook API</a></li>
9595
<li><a href="{{BASE_PATH}}/rest-api/rest-configuration.html">Configuration API</a></li>
96+
<li><a href="{{BASE_PATH}}/rest-api/rest-credential.html">Credential API</a></li>
9697
<li role="separator" class="divider"></li>
9798
<li class="title"><span><b>Security</b><span></li>
9899
<li><a href="{{BASE_PATH}}/security/authentication.html">Authentication for NGINX</a></li>

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Join to our [Mailing list](https://zeppelin.apache.org/community.html) and repor
163163
* [Interpreter API](./rest-api/rest-interpreter.html)
164164
* [Notebook API](./rest-api/rest-notebook.html)
165165
* [Configuration API](./rest-api/rest-configuration.html)
166+
* [Credential API](./rest-api/rest-credential.html)
166167
* Security: available security support in Apache Zeppelin
167168
* [Authentication for NGINX](./security/authentication.html)
168169
* [Shiro Authentication](./security/shiroauthentication.html)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ limitations under the License.
3434
<col width="200">
3535
<tr>
3636
<td>Description</td>
37-
<td>This ```GET``` method return all key/value pair of credential informations on the server.</td>
37+
<td>This ```GET``` method returns all key/value pairs of credential information on the server.</td>
3838
</tr>
3939
<tr>
4040
<td>URL</td>
@@ -78,7 +78,7 @@ limitations under the License.
7878
<col width="200">
7979
<tr>
8080
<td>Description</td>
81-
<td>This ```PUT``` method create an credential information with new properties.</td>
81+
<td>This ```PUT``` method creates an credential information with new properties.</td>
8282
</tr>
8383
<tr>
8484
<td>URL</td>

0 commit comments

Comments
 (0)