Skip to content

Commit

Permalink
New website and documentation (apache#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins authored and merlimat committed Jul 13, 2017
1 parent 0470a7e commit 66ae063
Show file tree
Hide file tree
Showing 310 changed files with 43,813 additions and 5,518 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ target/

# tmp files
*.pid

# Generated website
generated-site/
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

language: java C++
language: java C++ ruby
jdk:
- oraclejdk8

Expand All @@ -40,10 +40,12 @@ before_install:

install:
- sudo bash -x $TRAVIS_BUILD_DIR/pulsar-client-cpp/travis-build.sh $HOME/pulsar-dep $TRAVIS_BUILD_DIR dep
- (cd site && make travis_setup)

script:
# Build Java and C++
- mvn license:check test && sudo bash -x $TRAVIS_BUILD_DIR/pulsar-client-cpp/travis-build.sh $HOME/pulsar-dep $TRAVIS_BUILD_DIR compile
- (cd site && make travis_build)

deploy:
# Disabled the deployment of snapshots jars to Maven central for now
Expand Down Expand Up @@ -71,3 +73,9 @@ deploy:
on:
repo: yahoo/pulsar
tags: true
-
provider: script
skip_cleanup: true
script: (cd site && make travis_publish)
on:
branch: docs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![logo](docs/img/pulsar.png)
![logo](site/img/pulsar.png)

Pulsar is a distributed pub-sub messaging platform with a very
flexible messaging model and an intuitive client API.
Expand Down
Loading

0 comments on commit 66ae063

Please sign in to comment.