From 989a01e89de365143da2c91b6bdc480fa6e142f1 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Tue, 19 Aug 2025 11:21:17 +0200 Subject: [PATCH] Fix website navigation (#13972) image image --- .../src/content/user-guide/collaboration.mdx | 2 +- .../src/content/user-guide/constants/UserGuideIndex.ts | 1 + packages/twenty-website/src/content/user-guide/objects.mdx | 2 +- .../twenty-website/src/content/user-guide/settings.mdx | 7 +++++++ packages/twenty-website/src/content/user-guide/views.mdx | 7 +++++++ 5 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 packages/twenty-website/src/content/user-guide/settings.mdx diff --git a/packages/twenty-website/src/content/user-guide/collaboration.mdx b/packages/twenty-website/src/content/user-guide/collaboration.mdx index 34606d90d33..47e9da51855 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 20867ac68ec..1cf67da495b 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 f5b810abe98..7cb6d864899 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 00000000000..35e681013a0 --- /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 e69de29bb2d..b9df920b01e 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