Skip to content

Commit 934df5a

Browse files
docs: Add link to interactive tutorial (#952)
* docs: Add link to interactive tutorial * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: Update image path to avoid docs directory * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: move Guide me button to separate line * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 33ae197 commit 934df5a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.readme-partials.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ custom_content: |
4242
```
4343
4444
#### Writing log entries
45+
For an interactive tutorial click
4546
47+
[![Guide Me](_static/guide-me.svg)](https://console.cloud.google.com/?walkthrough_id=logging__logging-java)
48+
4649
With Logging you can also write custom log entries. Add the following imports at the top of your
4750
file:
4851

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ logging.create(metricInfo);
142142
```
143143

144144
#### Writing log entries
145+
For an interactive tutorial click
146+
147+
[![Guide Me](_static/guide-me.svg)](https://console.cloud.google.com/?walkthrough_id=logging__logging-java)
145148

146149
With Logging you can also write custom log entries. Add the following imports at the top of your
147150
file:

0 commit comments

Comments
 (0)