github-actions[bot]
44c4c27c76
i18n - docs translations ( #21337 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-08 19:28:21 +02:00
github-actions[bot]
f899660a40
i18n - docs translations ( #21237 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-04 19:24:06 +02:00
github-actions[bot]
685c0ddd12
i18n - docs translations ( #21195 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-06-03 21:43:27 +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]
fc90b4ba8b
i18n - docs translations ( #21064 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-29 19:30:26 +02:00
github-actions[bot]
643cfe9b13
i18n - docs translations ( #21062 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-29 17:29:40 +02:00
github-actions[bot]
c3d1af89ae
i18n - docs translations ( #21019 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-28 15:43:18 +02:00
github-actions[bot]
c74337978b
i18n - docs translations ( #20926 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-26 17:25:43 +02:00
github-actions[bot]
98d47d0dd0
i18n - docs translations ( #20893 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-25 19:02:12 +02:00
github-actions[bot]
77603a4102
i18n - docs translations ( #20869 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-23 12:47:00 +02:00
github-actions[bot]
788d120b71
i18n - docs translations ( #20833 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-22 11:30:11 +02:00
github-actions[bot]
3c458ce4ca
i18n - docs translations ( #20778 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-20 19:28:51 +02:00
github-actions[bot]
fb47e4497a
i18n - docs translations ( #20764 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-20 13:21:44 +02:00
github-actions[bot]
f8605763dd
i18n - docs translations ( #20736 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-19 17:25:12 +02:00
github-actions[bot]
11d8679f65
i18n - docs translations ( #20702 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-19 09:40:04 +02:00
github-actions[bot]
8f3c336e62
i18n - docs translations ( #20680 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-18 15:37:33 +02:00
github-actions[bot]
8bc21ec434
i18n - docs translations ( #20553 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-13 21:00:52 +02:00
github-actions[bot]
70a3b25680
i18n - docs translations ( #20549 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-13 19:07:39 +02:00
github-actions[bot]
58dd5d3561
i18n - docs translations ( #20431 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-10 22:35:26 +02:00
github-actions[bot]
c611a7ac20
i18n - docs translations ( #20429 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-10 20:37:38 +02:00
github-actions[bot]
18b9cc5281
i18n - docs translations ( #20385 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-08 03:13:20 +02:00
github-actions[bot]
fa903c6971
i18n - docs translations ( #20378 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-08 00:41:35 +02:00
github-actions[bot]
59f2b1c724
i18n - docs translations ( #20375 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-07 22:47:24 +02:00
github-actions[bot]
1553ff2857
i18n - docs translations ( #20373 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-07 20:55:43 +02:00
github-actions[bot]
95bc8aea28
i18n - docs translations ( #20366 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-07 18:53:27 +02:00
github-actions[bot]
e2afcac076
i18n - docs translations ( #20353 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-07 15:03:14 +02:00
github-actions[bot]
6ebeedba0a
i18n - docs translations ( #20303 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-05 20:54:25 +02:00
github-actions[bot]
d5c1f4e10a
i18n - docs translations ( #20297 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-05 18:54:42 +02:00
github-actions[bot]
8c2885f9ed
i18n - docs translations ( #20248 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-04 20:52:46 +02:00
github-actions[bot]
a76047f28b
i18n - docs translations ( #20243 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-04 18:53:30 +02:00
github-actions[bot]
37ca09e8f9
i18n - docs translations ( #20238 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-05-04 17:06:43 +02:00
github-actions[bot]
abc67efd40
i18n - docs translations ( #20166 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-30 18:50:57 +02:00
github-actions[bot]
f32b03a3ec
i18n - docs translations ( #20161 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-30 16:58:55 +02:00
github-actions[bot]
3fbb70c13f
i18n - docs translations ( #20157 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-30 12:49:31 +02:00
github-actions[bot]
8d3047c1fc
i18n - docs translations ( #20097 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-27 22:44:15 +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]
f34ba6ac12
i18n - docs translations ( #19983 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-22 16:50:26 +02:00
github-actions[bot]
f018f17133
i18n - docs translations ( #19970 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-22 14:44:57 +02:00
github-actions[bot]
710e3e2dfe
i18n - docs translations ( #19957 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-22 08:59:13 +02:00
github-actions[bot]
40b1cdaba6
i18n - docs translations ( #19956 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-22 07:15:43 +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]
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