зеркало из
1
0
Форкнуть 0

Add workshop conversion for moaw

This commit is contained in:
sinedied 2023-04-05 18:00:53 +02:00
Родитель 69265acd13
Коммит afbedcba6d
2 изменённых файлов: 38 добавлений и 1 удалений

2
.github/workflows/docs.yml поставляемый
Просмотреть файл

@ -45,7 +45,7 @@ jobs:
VERSION="sha.$(git rev-parse --short HEAD)"
perl -i -pe "s/1.0.0-SNAPSHOT/$VERSION/g" pom.xml
mvn generate-resources
perl -i -pe "s/javaruntimesregistrysinedied.azurecr.io/<YOUR_REGISTRY_URL>/g" target/generated-docs/index.html
npx -y @moaw/cli@latest convert docs/src/docs/asciidoc/index.adoc -a docs/src/docs/asciidoc/attributes.json -d docs/target/generated-docs/workshop.md
- name: Setup GitHub Pages
uses: actions/configure-pages@v2

Просмотреть файл

@ -0,0 +1,37 @@
{
"project-version": "1.0",
"imagesdir": "./assets",
"revdate": "2021-09-15",
"jdk-version": "17",
"maven-version": "3.8.x",
"docker-version": "20.x",
"workshop-url": "https://azure.github.io/aca-java-runtimes-workshop/",
"workshop-github-url": "https://github.com/Azure/aca-java-runtimes-workshop",
"template-github-url": "https://github.com/Azure/aca-java-runtimes-workshop-template",
"workshop-github-issue": "https://github.com/Azure/aca-java-runtimes-workshop/issues",
"workshop-github-clone": "https://github.com/Azure/aca-java-runtimes-workshop.git",
"workshop-github-raw": "../../../../..",
"azure-pass-url": "https://azcheck.in/def230413",
"allow-uri-read": "",
"sectlinks": "",
"sectanchors": "",
"xrefstyle": "short",
"listing-caption": "Listing",
"appendix-caption": "Appendix",
"table-caption": "Table",
"figure-caption": "Figure",
"toc": "left",
"toclevels": "3",
"source-language": "java",
"meta": {
"short_title": "Java Runtimes Workshop",
"contacts": ["@agoncal", "@juliendubois", "@sinedied"],
"description": "Learn about various Java runtimes performance on Azure. You'll create microservices with Quarkus, Spring Boot and Micronaut, deploy them on Azure Container Apps using a GitHub Actions CI/CD pipeline and compare their performance.",
"tags": "java, containers, azure, performance, runtime, quarkus, spring, micronaut, graalvm, docker, github actions, container apps, microservices",
"level": "beginner",
"duration_minutes": 180,
"audience": "students, devs",
"banner_url": "assets/banner.jpg",
"sections_title": ["Introduction"]
}
}