You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/sub-views/community/contribute.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Don't hesitate to report new bugs and improvements ideas.
26
26
27
27
We like to get code contributions through Pull Requests on our [Github Mirror](https://github.com/apache/zeppelin).
28
28
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
30
30
you important information about our review process, and pointers on how to make a good code contribution.
31
31
32
32
You can visit our [Issue Tracker](https://issues.apache.org/jira/browse/ZEPPELIN) to find issues to resolve,
Copy file name to clipboardExpand all lines: contribution/documentation.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: sideMenu
3
3
title: "Documentation"
4
4
description: ""
5
+
menu: nav-contrib
5
6
group: nav-contrib
6
7
---
7
8
<!--
@@ -37,7 +38,7 @@ bundle install
37
38
38
39
For the further information about requirements, please see [here](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/#requirements).
39
40
40
-
On OS X 10.9, you may need to do
41
+
On OS X 10.9, you may need to do
41
42
42
43
```
43
44
xcode-select --install
@@ -60,7 +61,7 @@ Using the above command, Jekyll will start a web server at `http://localhost:400
60
61
61
62
```
62
63
docs/
63
-
├── _includes/themes/zeppelin
64
+
├── _includes/themes/zeppelin
64
65
│ ├── _navigation.html
65
66
│ └── default.html
66
67
├── _layouts
@@ -98,7 +99,7 @@ docs/
98
99
-`_config.yml`: defines configuration options for docs website. See [jekyll/configuration](https://jekyllrb.com/docs/configuration/) for the other available config variables.
99
100
-`index.md`: the main page of `http://zeppelin.apache.org/docs/<ZEPPELIN_VERSION>/`
100
101
101
-
102
+
102
103
### Markdown
103
104
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.
104
105
@@ -126,7 +127,7 @@ All documents are structured with headings. From these headings, you can automat
126
127
```
127
128
# Level-1 heading <- used only for the main title
128
129
## Level-2 heading <- start with this
129
-
### Level-3 heading
130
+
### Level-3 heading
130
131
#### Level-4 heading <- won't be converted in TOC from this level
131
132
```
132
133
@@ -156,7 +157,7 @@ If you're going to create new pages, there are some spots you need to add the lo
0 commit comments