forked from GDevelopApp/GDevelop-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
17 lines (17 loc) · 645 Bytes
/
Copy pathmain.html
File metadata and controls
17 lines (17 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends "base.html" %} {% block extrahead %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
<script src="https://cdn.jsdelivr.net/npm/@docsearch/js@3"></script>
{% endblock %} {% block scripts %}
{{ super() }}
<script>
docsearch({
appId: 'RC2XAJAUNE',
apiKey: '99faf69cae196db15d6916f2ed0116b9',
indexName: 'gdevelop',
container: '#docsearch',
});
</script>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "17e0b68a38be4a9fa646000e9cdac982"}'></script>
<!-- End Cloudflare Web Analytics -->
{% endblock %}