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
+19-2Lines changed: 19 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.
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.
17
17
18
18
```json
19
19
{
@@ -27,17 +27,34 @@ The main configuration file is located at `content/docs.site.json`. This file co
0 commit comments