diff --git a/docs/src/demos/Guide/StoreContent/ExportHTML/index.spec.js b/docs/src/demos/Guide/Content/ExportHTML/index.spec.js
similarity index 76%
rename from docs/src/demos/Guide/StoreContent/ExportHTML/index.spec.js
rename to docs/src/demos/Guide/Content/ExportHTML/index.spec.js
index 5236faca..755542f6 100644
--- a/docs/src/demos/Guide/StoreContent/ExportHTML/index.spec.js
+++ b/docs/src/demos/Guide/Content/ExportHTML/index.spec.js
@@ -1,6 +1,6 @@
-context('/demos/Guide/StoreContent/ExportHTML', () => {
+context('/demos/Guide/Content/ExportHTML', () => {
before(() => {
- cy.visit('/demos/Guide/StoreContent/ExportHTML')
+ cy.visit('/demos/Guide/Content/ExportHTML')
})
beforeEach(() => {
diff --git a/docs/src/demos/Guide/StoreContent/ExportHTML/index.vue b/docs/src/demos/Guide/Content/ExportHTML/index.vue
similarity index 100%
rename from docs/src/demos/Guide/StoreContent/ExportHTML/index.vue
rename to docs/src/demos/Guide/Content/ExportHTML/index.vue
diff --git a/docs/src/demos/Guide/StoreContent/ExportJSON/index.spec.js b/docs/src/demos/Guide/Content/ExportJSON/index.spec.js
similarity index 84%
rename from docs/src/demos/Guide/StoreContent/ExportJSON/index.spec.js
rename to docs/src/demos/Guide/Content/ExportJSON/index.spec.js
index a47badbf..5c75fe73 100644
--- a/docs/src/demos/Guide/StoreContent/ExportJSON/index.spec.js
+++ b/docs/src/demos/Guide/Content/ExportJSON/index.spec.js
@@ -1,6 +1,6 @@
-context('/demos/Guide/StoreContent/ExportJSON', () => {
+context('/demos/Guide/Content/ExportJSON', () => {
before(() => {
- cy.visit('/demos/Guide/StoreContent/ExportJSON')
+ cy.visit('/demos/Guide/Content/ExportJSON')
})
beforeEach(() => {
diff --git a/docs/src/demos/Guide/StoreContent/ExportJSON/index.vue b/docs/src/demos/Guide/Content/ExportJSON/index.vue
similarity index 100%
rename from docs/src/demos/Guide/StoreContent/ExportJSON/index.vue
rename to docs/src/demos/Guide/Content/ExportJSON/index.vue
diff --git a/docs/src/demos/Guide/Content/GenerateHTML/index.spec.js b/docs/src/demos/Guide/Content/GenerateHTML/index.spec.js
new file mode 100644
index 00000000..efcc0d8b
--- /dev/null
+++ b/docs/src/demos/Guide/Content/GenerateHTML/index.spec.js
@@ -0,0 +1,7 @@
+context('/demos/Guide/Content/GenerateHTML', () => {
+ before(() => {
+ cy.visit('/demos/Guide/Content/GenerateHTML')
+ })
+
+ // TODO: Write tests
+})
diff --git a/docs/src/demos/Api/Schema/GenerateHTML/index.vue b/docs/src/demos/Guide/Content/GenerateHTML/index.vue
similarity index 100%
rename from docs/src/demos/Api/Schema/GenerateHTML/index.vue
rename to docs/src/demos/Guide/Content/GenerateHTML/index.vue
diff --git a/docs/src/demos/Guide/StoreContent/ReadOnly/index.spec.js b/docs/src/demos/Guide/Content/ReadOnly/index.spec.js
similarity index 83%
rename from docs/src/demos/Guide/StoreContent/ReadOnly/index.spec.js
rename to docs/src/demos/Guide/Content/ReadOnly/index.spec.js
index 32a2847e..b6b74b49 100644
--- a/docs/src/demos/Guide/StoreContent/ReadOnly/index.spec.js
+++ b/docs/src/demos/Guide/Content/ReadOnly/index.spec.js
@@ -1,6 +1,6 @@
-context('/demos/Guide/StoreContent/ReadOnly', () => {
+context('/demos/Guide/Content/ReadOnly', () => {
beforeEach(() => {
- cy.visit('/demos/Guide/StoreContent/ReadOnly')
+ cy.visit('/demos/Guide/Content/ReadOnly')
})
it.skip('should be read-only', () => {
diff --git a/docs/src/demos/Guide/StoreContent/ReadOnly/index.vue b/docs/src/demos/Guide/Content/ReadOnly/index.vue
similarity index 100%
rename from docs/src/demos/Guide/StoreContent/ReadOnly/index.vue
rename to docs/src/demos/Guide/Content/ReadOnly/index.vue
diff --git a/docs/src/docPages/api/utilities/html.md b/docs/src/docPages/api/utilities/html.md
new file mode 100644
index 00000000..b869a4c2
--- /dev/null
+++ b/docs/src/docPages/api/utilities/html.md
@@ -0,0 +1,8 @@
+# HTML
+TODO
+
+## Source code
+[packages/html/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/html/)
+
+## Usage
+
Example Text
`) Use this interactive example to fiddle around: -