Skip to content

Commit a956b09

Browse files
chore: adding docfx doclet resource (#307)
* chore: updating publish_javadoc to support docfx yml generation * fix: reducing commit Source-Author: Emily Ball <emilyball@google.com> Source-Date: Mon Jan 25 13:29:09 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: 3816b080296d4d52975079fd26c110dd26ba25af Source-Link: googleapis/synthtool@3816b08
1 parent 8f5b2e5 commit a956b09

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.kokoro/release/publish_javadoc.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ before_action {
2727
}
2828
}
2929
}
30+
31+
# Downloads docfx doclet resource. This will be in ${KOKORO_GFILE_DIR}/<doclet name>
32+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/docfx"

synth.metadata

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,22 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-logging-logback.git",
7-
"sha": "946893fe0c79f2674818e01e45b4e9d18c0657fd"
7+
"sha": "755a49d751644dfe474a76b6dcca62ffad3f3aa4"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "6133907dbb3ddab204a17a15d5c53ec0aae9b033"
14+
"sha": "3816b080296d4d52975079fd26c110dd26ba25af"
1515
}
1616
}
1717
],
1818
"generatedFiles": [
19-
".github/CODEOWNERS",
2019
".github/ISSUE_TEMPLATE/bug_report.md",
2120
".github/ISSUE_TEMPLATE/feature_request.md",
2221
".github/ISSUE_TEMPLATE/support_request.md",
2322
".github/PULL_REQUEST_TEMPLATE.md",
24-
".github/blunderbuss.yml",
2523
".github/generated-files-bot.yml",
2624
".github/readme/synth.py",
2725
".github/release-please.yml",
@@ -78,7 +76,6 @@
7876
".kokoro/release/stage.sh",
7977
".kokoro/trampoline.sh",
8078
"CODE_OF_CONDUCT.md",
81-
"CONTRIBUTING.md",
8279
"LICENSE",
8380
"codecov.yaml",
8481
"java.header",

0 commit comments

Comments
 (0)