diff --git a/packages/twenty-website/src/content/user-guide/collaboration.mdx b/packages/twenty-website/src/content/user-guide/collaboration.mdx index 34606d90d3..47e9da5185 100644 --- a/packages/twenty-website/src/content/user-guide/collaboration.mdx +++ b/packages/twenty-website/src/content/user-guide/collaboration.mdx @@ -1,5 +1,5 @@ --- -title: Collaborate with your team +title: Collaboration icon: IconUsers info: Discover how to leverage Notes and Tasks to better collaborate with your team. image: /images/user-guide/what-is-twenty/20.png diff --git a/packages/twenty-website/src/content/user-guide/constants/UserGuideIndex.ts b/packages/twenty-website/src/content/user-guide/constants/UserGuideIndex.ts index 20867ac68e..1cf67da495 100644 --- a/packages/twenty-website/src/content/user-guide/constants/UserGuideIndex.ts +++ b/packages/twenty-website/src/content/user-guide/constants/UserGuideIndex.ts @@ -32,6 +32,7 @@ export const USER_GUIDE_INDEX = { { fileName: 'api-webhooks' }, ], Settings: [ + { fileName: 'settings' }, { fileName: 'permissions' }, ], Other: [ diff --git a/packages/twenty-website/src/content/user-guide/objects.mdx b/packages/twenty-website/src/content/user-guide/objects.mdx index f5b810abe9..7cb6d86489 100644 --- a/packages/twenty-website/src/content/user-guide/objects.mdx +++ b/packages/twenty-website/src/content/user-guide/objects.mdx @@ -1,5 +1,5 @@ --- -title: Objects, Fields, Records +title: Objects info: Discover how to use standard and custom objects in your workspace. icon: IconChecklist image: /images/user-guide/objects/objects.png diff --git a/packages/twenty-website/src/content/user-guide/settings.mdx b/packages/twenty-website/src/content/user-guide/settings.mdx new file mode 100644 index 0000000000..35e681013a --- /dev/null +++ b/packages/twenty-website/src/content/user-guide/settings.mdx @@ -0,0 +1,7 @@ +--- +title: Settings +info: Learn how to manage permissions in Twenty. +icon: IconGitHub +image: /images/user-guide/tips/light-bulb.png +sectionInfo: Learn how to manage permissions in Twenty. +--- \ No newline at end of file diff --git a/packages/twenty-website/src/content/user-guide/views.mdx b/packages/twenty-website/src/content/user-guide/views.mdx index e69de29bb2..b9df920b01 100644 --- a/packages/twenty-website/src/content/user-guide/views.mdx +++ b/packages/twenty-website/src/content/user-guide/views.mdx @@ -0,0 +1,7 @@ +--- +title: Views +info: Learn how to create and navigate table and kanban views +icon: IconGitHub +image: /images/user-guide/tips/light-bulb.png +sectionInfo: A brief guide to grasp the basics of Twenty +--- \ No newline at end of file