mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add description for bumping up version
This commit is contained in:
parent
cf99212848
commit
00099ad498
1 changed files with 8 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
This readme will walk you through building the Zeppelin documentation, which is included here with the Zeppelin source code.
|
||||
|
||||
|
||||
## Build website
|
||||
## Build documentation
|
||||
See https://help.github.com/articles/using-jekyll-with-pages#installing-jekyll
|
||||
|
||||
**tl;dr version:**
|
||||
|
|
@ -36,3 +36,10 @@ See https://help.github.com/articles/using-jekyll-with-pages#installing-jekyll
|
|||
## Adding a new page
|
||||
|
||||
rake page name="new-page.md"
|
||||
|
||||
|
||||
|
||||
## Bumping up version
|
||||
|
||||
* `BASE_PATH` property in _config.yml
|
||||
* `ZEPPELIN <small>([VERSION])</small>` in _includes/themes/zeppelin/_navigation.html need to be updated
|
||||
Loading…
Reference in a new issue