mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update doc titles
This commit is contained in:
parent
495a07467e
commit
72481bdfc3
5 changed files with 6 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Text/Html Display System"
|
||||
title: "Html Display System"
|
||||
description: ""
|
||||
group: display
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Text/Html Display System"
|
||||
title: "Text Display System"
|
||||
description: ""
|
||||
group: display
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Zeppelin UI Layout"
|
||||
title: "Explore Zeppelin UI"
|
||||
description: "Description of Zeppelin UI Layout"
|
||||
group: ui_layout
|
||||
group: quickstart
|
||||
---
|
||||
<!--
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
layout: page
|
||||
title: "Tutorial"
|
||||
description: "Tutorial is valid for Spark 1.3 and higher"
|
||||
group: tutorial
|
||||
group: quickstart
|
||||
---
|
||||
<!--
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ export ZEPPELIN_NOTEBOOK_S3_USER = username
|
|||
```
|
||||
|
||||
Or using the file **zeppelin-site.xml** uncomment and complete the S3 settings:
|
||||
|
||||
```
|
||||
<property>
|
||||
<name>zeppelin.notebook.s3.bucket</name>
|
||||
|
|
|
|||
Loading…
Reference in a new issue