Skip to content

Commit 79d15a3

Browse files
committed
Add Contribution Guidelines to SubMenu
1 parent 934afd9 commit 79d15a3

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

_includes/sub-views/community/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Don't hesitate to report new bugs and improvements ideas.
2626

2727
We like to get code contributions through Pull Requests on our [Github Mirror](https://github.com/apache/zeppelin).
2828

29-
But before starting, please read our [Contribution guidelines](/contribution/general.html), it will give
29+
But before starting, please read our [Contribution guidelines](/contribution/contributions.html), it will give
3030
you important information about our review process, and pointers on how to make a good code contribution.
3131

3232
You can visit our [Issue Tracker](https://issues.apache.org/jira/browse/ZEPPELIN) to find issues to resolve,
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
layout: sideMenu
3-
title: "General"
3+
title: "Contributions"
44
description: ""
55
menu: nav-contrib
6+
group: nav-contrib
67
---
78
<!--
89
Licensed under the Apache License, Version 2.0 (the "License");

contribution/documentation.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: sideMenu
33
title: "Documentation"
44
description: ""
5+
menu: nav-contrib
56
group: nav-contrib
67
---
78
<!--
@@ -37,7 +38,7 @@ bundle install
3738

3839
For the further information about requirements, please see [here](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/#requirements).
3940

40-
On OS X 10.9, you may need to do
41+
On OS X 10.9, you may need to do
4142

4243
```
4344
xcode-select --install
@@ -60,7 +61,7 @@ Using the above command, Jekyll will start a web server at `http://localhost:400
6061

6162
```
6263
docs/
63-
├── _includes/themes/zeppelin
64+
├── _includes/themes/zeppelin
6465
│ ├── _navigation.html
6566
│ └── default.html
6667
├── _layouts
@@ -98,7 +99,7 @@ docs/
9899
- `_config.yml`: defines configuration options for docs website. See [jekyll/configuration](https://jekyllrb.com/docs/configuration/) for the other available config variables.
99100
- `index.md`: the main page of `http://zeppelin.apache.org/docs/<ZEPPELIN_VERSION>/`
100101

101-
102+
102103
### Markdown
103104
Zeppelin documentation pages are written with [Markdown](http://daringfireball.net/projects/markdown/). It is possible to use [GitHub flavored syntax](https://help.github.com/categories/writing-on-github/) and intermix plain HTML.
104105

@@ -126,7 +127,7 @@ All documents are structured with headings. From these headings, you can automat
126127
```
127128
# Level-1 heading <- used only for the main title
128129
## Level-2 heading <- start with this
129-
### Level-3 heading
130+
### Level-3 heading
130131
#### Level-4 heading <- won't be converted in TOC from this level
131132
```
132133

@@ -156,7 +157,7 @@ If you're going to create new pages, there are some spots you need to add the lo
156157

157158
### Deploy to ASF svnpubsub infra
158159
1. generate static website in `./_site`
159-
160+
160161
```
161162
# go to /docs under Zeppelin source
162163
bundle exec jekyll build --safe

0 commit comments

Comments
 (0)