We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10bdb7 commit 1399371Copy full SHA for 1399371
docs/_config.yml
@@ -3,7 +3,6 @@ description: Type-safe OpenAPI clients with generics (Spring Boot + OpenAPI Gene
3
4
just_the_docs:
5
custom_css: assets/css/custom.css
6
- ga_measurement_id: G-HMPG85XV29
7
8
remote_theme: just-the-docs/just-the-docs
9
docs/_includes/head_custom.html
@@ -0,0 +1,8 @@
1
+<!-- Google Analytics 4 -->
2
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-HMPG85XV29"></script>
+<script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+ gtag('config', 'G-HMPG85XV29');
+</script>
0 commit comments