From 4e109c9a38c5827a89aba4f558e75d0fc450955a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Mon, 1 Apr 2024 11:39:04 +0200 Subject: [PATCH] Fix Vale CI and change vision (#4724) --- .github/vale-styles/docs/Numbers.yml | 2 +- .../user-guide/constants/UserGuideIndex.ts | 10 +++---- .../src/content/user-guide/what-is-twenty.mdx | 29 +++++++++++-------- 3 files changed, 23 insertions(+), 18 deletions(-) diff --git a/.github/vale-styles/docs/Numbers.yml b/.github/vale-styles/docs/Numbers.yml index 2a2c22943..09a1d8aae 100644 --- a/.github/vale-styles/docs/Numbers.yml +++ b/.github/vale-styles/docs/Numbers.yml @@ -1,6 +1,6 @@ extends: existence message: "Numbers must be spelled out" -level: error +level: warning ignorecase: true scope: paragraph tokens: 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 ae728d8d3..1a392ff16 100644 --- a/packages/twenty-website/src/content/user-guide/constants/UserGuideIndex.ts +++ b/packages/twenty-website/src/content/user-guide/constants/UserGuideIndex.ts @@ -24,12 +24,12 @@ export const USER_GUIDE_INDEX = { { title: 'Emails', url: 'emails' }, { title: 'Notes', url: 'notes' }, { title: 'Tasks', url: 'tasks' }, - { title: 'Integrations', url: 'integrations'}, - { title: 'API and Webhooks', url: 'api-webhooks'}, + { title: 'Integrations', url: 'integrations' }, + { title: 'API and Webhooks', url: 'api-webhooks' }, ], Other: [ - { title: 'Glossary', url: 'glossary'}, - { title: 'Tips', url: 'tips'}, - { title: 'Github', url: 'github'}, + { title: 'Glossary', url: 'glossary' }, + { title: 'Tips', url: 'tips' }, + { title: 'Github', url: 'github' }, ], }; diff --git a/packages/twenty-website/src/content/user-guide/what-is-twenty.mdx b/packages/twenty-website/src/content/user-guide/what-is-twenty.mdx index 43579c39d..aec38739e 100644 --- a/packages/twenty-website/src/content/user-guide/what-is-twenty.mdx +++ b/packages/twenty-website/src/content/user-guide/what-is-twenty.mdx @@ -7,7 +7,7 @@ image: /images/user-guide/what-is-twenty/20.png # Overview -Twenty is the leading open-source CRM, crafted by hundreds of contributors to suit your unique business needs and processes. +Twenty is the leading open-source CRM, crafted by hundreds of contributors to suit your unique business needs. ## Main Features @@ -23,32 +23,37 @@ Twenty is the leading open-source CRM, crafted by hundreds of contributors to su ## Benefits -* Customized: Designed to fit your business needs. -* Community-driven: Built and maintained by a robust open-source community. -* Cost-effective: Open-source nature ensures competitive pricing. +* Customizable: Designed to fit your business needs. +* Community-driven: Built and maintained by a large open-source community. +* Cost-effective: You'll never be vendor-locked because can always self-host. ## System Requirements -* Modern web browser (e.g., Firefox, Chrome, Safari, Edge). +* Modern web browser (Firefox, Chrome, Safari and Edge on their latest version are supported). * Internet connection (Offline mode isn't yet supported). # Demo -If you wish to try Twenty before to create your own account, go to demo.twenty.com and login with the following credentials: +If you wish to try Twenty before creating your own account, go to demo.twenty.com and login with the following credentials: ``` email: noah@demo.dev password: Applecar2025 ``` -# Vision and mission +# Vision +Creating a good CRM is hard because it's a balancing act. +For each business, the requirements seem straightforward, yet everyone's needs are distinct. +The result is a CRM that's either too basic, or one that's attempting to be a jack-of-all-trades but ending up as a master of none. -Great companies often start with bets that seem like long shots. Only later do they appear as no-brainers. Searching the web through a text field, not a directory; letting strangers stay in your home; renting server space like a utility... +At first, Twenty looks like most CRMs you already know: you can track deals, organize contacts, manage tasks and notes. +But what sets it apart is our approach to extensibility. We are building an open platform that provides the building blocks for you to solve your unique business problems. -Open-source is a marginal part of CRM today. Our bet is that open-source will ultimately dominate CRM market share. - -The open-source tide has been rising for some time already, following a simple rule: the closer to the developer stack, the higher the market share of open-source. +We prioritize universal principles and common patterns over feature lists. +We don't try to have all the answers and instead empower users to find what works best for them. +And Open-source is the bedrock of our approach, ensuring that Twenty evolves with its community, for its community. # Join now -Take Control, own your CRM today. [Register here](https://www.app.twenty.com) or [join as contributors on GitHub](https://github.com/twentyhq/twenty). \ No newline at end of file +[Register here](https://app.twenty.com) or [become a contributor on GitHub](https://github.com/twentyhq/twenty). +