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: README.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,34 @@
2
2
3
3
This hosts the documentation source and examples for [Bullet](https://github.com/yahoo/bullet-storm).
4
4
5
+
The built documentation can be accessed [here](https://yahoo.github.io/bullet-docs).
6
+
7
+
## Building the documentation
8
+
5
9
You need [mkdocs](http://www.mkdocs.org/#installation) installed to build the documentation.
6
10
11
+
This also uses the mkdocs theme : [Cinder](http://sourcefoundry.org/cinder/).
12
+
13
+
Since Cinder has not been upgraded in a while, you will need to bring in changes in this [PR](https://github.com/chrissimpkins/cinder/pull/26) of Cinder found here: [twardoch/clinker-mktheme](https://github.com/twardoch/clinker-mktheme/tree/2016-12-22)
You will need [Maven 3](https://maven.apache.org/install.html) and [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed to build the examples.
8
30
9
-
The built documentation can be accessed [here](https://yahoo.github.io/bullet-docs). You can quickly jump into setting up a local Bullet instance by following the [Quick Start here](https://yahoo.github.io/bullet-docs#quick-start).
31
+
```bash
32
+
cd bullet-docs/examples/storm && mvn package
33
+
```
10
34
11
35
Code licensed under the Apache 2 license. See LICENSE file for terms.
0 commit comments