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
- Refactor "Getting Started" section in the navigation to include a sub-item "What is FoldCMS?".
- Add FoldCMS logo asset for use in documentation.
- Update links in documentation to point to the latest commit in the core CMS code.
- Remove outdated example reference page.
- Update index page to use the new FoldCMS logo.
Copy file name to clipboardExpand all lines: apps/doc/src/content/docs/api/cms/classes/ContentStore.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ prev: false
5
5
title: "ContentStore"
6
6
---
7
7
8
-
Defined in: [packages/core/src/cms.ts:805](https://github.com/bitswired/foldcms/blob/19c9e600da6c0170e8229bb7e1889de08e1cce6f/packages/core/src/cms.ts#L805)
8
+
Defined in: [packages/core/src/cms.ts:805](https://github.com/bitswired/foldcms/blob/a5796744336f5646b8ccb4abf3c6d1334a83f443/packages/core/src/cms.ts#L805)
9
9
10
10
Content storage abstraction providing CRUD operations for collections.
11
11
Handles serialization, hashing, and database operations for content data.
Copy file name to clipboardExpand all lines: apps/doc/src/content/docs/api/cms/classes/LoadingError.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ prev: false
5
5
title: "LoadingError"
6
6
---
7
7
8
-
Defined in: [packages/core/src/cms.ts:30](https://github.com/bitswired/foldcms/blob/19c9e600da6c0170e8229bb7e1889de08e1cce6f/packages/core/src/cms.ts#L30)
8
+
Defined in: [packages/core/src/cms.ts:30](https://github.com/bitswired/foldcms/blob/a5796744336f5646b8ccb4abf3c6d1334a83f443/packages/core/src/cms.ts#L30)
9
9
10
10
Error thrown when data loading fails during collection processing.
Copy file name to clipboardExpand all lines: apps/doc/src/content/docs/api/cms/classes/TransformationError.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ prev: false
5
5
title: "TransformationError"
6
6
---
7
7
8
-
Defined in: [packages/core/src/cms.ts:46](https://github.com/bitswired/foldcms/blob/19c9e600da6c0170e8229bb7e1889de08e1cce6f/packages/core/src/cms.ts#L46)
8
+
Defined in: [packages/core/src/cms.ts:46](https://github.com/bitswired/foldcms/blob/a5796744336f5646b8ccb4abf3c6d1334a83f443/packages/core/src/cms.ts#L46)
9
9
10
10
Error thrown when data transformation fails during collection processing.
Copy file name to clipboardExpand all lines: apps/doc/src/content/docs/api/cms/classes/ValidationError.md
+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
@@ -5,7 +5,7 @@ prev: false
5
5
title: "ValidationError"
6
6
---
7
7
8
-
Defined in: [packages/core/src/cms.ts:65](https://github.com/bitswired/foldcms/blob/19c9e600da6c0170e8229bb7e1889de08e1cce6f/packages/core/src/cms.ts#L65)
8
+
Defined in: [packages/core/src/cms.ts:65](https://github.com/bitswired/foldcms/blob/a5796744336f5646b8ccb4abf3c6d1334a83f443/packages/core/src/cms.ts#L65)
9
9
10
10
Error thrown when data validation fails during collection processing.
11
11
Contains detailed information about validation issues.
@@ -131,7 +131,7 @@ The cause of the error.
131
131
132
132
> `readonly`**issues**: readonly `string`[]
133
133
134
-
Defined in: [packages/core/src/cms.ts:67](https://github.com/bitswired/foldcms/blob/19c9e600da6c0170e8229bb7e1889de08e1cce6f/packages/core/src/cms.ts#L67)
134
+
Defined in: [packages/core/src/cms.ts:67](https://github.com/bitswired/foldcms/blob/a5796744336f5646b8ccb4abf3c6d1334a83f443/packages/core/src/cms.ts#L67)
Copy file name to clipboardExpand all lines: apps/doc/src/content/docs/api/cms/functions/build.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ title: "build"
7
7
8
8
> **build**\<`TMap`, `TCollection`\>(`config`): `Effect`\<`void`, [`LoadingError`](/api/cms/classes/loadingerror/)\|[`TransformationError`](/api/cms/classes/transformationerror/)\|[`ValidationError`](/api/cms/classes/validationerror/)\|`ContentStoreError`, [`ContentStore`](/api/cms/classes/contentstore/)\|\{\[K in string \| number \| symbol\]: CollectionParts\<TCollection\[K\]\>\["loaderDeps"\]\| CollectionParts\<TCollection\[K\]\>\["transformerDeps"\]\| CollectionParts\<TCollection\[K\]\>\["validatorDeps"\]\}\[keyof `TCollection`\]\>
9
9
10
-
Defined in: [packages/core/src/cms.ts:487](https://github.com/bitswired/foldcms/blob/19c9e600da6c0170e8229bb7e1889de08e1cce6f/packages/core/src/cms.ts#L487)
10
+
Defined in: [packages/core/src/cms.ts:487](https://github.com/bitswired/foldcms/blob/a5796744336f5646b8ccb4abf3c6d1334a83f443/packages/core/src/cms.ts#L487)
11
11
12
12
Builds and initializes all collections in the CMS.
13
13
This function loads, transforms, validates, and stores all collection data.
Defined in: [packages/core/src/cms.ts:193](https://github.com/bitswired/foldcms/blob/19c9e600da6c0170e8229bb7e1889de08e1cce6f/packages/core/src/cms.ts#L193)
12
+
Defined in: [packages/core/src/cms.ts:193](https://github.com/bitswired/foldcms/blob/a5796744336f5646b8ccb4abf3c6d1334a83f443/packages/core/src/cms.ts#L193)
13
13
14
14
Factory function to define collections with type-safe configurations.
15
15
Provides overloads for different collection configurations.
Defined in: [packages/core/src/cms.ts:223](https://github.com/bitswired/foldcms/blob/19c9e600da6c0170e8229bb7e1889de08e1cce6f/packages/core/src/cms.ts#L223)
97
+
Defined in: [packages/core/src/cms.ts:223](https://github.com/bitswired/foldcms/blob/a5796744336f5646b8ccb4abf3c6d1334a83f443/packages/core/src/cms.ts#L223)
98
98
99
99
Factory function to define collections with type-safe configurations.
100
100
Provides overloads for different collection configurations.
Defined in: [packages/core/src/cms.ts:260](https://github.com/bitswired/foldcms/blob/19c9e600da6c0170e8229bb7e1889de08e1cce6f/packages/core/src/cms.ts#L260)
186
+
Defined in: [packages/core/src/cms.ts:260](https://github.com/bitswired/foldcms/blob/a5796744336f5646b8ccb4abf3c6d1334a83f443/packages/core/src/cms.ts#L260)
187
187
188
188
Factory function to define collections with type-safe configurations.
189
189
Provides overloads for different collection configurations.
Defined in: [packages/core/src/cms.ts:554](https://github.com/bitswired/foldcms/blob/19c9e600da6c0170e8229bb7e1889de08e1cce6f/packages/core/src/cms.ts#L554)
10
+
Defined in: [packages/core/src/cms.ts:554](https://github.com/bitswired/foldcms/blob/a5796744336f5646b8ccb4abf3c6d1334a83f443/packages/core/src/cms.ts#L554)
11
11
12
12
Factory function that creates a Context.Tag for a CMS instance.
13
13
This tag is used to identify and inject CMS instances in the Effect context.
Defined in: [packages/core/src/cms.ts:585](https://github.com/bitswired/foldcms/blob/19c9e600da6c0170e8229bb7e1889de08e1cce6f/packages/core/src/cms.ts#L585)
10
+
Defined in: [packages/core/src/cms.ts:585](https://github.com/bitswired/foldcms/blob/a5796744336f5646b8ccb4abf3c6d1334a83f443/packages/core/src/cms.ts#L585)
11
11
12
12
Creates a CMS instance with its associated Context.Tag and Layer.
13
13
This is the main factory function for creating a complete CMS setup.
0 commit comments