dapr-java-workshop/docs
Pierre Malarme 8bf3dc4e8b
Fix typo in prerequisites documentation
2023-08-25 11:13:54 +02:00
..
_includes Fix typo in prerequisites documentation 2023-08-25 11:13:54 +02:00
assets/images Add managed identities in bonus assignments. Update diagrams of ACA challenge and Scaling. Update diagrams with correct colors for consistency. Remove unused diagram. Move scaling bonus assignment as the last assignment. Update next steps for AKS and ACA. Update the index of bonus assignments. Update the pre-requesites of the bonus assignments to add AKS deployment for AKS and ACA deployment for ACA. 2023-08-16 13:26:14 +02:00
modules Add the secret as a reference to a key vault secret in the scaling of the app 2023-08-17 14:22:31 +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 Set the level for the tables of contents 2023-08-16 13:17:11 +02:00
_config.yml Set the level for the tables of contents 2023-08-16 13:17:11 +02:00
index.markdown Fix the name of the github repository in the doc and update the name of the workshop 2023-08-08 21:22:25 +02: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