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 43d2ae8 commit 4ce963fCopy full SHA for 4ce963f
docs/dokka-presets/templates/includes/page_metadata.ftl
@@ -0,0 +1,7 @@
1
+<#macro display>
2
+ <title>${pageName} - AWS SDK for Kotlin</title>
3
+ <meta name="description" content="Learn how to use ${pageName} in the AWS SDK for Kotlin">
4
+ <@template_cmd name="pathToRoot">
5
+ <link href="${pathToRoot}images/logo-icon.svg" rel="icon" type="image/svg">
6
+ </@template_cmd>
7
+</#macro>
0 commit comments