Hanch Han
797c2f4b6e
Add calendar cron command on self-hosting-var.mdx ( #6009 )
...
To enable Google Calendar integration, you need to run `yarn
command:prod cron:calendar:google-calendar-sync` in the worker
container. However, currently, the self-hosting guide does not tell you
how to do it. If you just follow the guide, only Gmail integration will
be enabled. So I added the command for calendar sync cron on
self-hosting-var.mdx.
2024-06-25 08:59:31 +02:00
JarWarren
51e3454d50
Update LOGGER_DRIVER env var description ( #5968 )
...
Update the docs to accurately reflect `LoggerDriverType`. Using `sentry`
throws an error on startup.
```
export enum LoggerDriverType {
Console = 'console',
}
```
Happy to change the wording of course.
2024-06-21 14:52:36 +02:00
Thomas des Francs
9c8407c197
Wrote 0.20 changelog ( #5870 )
...
Created the changelog for 0.2
2024-06-14 16:59:42 +02:00
Michael Gold
3d3cef0797
fix: 404 generate API key link ( #5871 )
...
- update api key link in the docs
2024-06-14 16:48:29 +02:00
Ady Beraud
ff1bca1816
Docs modifications ( #5804 )
...
- Fixes #5504
- Fixes #5503
- Return 404 when the page does not exist
- Modified the footer in order to align it properly
- Removed "noticed something to change" in each table of content
- Fixed the URLs of the edit module
- Added the edit module to Developers
- Fixed header style on the REST API page.
- Edited the README to point to Developers
- Fixed selected state when clicking on sidebar elements
---------
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-06-11 09:45:17 +02:00
martmull
9f6a6c3282
5622 add a syncemail onboarding step ( #5689 )
...
- add sync email onboarding step
- refactor calendar and email visibility enums
- add a new table `keyValuePair` in `core` schema
- add a new resolved boolean field `skipSyncEmail` in current user
https://github.com/twentyhq/twenty/assets/29927851/de791475-5bfe-47f9-8e90-76c349fba56f
2024-06-05 18:16:53 +02:00
Ady Beraud
671de4170f
Migrated Developer Docs ( #5683 )
...
- Migrated developer docs to Twenty website
- Modified User Guide and Docs layout to include sections and
subsections
**Section Example:**
<img width="549" alt="Screenshot 2024-05-30 at 15 44 42"
src="https://github.com/twentyhq/twenty/assets/102751374/41bd4037-4b76-48e6-bc79-48d3d6be9ab8 ">
**Subsection Example:**
<img width="557" alt="Screenshot 2024-05-30 at 15 44 55"
src="https://github.com/twentyhq/twenty/assets/102751374/f14c65a9-ab0c-4530-b624-5b20fc00511a ">
- Created different components (Tabs, Tables, Editors etc.) for the mdx
files
**Tabs & Editor**
<img width="665" alt="Screenshot 2024-05-30 at 15 47 39"
src="https://github.com/twentyhq/twenty/assets/102751374/5166b5c7-b6cf-417d-9f29-b1f674c1c531 ">
**Tables**
<img width="698" alt="Screenshot 2024-05-30 at 15 57 39"
src="https://github.com/twentyhq/twenty/assets/102751374/2bbfe937-ec19-4004-ab00-f7a56e96db4a ">
<img width="661" alt="Screenshot 2024-05-30 at 16 03 32"
src="https://github.com/twentyhq/twenty/assets/102751374/ae95b47c-dd92-44f9-b535-ccdc953f71ff ">
- Created a crawler for Twenty Developers (now that it will be on the
twenty website). Once this PR is merged and the website is re-deployed,
we need to start crawling and make sure the index name is
‘twenty-developer’
- Added a dropdown menu in the header to access User Guide and
Developers + added Developers to footer
https://github.com/twentyhq/twenty/assets/102751374/1bd1fbbd-1e65-4461-b18b-84d4ddbb8ea1
- Made new layout responsive
Please fill in the information for each mdx file so that it can appear
on its card, as well as in the ‘In this article’ section. Example with
‘Getting Started’ in the User Guide:
<img width="786" alt="Screenshot 2024-05-30 at 16 29 39"
src="https://github.com/twentyhq/twenty/assets/102751374/2714b01d-a664-4ddc-9291-528632ee12ea ">
Example with info and sectionInfo filled in for 'Getting Started':
<img width="620" alt="Screenshot 2024-05-30 at 16 33 57"
src="https://github.com/twentyhq/twenty/assets/102751374/bc69e880-da6a-4b7e-bace-1effea866c11 ">
Please keep in mind that the images that are being used for Developers
are the same as those found in User Guide and may not match the article.
---------
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-06-03 18:52:43 +02:00
Thomas des Francs
74d7479c8c
Added Data Model Diagram to 0.12 changelog ( #5585 )
...
# Data Model Diagram
Introduced an "Data Model Diagram" feature that allows users to
visualize the relationships between different objects within the CRM.

---------
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-05-27 09:56:33 +02:00
Thomas des Francs
f455ad4001
0.12 changelog ( #5560 )
...
Added the changelog items for:
- Skeleton loading
- Blocklist
- Notification new design
2024-05-25 10:29:30 +02:00
Ady Beraud
40bd42efc4
Added Algolia Search ( #5524 )
...
-Added Algolia Search Box :
<img width="707" alt="Screenshot 2024-05-22 at 10 05 13"
src="https://github.com/twentyhq/twenty/assets/102751374/d26f9748-2a80-4690-88ca-16b078c52915 ">
-Added Algolia Search Bar:
<img width="294" alt="Screenshot 2024-05-22 at 10 05 56"
src="https://github.com/twentyhq/twenty/assets/102751374/ad503894-4ae1-41e4-bd4b-6241f7679142 ">
---------
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-05-22 12:06:00 +02:00
Thomas des Francs
53b9505792
Added the illustrations for the user guide ( #5409 )
...
Added illustrations for all user-guide articles
2024-05-14 17:23:54 +02:00
Thomas des Francs
9c25c1beae
Added the 0.11 release changelog ( #5300 )
...
Added illustrations & descriptions
2024-05-07 11:08:25 +02:00
Félix Malfait
1430a6745c
Quick job update ( #5265 )
2024-05-03 09:38:03 +02:00
Ady Beraud
0bc3b6f179
Modifications user guide ( #5207 )
...
- Modified layout and responsive
- Added remaining user guide cards
- Added new table of content:
https://github.com/twentyhq/twenty/assets/102751374/007118e5-60f2-4572-90cf-339c134f23c4
-Added fade-in:
https://github.com/twentyhq/twenty/assets/102751374/0669c06d-3eab-484c-a5b5-3857c68f42b5
---------
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
2024-05-01 08:55:57 +02:00
Félix Malfait
9809298753
Add jobs ( #5208 )
...
Adding job descs for intern + senior software eng role!
2024-04-29 14:41:16 +02:00
Ady Beraud
b9a7eb5a98
User guide layout ( #5016 )
...
- Modified CSS: font-size, colors, margins...
- Added an ArticleContent Component that will be used for the changelog
and user guide articles, which contains the styles for each titles,
paragraphs, images etc.
- Added link to User Guide in footer
- Added a UserGuideWarning Component:
<img width="332" alt="Screenshot 2024-04-17 at 18 14 48"
src="https://github.com/twentyhq/twenty/assets/102751374/0f5c601b-a2c0-4c63-baeb-1990d65fc332 ">
- Added a UserGuideEditContent Component:
<img width="394" alt="Screenshot 2024-04-17 at 18 16 24"
src="https://github.com/twentyhq/twenty/assets/102751374/6c7c3bd4-c5bb-4d02-8f93-bd99bc30ce7b ">
- Added a UserGuideLink Component (for usage in MDX to allow links to
open in new tab)
- Fixed table of content
- Made responsive
---------
Co-authored-by: Ady Beraud <a.beraud96@gmail.com >
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-04-22 17:04:26 +02:00
Thomas des Francs
30d91f3427
Removed Remote Objects from 0.10 changelog ( #4983 )
...
Will be announced later
2024-04-16 09:45:18 +02:00
Thomas des Francs
464a2d5998
add 0.10 Changelog Updates ( #4945 )
...




2024-04-13 18:43:53 +02:00
Thomas des Francs
f47fe62742
Fix last broken image in User-guide "Tips" ( #4941 )
...
Uploaded a new visual and corrected the file path.
2024-04-12 12:17:11 +02:00
Thomas des Francs
5f6109bb53
Changelog for 0.4.0 ( #4693 )
...
**Wait for 0.4.0 to be deployed!**


2024-04-02 19:09:32 +02:00
Félix Malfait
4e109c9a38
Fix Vale CI and change vision ( #4724 )
2024-04-01 11:39:04 +02:00
Thomas des Francs
09e77db74c
User guide update ( #4715 )
...
* adding back new navbar structure
* adding back new home
* adding back objects
* adding back 4 pages
* adding back some pages
* added 3 videos for api, webhook and tasks
2024-03-29 17:30:15 +01:00
Thomas des Francs
62ed1893c9
Created the user-guide content (Text and illustrations) ( #4683 )
...
* Second attempt
* Small image optimizations
---------
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-03-29 10:07:25 +01:00
martmull
35d41e38c8
Set optional checkout.session.url ( #4569 )
...
* Set optional checkout.session.url
* Lint
* Edit .env.example
* Vale CI
---------
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-03-20 07:04:07 +01:00
Thomas des Francs
c90e379fc4
Release updates ( #4571 )
...
* Adding 0.3.0 first content & introducing the new images folder
* adding changelog from 0.2.3 to 0.3.3
* tracking new files
* removing unwanted file
* Improving Copy & adding Gmail integration to 0.3.3
* micro fix
---------
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-03-19 22:39:52 +01:00
gitstart-app[bot]
f543191552
TWNTY-3825 - ESLint rule: const naming ( #4171 )
...
* ESLint rule: const naming
Co-authored-by: v1b3m <vibenjamin6@gmail.com >
Co-authored-by: KlingerMatheus <klinger.matheus@gitstart.dev >
* Refactor according to review
Co-authored-by: v1b3m <vibenjamin6@gmail.com >
Co-authored-by: KlingerMatheus <klinger.matheus@gitstart.dev >
* refactor: Reverts changes on `twenty-server`
Co-authored-by: KlingerMatheus <klinger.matheus@gitstart.dev >
Co-authored-by: v1b3m <vibenjamin6@gmail.com >
---------
Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com >
Co-authored-by: v1b3m <vibenjamin6@gmail.com >
Co-authored-by: KlingerMatheus <klinger.matheus@gitstart.dev >
2024-02-25 13:52:48 +01:00
brendanlaschke
a2eca16646
Website: markdown to release ( #4146 )
...
* website: markdown to release
* remove Image.png
* fixed font weight
* Change folder structure
* remove react-markdown
---------
Co-authored-by: Félix Malfait <felix.malfait@gmail.com >
2024-02-24 12:29:37 +01:00
Félix Malfait
5de1c2c31d
New folder structure for website ( #4159 )
...
New folder structure
2024-02-23 17:42:13 +01:00
Kanav Arora
4b22c0404e
WIP: New User Guide ( #3984 )
...
* initial commit
* Theme setup on twenty-website package
* Left bar, Content done
* Content added, useDeviceType hook added
* useDeviceType file renamed
* Responsiveness introduced
* Mobile responsiveness fix
* TOC layout
* PR fixes
* PR changes 2
* PR changes #3
2024-02-23 16:39:48 +01:00
Charles Bochet
10fd67ba32
Fix relation creation bug + enable favorite for custom objects ( #3392 )
...
* Fix relation creation bug
* Fix vale CI
* Fix comment bug
2024-01-11 22:46:43 +01:00
Félix Malfait
c422045ea6
Marketing improvements 3 ( #3175 )
...
* Improve marketing website
* User guide with icons
* Add TOC
* Linter
* Basic GraphQL playground
* Very basic contributors page
* Failed attempt to integrate REST playground
* Yarn
* Begin contributors DB
* Improve contributors page
2023-12-29 11:17:32 +01:00
Félix Malfait
3d5a364e29
Marketing website improvements ( #3169 )
...
* Website improvement
* Improve website design
* Start writing script for user guide
* Begin adding user guide
2023-12-27 16:14:42 +01:00