You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/getting-started/configuration.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ObjectDocs follows the **Configuration as Code** principle. All site settings ar
13
13
14
14
### docs.site.json
15
15
16
-
The main configuration file is located at `content/docs.site.json`. This file controls the global settings for the entire documentation site and is automatically synced to `content/.objectdocs` during build and development.
16
+
The main configuration file is located at `content/docs.site.json`. This file controls the global settings for the entire documentation site and is automatically synced to `content/.fumadocs` during build and development.
17
17
18
18
```json
19
19
{
@@ -37,7 +37,7 @@ The main configuration file is located at `content/docs.site.json`. This file co
37
37
38
38
**How it Works:**
39
39
- Stored in `content/docs.site.json` (your content directory)
40
-
- Copied to `content/.objectdocs` before each build/dev command
40
+
- Copied to `content/.fumadocs` before each build/dev command
41
41
- Watched during development - changes trigger automatic server restart
0 commit comments