Skip to content

Commit

Permalink
Add extrahead for google site verification
Browse files Browse the repository at this point in the history
  • Loading branch information
stichbury committed Jan 23, 2025
1 parent 29aaa6a commit 5520d22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vizro-core/docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "base.html" %}

{% block extrahead %}
<meta name="google-site-verification" content="CYb3cxosCgsN2QDQVaSGQpMQCesqpsGQ3oTM02NtvkY" />
{% endblock %}
1 change: 1 addition & 0 deletions vizro-core/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ repo_name: mckinsey/vizro
theme:
name: material
language: en
custom_dir: docs/overrides
palette:
- scheme: default
font:
Expand Down

0 comments on commit 5520d22

Please sign in to comment.