Skip to content

Commit e2c3c96

Browse files
authored
Merge pull request #3 from replicant026/patch-4
Update note syntax to callout format in general.md
2 parents f43f08b + 0e38404 commit e2c3c96

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

docs/configuration/general.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ module.exports = defineConfig({
1919
});
2020
```
2121

22-
---
23-
2422
## Core Settings (V3 Schema)
2523

2624
`docmd` v0.5.0 introduces a streamlined V3 schema. While legacy keys are still supported, we recommend transitioning to these modern labels:
@@ -47,8 +45,6 @@ logo: {
4745
favicon: 'assets/favicon.ico',
4846
```
4947

50-
---
51-
5248
## Layout Architecture
5349

5450
`docmd` follows a component-based layout system. You can toggle and configure different parts of the UI via the `layout` object.
@@ -76,12 +72,10 @@ layout: {
7672
}
7773
```
7874

79-
::: note
75+
::: callout tip
8076
If `optionsMenu.position` is set to `header` or `menubar` but the target container is disabled or null, it automatically falls back to `sidebar-top`.
8177
:::
8278

83-
---
84-
8579
## Engine Features
8680

8781
Fine-tune how `docmd` processes your files.
@@ -104,4 +98,4 @@ If you are upgrading from an older version of `docmd`, the following keys are au
10498

10599
::: callout tip
106100
Use `docmd migrate` to automatically upgrade your configuration file to the newest schema while keeping a backup of your old settings.
107-
:::
101+
:::

0 commit comments

Comments
 (0)