Skip to content

Commit 318c4c1

Browse files
committed
Add section for 'For committers only'
1 parent e7209ea commit 318c4c1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

contribution/documentation.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,23 @@ If you're going to create new pages, there are some spots you need to add the lo
149149
- **Dropdown menu in navbar**: add your docs location to [_navigation.html](https://github.com/apache/zeppelin/blob/master/docs/_includes/themes/zeppelin/_navigation.html)
150150
- **Main index**: add your docs below [What is the next?](http://zeppelin.apache.org/docs/latest/#what-is-the-next) section in [index.md](https://github.com/apache/zeppelin/blob/master/docs/index.md) with a short description. No need to do this if the page is for **Interpreters**.
151151

152+
153+
## For committers only
154+
### Bumping up version in a new release
155+
156+
`ZEPPELIN_VERSION` and `BASE_PATH` property in `_config.yml`
157+
158+
### Deploy to ASF svnpubsub infra
159+
1. generate static website in `./_site`
160+
161+
```
162+
# go to /docs under Zeppelin source
163+
bundle exec jekyll build --safe
164+
```
165+
166+
2. checkout ASF repo
167+
```
168+
svn co https://svn.apache.org/repos/asf/zeppelin asf-zeppelin
169+
```
170+
3. copy `zeppelin/docs/_site` to `asf-zeppelin/site/docs/[VERSION]`
171+
4. ```svn commit```

0 commit comments

Comments
 (0)