dapr-java-workshop/docs
Pierre Malarme 64fadbc707 Add the secret store in the transversal challenge for Azure Container Apps 2023-08-07 19:15:57 +02:00
..
_includes Add the secret store in the transversal challenge for Azure Container Apps 2023-08-07 19:15:57 +02:00
assets/images Add first version of the transversal ACA challenge up to the deployment of the statestore 2023-08-04 18:14:44 +02:00
modules Add the secret store in the transversal challenge for Azure Container Apps 2023-08-07 19:15:57 +02:00
.gitignore Add first version of the transversal ACA challenge up to the deployment of the statestore 2023-08-04 18:14:44 +02:00
404.html generated jekyll files 2022-06-09 16:47:55 +00:00
Gemfile Update version of just-the-docs to have the callout. Create a local config to be able to build it locally 2023-01-11 14:42:15 +01:00
Gemfile.lock Update version of just-the-docs to have the callout. Create a local config to be able to build it locally 2023-01-11 14:42:15 +01:00
README.md Update README to add documnetation on how to generate the doc locally, add more exlcude from the generation of the documentation 2023-01-23 13:11:47 +01:00
SECURITY.markdown Reorganize documentation: Move observability and gitops to AKS; Add the missing documentation for service-to-service invocation; Update the doc for the secret store; Update ACA to use callouts, Clean README.md to remove the doc that is already in docs; Add the layout to be able to bundle the doc locally; add the docs folder to have the correct link in Github; Rename the folders 2023-01-11 14:46:37 +01:00
SUPPORT.md generated jekyll files 2022-06-09 16:47:55 +00:00
_config.local.yml Update README to add documnetation on how to generate the doc locally, add more exlcude from the generation of the documentation 2023-01-23 13:11:47 +01:00
_config.yml Update README to add documnetation on how to generate the doc locally, add more exlcude from the generation of the documentation 2023-01-23 13:11:47 +01:00
index.markdown Merge branch 'main' into feat/82-review-azure-cache-for-redis-as-a-pubsub 2023-03-23 19:14:42 +01:00

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