Skip to content

Conversation

@matthieu-robin
Copy link
Contributor

@matthieu-robin matthieu-robin commented Jan 16, 2026

Summary by CodeRabbit

  • Documentation
    • Updated support page information with corrected organization details and LinkedIn reference.

✏️ Tip: You can customize this high-level summary in your review settings.

Signed-off-by: Matthieu ROBIN <info@matthieurobin.com>
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @matthieu-robin, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request addresses a minor but important data accuracy issue by correcting an outdated LinkedIn profile link for the Hidora organization. The change ensures that users visiting the support page are directed to the correct professional network page, improving the reliability of external links.

Highlights

  • LinkedIn Link Correction: The LinkedIn URL for the Hidora organization on the support page (content/en/support.md) has been updated from linkedin.com/company/swiss to linkedin.com/company/hidora to reflect the correct organization profile.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@netlify
Copy link

netlify bot commented Jan 16, 2026

Deploy Preview for cozystack ready!

Name Link
🔨 Latest commit 386133f
🔍 Latest deploy log https://app.netlify.com/projects/cozystack/deploys/6969f75063cf0d0008c94fe6
😎 Deploy Preview https://deploy-preview-398--cozystack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 16, 2026

📝 Walkthrough

Walkthrough

The support documentation table was updated to replace organization information in the second row, changing the company name from "Swiss" to "hidora" and updating the associated LinkedIn URL accordingly.

Changes

Cohort / File(s) Summary
Documentation content update
content/en/support.md
Updated support table entry: changed organization name from "Swiss" to "hidora" and updated LinkedIn URL from swiss to hidora

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hidden gem now shines so bright,
Swiss fades as hidora takes the light,
Links redirect to paths anew,
Support grows stronger, fresh and true! 🌟

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Update LinkedIn link for Hidora organization' directly and accurately describes the main change: updating the LinkedIn URL for Hidora in the support table.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.



📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2831cac and 386133f.

📒 Files selected for processing (1)
  • content/en/support.md
🔇 Additional comments (1)
content/en/support.md (1)

13-13: Fix aligns with organization context, but automated URL verification inconclusive.

The LinkedIn URL change from "swiss" to "hidora" correctly aligns with the Hidora organization identity referenced in the image alt text and site URL. However, the LinkedIn URL (https://www.linkedin.com/company/hidora) returned HTTP 999—LinkedIn's standard response for blocking automated requests—preventing automated verification.

The contextual consistency strongly suggests this is the correct fix. Manual verification (visiting the URL in a browser) would confirm the LinkedIn company page exists and is current.

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request correctly updates the LinkedIn URL for Hidora. I've added one suggestion to improve the image's alt text for better accessibility. While outside the scope of this change, I also noticed the Markdown table structure is invalid (the separator has more columns than the header), which may cause rendering issues and should be fixed separately.

| ------------ | ------- | ---- | ------------------ |
| <img src="/img/logo.png" alt="[drawing](https://aenix.io/contact/)" width="200"/> | [Site](https://aenix.io/contact/) [LinkedIn](https://www.linkedin.com/company/aenix-io)| We provide all types of assistance, including consultations, development of missing features, design, assistance with installation, and integration. |
| <img src="https://hikube.cloud/hs-fs/hubfs/image%20-%202025-07-23T133743.819.png" alt="Hidora" width="200"/> | [Site](https://hidora.io/en/contact/) [LinkedIn](https://www.linkedin.com/company/swiss)| We handle installation, provide ongoing support, and offer 24/7 managed services. |
| <img src="https://hikube.cloud/hs-fs/hubfs/image%20-%202025-07-23T133743.819.png" alt="Hidora" width="200"/> | [Site](https://hidora.io/en/contact/) [LinkedIn](https://www.linkedin.com/company/hidora)| We handle installation, provide ongoing support, and offer 24/7 managed services. |
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For better accessibility, the alt text for the image should be more descriptive. Using "Hidora logo" instead of just "Hidora" provides more context for users of screen readers.

Suggested change
| <img src="https://hikube.cloud/hs-fs/hubfs/image%20-%202025-07-23T133743.819.png" alt="Hidora" width="200"/> | [Site](https://hidora.io/en/contact/) [LinkedIn](https://www.linkedin.com/company/hidora)| We handle installation, provide ongoing support, and offer 24/7 managed services. |
| <img src="https://hikube.cloud/hs-fs/hubfs/image%20-%202025-07-23T133743.819.png" alt="Hidora logo" width="200"/> | [Site](https://hidora.io/en/contact/) [LinkedIn](https://www.linkedin.com/company/hidora)| We handle installation, provide ongoing support, and offer 24/7 managed services. |

@tym83 tym83 merged commit 9fa8506 into cozystack:main Jan 16, 2026
6 checks passed
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.

2 participants