8bf3dc4e8b | ||
---|---|---|
.. | ||
_includes | ||
assets/images | ||
modules | ||
.gitignore | ||
404.html | ||
Gemfile | ||
Gemfile.lock | ||
README.md | ||
SECURITY.markdown | ||
SUPPORT.md | ||
_config.local.yml | ||
_config.yml | ||
index.markdown |
README.md
Java Dapr-AKS-ACA Workshop Documentation
Generate locally
To generate the documentation locally, Ruby and Ruby Gems are required.
Jekyll and Bundler are required to generate the documentation locally. To install them, run the following commands:
gem install jekyll bundler
To run a local server, run the following command:
bundle install
bundle exec jekyll serve --config _config.local.yml