github-actions[bot]
82f6597dc3
i18n - docs translations ( #21923 )
...
Created by Github action
<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/21923?utm_source=github "
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg "><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg "><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg "></picture></a>
<!-- End of auto-generated description by cubic. -->
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-21 22:53:14 +02:00
github-actions[bot]
2e1da86535
i18n - docs translations ( #21884 )
...
Created by Github action
<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/21884?utm_source=github "
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg "><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg "><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg "></picture></a>
<!-- End of auto-generated description by cubic. -->
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-20 00:40:19 +02:00
github-actions[bot]
1578cc2562
i18n - docs translations ( #21873 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-19 19:10:58 +02:00
github-actions[bot]
4e64a38e1e
i18n - docs translations ( #21865 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-19 17:23:24 +02:00
github-actions[bot]
8712ae754d
i18n - docs translations ( #21859 )
...
Created by Github action
<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/21859?utm_source=github "
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg "><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg "><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg "></picture></a>
<!-- End of auto-generated description by cubic. -->
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-19 15:43:40 +02:00
github-actions[bot]
f61522b56a
i18n - docs translations ( #21841 )
...
Created by Github action
<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/21841?utm_source=github "
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg "><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg "><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg "></picture></a>
<!-- End of auto-generated description by cubic. -->
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-19 13:52:47 +02:00
github-actions[bot]
2b3b2362db
i18n - docs translations ( #21789 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-18 15:21:04 +02:00
Raphaël Bosi
b2539f5b6a
Prevent conditional availability variables from being used at runtime ( #21110 )
...
Fixes https://github.com/twentyhq/twenty/issues/21094
Conditional availability variables (`objectMetadataItem`,
`numberOfSelectedRecords`, `objectPermissions`, operators like
`everyEquals`/`none`, etc.) are compile-time-only constructs used in
`conditionalAvailabilityExpression`. They were previously exported from
`twenty-sdk/front-component`, which let developers mistakenly import
them into runtime component code where they have no value.
- Move conditional availability variables from
`twenty-sdk/front-component` to `twenty-sdk/define`.
- Add a build-time manifest validation
(validate-conditional-availability-usage) that fails the build if these
variables are imported/used outside of
`conditionalAvailabilityExpression`.
- Update the github-connector example app to register commands via
dedicated *.command-menu-item.ts files instead of inline command config
in front components.
- Update docs (all locales) and test mocks to reflect the new import
paths.
2026-06-02 11:22:38 +00:00
Félix Malfait
7d7f32b243
docs: remove the self-host cloud providers page ( #21134 )
...
## What
Removes the community-maintained **"Other methods"** cloud-providers
page from the self-host docs (it covered Kubernetes/Terraform/Coolify
community deployments).
## Changes
- **Deleted** `developers/self-host/capabilities/cloud-providers.mdx`
and its 13 localized copies (ar, cs, de, es, fr, it, ja, ko, pt, ro, ru,
tr, zh).
- **Removed the slug** from `navigation/base-structure.json` (the source
of truth) and regenerated the derived files via the repo's own
generators (`yarn docs:generate`, `yarn docs:generate-paths`):
- `docs.json` — nav entries dropped for every locale.
- `twenty-shared/.../DocumentationPaths.ts` —
`DEVELOPERS_SELF_HOST_CAPABILITIES_CLOUD_PROVIDERS` constant dropped
(was unused elsewhere).
- **Removed the "Cloud Providers" card** from the `self-host` overview
pages across all locales.
- **Dropped the dangling redirect**
`/developers/self-hosting/cloud-providers` (its destination no longer
exists).
- Cleared the matching entry from the unused `navigation-schema.json`
for consistency.
Net: 68 line deletions across config (pure removal); no insertions.
## Verification
- `grep` confirms **0** remaining references to `cloud-providers`
anywhere in the repo.
- All touched JSON files parse; `oxlint` on twenty-docs reports 0
errors.
- Generators (not hand edits) produced `docs.json` and
`DocumentationPaths.ts`.
> Note: `mintlify broken-links` can't run to completion on this branch
due to a **pre-existing** MDX parse error in the unrelated
`l/ar/.../contribute/contribute.mdx`; the grep above is the equivalent
guarantee that no link points at the removed page.
2026-06-02 11:17:37 +02:00
github-actions[bot]
ef49dad0bc
i18n - docs translations ( #20093 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-27 18:51:56 +02:00
github-actions[bot]
b6ec2acb56
i18n - docs translations ( #20087 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-27 16:59:00 +02:00
github-actions[bot]
13aaea597e
i18n - docs translations ( #20083 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-27 14:56:00 +02:00
github-actions[bot]
652930e0ac
i18n - docs translations ( #20009 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-23 17:07:23 +02:00
github-actions[bot]
992a7ca12f
i18n - docs translations ( #20007 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-23 14:45:01 +02:00
github-actions[bot]
800d0f28ff
i18n - docs translations ( #19955 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-22 05:24:07 +02:00
github-actions[bot]
11fd3bd6ee
i18n - docs translations ( #19954 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-22 02:59:51 +02:00
github-actions[bot]
b77c65946f
i18n - docs translations ( #19952 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-22 00:27:38 +02:00
github-actions[bot]
2a6fed5f5f
i18n - docs translations ( #19948 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 22:33:35 +02:00
github-actions[bot]
92c8965dd3
i18n - docs translations ( #19944 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 20:43:22 +02:00
github-actions[bot]
0aaffe3212
i18n - docs translations ( #19943 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 18:44:52 +02:00
github-actions[bot]
8bb98c309a
i18n - docs translations ( #19939 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 16:52:23 +02:00
github-actions[bot]
44ba7725ae
i18n - docs translations ( #19934 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 14:46:37 +02:00
github-actions[bot]
8cdd2a3319
i18n - docs translations ( #19928 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 12:49:35 +02:00
github-actions[bot]
cd73088be6
i18n - docs translations ( #19925 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 10:57:27 +02:00
Félix Malfait
5d438bb70c
Docs: restructure navigation, add halftone illustrations, clean up hero images ( #19728 )
...
## Summary
- **New Getting Started section** with quickstart guide and restructured
navigation
- **Halftone-style illustrations** for User Guide and Developer
introduction cards using a Canvas 2D filter script
- **Removed hero images** (`image:` frontmatter + `<Frame><img>` blocks)
from all user-guide article pages
- **Cleaned up translations** (13 languages): removed hero images and
updated introduction cards to use halftone style
- **Cleaned up twenty-ui pages**: removed outdated hero images from
component docs
- **Deleted orphaned images**: `table.png`, `kanban.png`
- **Developer page**: fixed duplicate icon, switched to 3-column layout
## Test plan
- [ ] Verify docs site builds without errors
- [ ] Check User Guide introduction page renders halftone card images in
both light and dark mode
- [ ] Check Developer introduction page renders 3-column layout with
distinct icons
- [ ] Confirm article pages no longer show hero images at the top
- [ ] Spot-check a few translated pages to ensure hero images are
removed
🤖 Generated with [Claude Code](https://claude.com/claude-code )
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 09:13:55 +02:00
github-actions[bot]
dc50dbdb20
i18n - docs translations ( #19909 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 03:01:02 +02:00
github-actions[bot]
f9768d057e
i18n - docs translations ( #19880 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-20 12:51:54 +02:00
github-actions[bot]
01928fc786
i18n - docs translations ( #19874 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-20 11:06:06 +02:00
Etienne
e68842c268
Billing - fixes ( #19867 )
...
- Uniformize credit formating : In UI, 1$=1credit. In BE 1 UI credit =
1_000_000 BE "crédits"
- Add crédit rollover information + Link to documentation +
Documentation update
<img width="291" height="317" alt="Screenshot 2026-04-17 at 18 22 59"
src="https://github.com/user-attachments/assets/2519fb9f-159d-4c85-95f4-a6e005a8a1a3 "
/>
<img width="848" height="763" alt="Screenshot 2026-04-17 at 14 12 20"
src="https://github.com/user-attachments/assets/a3cc0874-f275-49ea-819f-305ec314bdfe "
/>
<img width="797" height="757" alt="Screenshot 2026-04-17 at 14 12 13"
src="https://github.com/user-attachments/assets/9048409b-d5a2-435a-b735-70370705e668 "
/>
- Enable direct top-up (or subscription if in trial) from AI chat
<img width="333" height="215" alt="Screenshot 2026-04-17 at 22 52 00"
src="https://github.com/user-attachments/assets/7a20c627-2806-4bcf-a037-b45752232be9 "
/>
<img width="457" height="769" alt="Screenshot 2026-04-17 at 22 51 41"
src="https://github.com/user-attachments/assets/d2a90c1b-271f-4fe9-8891-baeb2fabb86d "
/>
- Inform users if credit limit is reached - Banner
<img width="1130" height="127" alt="Screenshot 2026-04-17 at 19 15 11"
src="https://github.com/user-attachments/assets/30723e5e-c07e-462f-8eb8-e08f52bbab1c "
/>
2026-04-20 08:43:02 +00:00
github-actions[bot]
7a721ef5dd
i18n - docs translations ( #19709 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-14 20:45:33 +02:00
github-actions[bot]
42f452311b
i18n - docs translations ( #19705 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-14 18:44:30 +02:00
github-actions[bot]
40c6c63bf5
i18n - docs translations ( #19672 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-14 10:54:27 +02:00
github-actions[bot]
33c74c4d28
i18n - docs translations ( #19651 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-13 16:48:44 +02:00
github-actions[bot]
20f28d6593
i18n - docs translations ( #19529 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-10 00:29:03 +02:00
Paul Rastoin
e411f076f1
Replace typeorm binary by database:migrate:generate ( #19515 )
2026-04-09 16:25:10 +00:00
github-actions[bot]
93eeeb2397
i18n - docs translations ( #19509 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-09 16:55:20 +02:00
github-actions[bot]
64c7f52f06
i18n - docs translations ( #19490 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-09 12:39:31 +02:00
github-actions[bot]
37dbd94596
i18n - docs translations ( #19466 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-08 18:46:25 +02:00
github-actions[bot]
265d859c6e
i18n - docs translations ( #19446 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-08 14:42:19 +02:00
github-actions[bot]
8090fa4364
i18n - docs translations ( #19437 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-08 12:40:41 +02:00
github-actions[bot]
24a5273a79
i18n - docs translations ( #19410 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-07 18:36:49 +02:00
neo773
54be3b7e87
docs: remove reference to sync metadata ( #19400 )
2026-04-07 15:55:23 +00:00
github-actions[bot]
5e9792009f
i18n - docs translations ( #19405 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-07 16:51:49 +02:00
github-actions[bot]
d97a1cfc27
i18n - docs translations ( #19399 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-07 14:39:30 +02:00
github-actions[bot]
0b8421a45a
i18n - docs translations ( #19314 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-03 16:31:55 +02:00
github-actions[bot]
5de5ed2cb4
i18n - docs translations ( #19228 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-02 05:20:37 +02:00
github-actions[bot]
6eb4c4ca4b
i18n - docs translations ( #19227 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-02 03:04:12 +02:00
github-actions[bot]
ae202a1b59
i18n - docs translations ( #19226 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-02 00:27:21 +02:00
github-actions[bot]
a0c6727a61
i18n - docs translations ( #19212 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-01 16:48:34 +02:00
github-actions[bot]
8d539f0e49
i18n - docs translations ( #19139 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-30 22:30:14 +02:00