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 f59ffb5 commit 025aef1Copy full SHA for 025aef1
layouts/home.html
@@ -1,6 +1,12 @@
1
{{ define "head" }}
2
3
<script src='{{ relURL "js/cli.js" }}' defer></script>
4
+
5
+<!-- AI-friendliness meta tags -->
6
+<meta name="ai-documentation" content="https://redis.io/llms.txt">
7
+<meta name="ai-formats" content="markdown">
8
+<link rel="ai-documentation" href="https://redis.io/llms.txt" type="text/plain">
9
10
{{ end }}
11
12
{{ define "main" }}
0 commit comments