diff --git a/docs/app.vue b/docs/app.vue
index d8b7c1bb..27fc36ab 100644
--- a/docs/app.vue
+++ b/docs/app.vue
@@ -12,7 +12,7 @@
-
+
diff --git a/docs/components/Header.vue b/docs/components/Header.vue
index 8e1c94f0..c0ae0a6a 100644
--- a/docs/components/Header.vue
+++ b/docs/components/Header.vue
@@ -19,7 +19,7 @@
-
+
diff --git a/docs/content/index.yml b/docs/content/index.yml
index 450174c4..ad16dd9d 100644
--- a/docs/content/index.yml
+++ b/docs/content/index.yml
@@ -178,7 +178,7 @@ pro:
-
+
diff --git a/docs/error.vue b/docs/error.vue
index 09486949..7a1f6180 100644
--- a/docs/error.vue
+++ b/docs/error.vue
@@ -16,7 +16,7 @@
-
+
diff --git a/docs/pages/[...slug].vue b/docs/pages/[...slug].vue
index bb76e6ac..8635e28b 100644
--- a/docs/pages/[...slug].vue
+++ b/docs/pages/[...slug].vue
@@ -7,11 +7,11 @@
-
+
-
+
@@ -30,7 +30,7 @@
-
+
diff --git a/docs/pages/index.vue b/docs/pages/index.vue
index 18f9e4c4..25a7e2d2 100644
--- a/docs/pages/index.vue
+++ b/docs/pages/index.vue
@@ -254,7 +254,7 @@
-
+
@@ -283,7 +283,7 @@
-
-
+
@@ -620,8 +620,8 @@ const docsBlocks = computed(() => [isAfterStep(steps.docs) && {
slot: 'docs-surround',
class: 'bottom-4 inset-x-4 h-28'
} : {
- name: 'UDocsSurround',
- to: '/pro/components/docs-surround',
+ name: 'UContentSurround',
+ to: '/pro/components/content-surround',
class: 'bottom-4 inset-x-4 h-28',
inactive: false
}]
@@ -629,8 +629,8 @@ const docsBlocks = computed(() => [isAfterStep(steps.docs) && {
name: '#default',
class: 'left-4 right-72 inset-y-4'
}]), isAfterStep(steps.docs + 13) ? {
- name: 'UDocsToc',
- to: '/pro/components/docs-toc',
+ name: 'UContentToc',
+ to: '/pro/components/content-toc',
class: 'right-4 inset-y-4 w-64',
inactive: isAfterStep(steps.docs + 14),
children: [{