Skip to content

Set canonical url for docs#17052

Merged
FelixMalfait merged 3 commits intomainfrom
canonical-docs
Jan 9, 2026
Merged

Set canonical url for docs#17052
FelixMalfait merged 3 commits intomainfrom
canonical-docs

Conversation

@FelixMalfait
Copy link
Copy Markdown
Member

As per title

Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@FelixMalfait FelixMalfait merged commit 9a2f186 into main Jan 9, 2026
15 of 16 checks passed
@FelixMalfait FelixMalfait deleted the canonical-docs branch January 9, 2026 17:03
@twenty-eng-sync
Copy link
Copy Markdown

Hey @FelixMalfait! After you've done the QA of your Pull Request, you can mark it as done here. Thank you!

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="packages/twenty-docs/docs.json">

<violation number="1" location="packages/twenty-docs/docs.json:30">
P2: The property name should be `metatags` (lowercase) instead of `metaTags` (camelCase). According to Mintlify's documentation, the SEO configuration uses lowercase `metatags`. Using `metaTags` may cause this configuration to be silently ignored.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

},
"seo":
{
"metaTags": {
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot Jan 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: The property name should be metatags (lowercase) instead of metaTags (camelCase). According to Mintlify's documentation, the SEO configuration uses lowercase metatags. Using metaTags may cause this configuration to be silently ignored.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-docs/docs.json, line 30:

<comment>The property name should be `metatags` (lowercase) instead of `metaTags` (camelCase). According to Mintlify's documentation, the SEO configuration uses lowercase `metatags`. Using `metaTags` may cause this configuration to be silently ignored.</comment>

<file context>
@@ -25,6 +25,12 @@
   },
+  "seo":
+  {
+    "metaTags": {
+      "canonical": "https://docs.twenty.com"
+    }
</file context>
Suggested change
"metaTags": {
"metatags": {
Fix with Cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant