diff --git a/docs/src/docPages/guide/advanced-node-views.md b/docs/src/docPages/guide/advanced-node-views.md
index 96df369b8..9735618b0 100644
--- a/docs/src/docPages/guide/advanced-node-views.md
+++ b/docs/src/docPages/guide/advanced-node-views.md
@@ -1 +1,17 @@
# Advanced node views
+
+## toc
+
+## Introduction
+
+## Node views with plain JavaScript
+
+### HTML
+
+### Content
+
+### JavaScript
+
+### Events
+
+## Use Vue.js components
diff --git a/docs/src/docPages/impressum.md b/docs/src/docPages/impressum.md
new file mode 100644
index 000000000..13017f9c4
--- /dev/null
+++ b/docs/src/docPages/impressum.md
@@ -0,0 +1,32 @@
+# Impressum
+
+## toc
+
+## Contact
+
+Information provided according to Sec. 5 German Telemedia Act (TMG)
+
+überdosis GbR
+Kurfürstenstraße 56
+10785 Berlin, Germany
+
+Represented by: Sven Adlung, Patrick Baber, Nick Hirche, Philip Isik, Timo Isik, Philipp Kühn, Hans Pagel, Sebastian Schrama
+
+We don’t provide email support for tiptap, but if you have some legal issues, privacy or security concerns, send us an email to [hans.pagel@ueber.io](mailto:hans.pagel@ueber.io). For everything else, [please use GitHub issues](https://github.com/ueberdosis/tiptap-next/issues).
+
+## Dispute resolution
+The European Commission provides a platform for online dispute resolution (OS): https://ec.europa.eu/consumers/odr.
+
+We do not take part in online dispute resolutions at consumer arbitration boards.
+
+## Disclaimer
+
+### Liability for Contents
+As service providers, we are liable for own contents of these websites according to Sec. 7, paragraph 1 German Telemedia Act (TMG). However, according to Sec. 8 to 10 German Telemedia Act (TMG), service providers are not obligated to permanently monitor submitted or stored information or to search for evidences that indicate illegal activities.
+
+Legal obligations to removing information or to blocking the use of information remain unchallenged. In this case, liability is only possible at the time of knowledge about a specific violation of law. Illegal contents will be removed immediately at the time we get knowledge of them.
+
+### Liability for Links
+Our offer includes links to external third party websites. We have no influence on the contents of those websites, therefore we cannot guarantee for those contents. Providers or administrators of linked websites are always responsible for their own contents.
+
+The linked websites had been checked for possible violations of law at the time of the establishment of the link. Illegal contents were not detected at the time of the linking. A permanent monitoring of the contents of linked websites cannot be imposed without reasonable indications that there has been a violation of law. Illegal links will be removed immediately at the time we get knowledge of them.
diff --git a/docs/src/docPages/privacy-policy.md b/docs/src/docPages/privacy-policy.md
new file mode 100644
index 000000000..2878a0a7c
--- /dev/null
+++ b/docs/src/docPages/privacy-policy.md
@@ -0,0 +1,10 @@
+# Privacy Policy
+We value your privacy and question everything that stores or processes your personal information. With that in mind, we still need a few external services to publish tiptap.
+
+We don’t provide email support for tiptap, but if you have some legal issues, privacy or security concerns, send us an email to [hans.pagel@ueber.io](mailto:hans.pagel@ueber.io). For everything else, [please use GitHub issues](https://github.com/ueberdosis/tiptap-next/issues).
+
+## Netlify
+We use Netlify to host our static website. It features continuous deployment from Git across a global application delivery network and full integration with Let’s Encrypt. [Read Netlify’s Privacy Policy](https://www.netlify.com/privacy/)
+
+## Simple Analytics
+To get critical information about the behavior of our visitors, we use [Simple Analytics](https://simpleanalytics.com/). This analytics software gives us insight about our visitors only in general, but not about individuals per se, as it does not track visitors and does not store any personal identifiable information. Go to their documentation to find out what Simple Analytics collects (and most importantly what they don't). Or have a look at our analytics dashboard: [https://simpleanalytics.com/tiptap.dev](https://simpleanalytics.com/tiptap.dev)
diff --git a/docs/src/docPages/sponsor.md b/docs/src/docPages/sponsor.md
index 53b111856..27130ea4b 100644
--- a/docs/src/docPages/sponsor.md
+++ b/docs/src/docPages/sponsor.md
@@ -17,7 +17,7 @@ Does that sound good? [Sponsor us on GitHub!](https://github.com/sponsors/ueberd
If you’re a company, don’t want to use GitHub, don’t have a credit card or want a proper invoice form us, just reach out to us at [hans.pagel@ueber.io](mailto:hans.pagel@ueber.io).
## I want consulting.
-We don’t do any calls, consulting or personal support. If you have an issue, a question, want to talk something through or anything else, please use GitHub issues, to keep everything accessible for the whole community.
+We don’t do any calls, consulting or personal support. If you have an issue, a question, want to talk something through or anything else, [please use GitHub issues](https://github.com/ueberdosis/tiptap-next/issues), to keep everything accessible for the whole community.
## Can we have a call?
Nope, we are big fans of asynchronous communication. If you really need to reach out in private, send us an email to [hans.pagel@ueber.io](mailto:hans.pagel@ueber.io), but don’t expect technical email support.
diff --git a/docs/src/layouts/App/index.vue b/docs/src/layouts/App/index.vue
index c3bb8eaa6..0123cd3c6 100644
--- a/docs/src/layouts/App/index.vue
+++ b/docs/src/layouts/App/index.vue
@@ -134,6 +134,10 @@