Skip to content

Commit 1286db0

Browse files
committed
fix: docs add meta tags
1 parent c6f42a1 commit 1286db0

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

.github/workflows/cla.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
path-To-cladocument: 'https://github.com/jina-ai/jina/blob/master/CLA.md'
2222
# branch should not be protected
2323
branch: 'master'
24-
whitelist: nan-wang,jina-bot,BingHo1013
24+
whitelist: hanxiao,nan-wang,jina-bot,BingHo1013
2525
empty-commit-flag: false
2626
blockchain-storage-flag: false

CLA.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributor License Agreement
22

33
Thank you for your interest in contributing to software projects
4-
managed by Jina AI Limited ("We" or "Us" or "JINA"). In order to
4+
managed by Jina AI Limited ("JINA", "We" or "Us"). In order to
55
clarify the intellectual property license granted with Contributions
66
from any person or entity, JINA
77
must have a Contributor License Agreement ("CLA") on file that has

docs/_static/favicon.png

8.48 KB
Loading

docs/template/layout.html

+2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<head>
1414
<meta charset="utf-8">
1515
{{ metatags }}
16+
{% include "metatags.html" %}
1617
<meta name="viewport" content="width=device-width, initial-scale=1.0">
18+
1719
{% block htmltitle %}
1820
<title>{{ title|striptags|e }}{{ titlesuffix }}</title>
1921
{% endblock %}

docs/template/metatags.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<meta name="X-UA-Compatible" content="IE=edge">
2+
<meta name="twitter:card" content="summary_large_image">
3+
<meta name="twitter:site" content="@JinaAI_">
4+
<meta name="twitter:creator" content="@JinaAI_">
5+
<meta name="description"
6+
content="Jina is the cloud-native neural search solution powered by the state-of-the-art AI and deep learning">
7+
<meta property="og:title" content="Jina Documentation">
8+
<meta property="og:description"
9+
content="Jina is the cloud-native neural search solution powered by the state-of-the-art AI and deep learning">
10+
<meta property="og:url" content="https://github.com/jina-ai/jina">
11+
<meta property="og:image" content="https://jina.ai/banner.png">
12+
<meta property="og:type" content="website">
13+
<link rel="icon" href="{{ pathto('_static/favicon.png', 1) }}">

0 commit comments

Comments
 (0)