|
7 年之前 | |
---|---|---|
.. | ||
_data | 7 年之前 | |
_includes | 7 年之前 | |
_layouts | 7 年之前 | |
assets | 7 年之前 | |
Gemfile | 7 年之前 | |
Gemfile.lock | 7 年之前 | |
README.md | 7 年之前 | |
_config.yml | 7 年之前 | |
index.md | 7 年之前 | |
programmatic-api.md | 7 年之前 | |
rest-api.md | 7 年之前 |
This documentation is generated using Jekyll.
The steps below will install the latest Jekyll version and any dependencies required to get this documentation built.
1. sudo gem install jekyll bundler
2. cd docs
3. sudo bundle install
For more information, see Installing Jekyll.
Before opening a pull request, you can preview your contributions by running from within the directory:
1. cd docs
2. bundle exec jekyll serve --watch
3. Open http://localhost:4000
cd docs
then bundle exec jekyll build
).docs/target/
excluding assets/
into a new directory (eg. 0.4.0/
) and
move it into the docs/
directory in your local fork of apache/incubator-livy-website
.latest
symlink to point to the new directory.apache/incubator-livy-website
with the update.Note: If you made any changes to files in the assets/
directory you will need to replicate those
changes in the corresponding files in apache/incubator-livy-website
in the pull request.