diff --git a/settings.yaml b/settings.yaml
index 604c1d1..746af29 100644
--- a/settings.yaml
+++ b/settings.yaml
@@ -500,3 +500,20 @@ spec:
name: gongan_link
label: 公安联网备案跳转链接
value: https://beian.mps.gov.cn/#/query/webSearch
+ - group: plugin
+ label: 插件集成
+ formSchema:
+ - $formkit: group
+ name: docsme
+ label: Docsme 文档管理
+ value:
+ source: theme
+ children:
+ - $formkit: select
+ name: source
+ label: 模板来源
+ options:
+ - label: 由此主题提供
+ value: theme
+ - label: 使用插件默认模板
+ value: plugin
diff --git a/src/styles/main.scss b/src/styles/main.scss
index 914256d..70c8405 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -111,3 +111,26 @@ select {
padding-right: 1.85em;
display: inline-flex;
}
+
+// Custom styles for docsme plugin
+.dm-layout,
+.dm-header__content {
+ @apply mx-auto max-w-7xl !important;
+}
+
+.dm-header__content {
+ @apply px-4 lg:px-6 !important;
+}
+
+.dm-main-content {
+ @apply mx-auto max-w-7xl !important;
+ @apply px-4 lg:px-6 !important;
+}
+
+.dm-sidebar__content {
+ padding: 0 1rem !important;
+}
+
+.dm-header {
+ z-index: 9 !important;
+}
diff --git a/templates/doc-catalog.html b/templates/doc-catalog.html
new file mode 100644
index 0000000..947912e
--- /dev/null
+++ b/templates/doc-catalog.html
@@ -0,0 +1,23 @@
+