diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6a1b7d7..65ec6d5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,4 +1,4 @@
-exclude: '^(examples/|docs/demo.html)'
+exclude: '^(examples/|docs/assets/)'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
diff --git a/README.md b/README.md
index 1587132..e2eca39 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ A Python package for converting XYZ molecular files into interactive 3D visualiz
-✨ [Try it live!](https://zotko.github.io/xyz2graph/demo)
+Try it live 🚀
## Features
diff --git a/docs/demo.html b/docs/assets/demo.html
similarity index 100%
rename from docs/demo.html
rename to docs/assets/demo.html
diff --git a/mkdocs.yml b/mkdocs.yml
index e662fe3..10d88ac 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -36,7 +36,6 @@ nav:
- Getting Started: getting-started.md
- Python API: python.md
- Command Line: cli.md
- - Demo: demo.html
- License: license.md
@@ -49,6 +48,9 @@ markdown_extensions:
- admonition
- pymdownx.details
+extra_templates:
+ - assets/demo.html
+
plugins:
- search
- include-markdown