Skip to content

Update MiCA whitepaper PDF and move route to /mica-whitepaper#83

Merged
metalaureate merged 1 commit intomainfrom
update-mica-whitepaper
Feb 23, 2026
Merged

Update MiCA whitepaper PDF and move route to /mica-whitepaper#83
metalaureate merged 1 commit intomainfrom
update-mica-whitepaper

Conversation

@metalaureate
Copy link
Copy Markdown
Collaborator

  • Replace whitepaper PDF with updated version (v2, 2026-01-23)
  • Move route from /whitepaper to /mica-whitepaper
  • Add permanent redirect from /whitepaper to /mica-whitepaper
  • Update menu item link in IntegrationPage

- Replace whitepaper PDF with updated version (v2, 2026-01-23)
- Move route from /whitepaper to /mica-whitepaper
- Add permanent redirect from /whitepaper to /mica-whitepaper
- Update menu item link in IntegrationPage
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello @metalaureate, 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 updates the project's whitepaper to a newer version and reorganizes its web presence. It ensures that the whitepaper is accessible via a new, more specific URL, while maintaining user experience by redirecting traffic from the previous location. This change also updates internal navigation to reflect the new path.

Highlights

  • Whitepaper Update: The whitepaper PDF has been replaced with an updated version (v2, dated 2026-01-23).
  • Route Migration: The access route for the whitepaper has been moved from /whitepaper to /mica-whitepaper.
  • Permanent Redirect: A permanent redirect has been implemented to forward requests from the old /whitepaper route to the new /mica-whitepaper route.
  • Menu Link Update: The menu item link in the IntegrationPage has been updated to point to the new /mica-whitepaper route.
Changelog
  • next.config.mjs
    • Added a permanent redirect rule for the old whitepaper URL to the new one.
  • src/app/mica-whitepaper/layout.tsx
    • Renamed from src/app/whitepaper/layout.tsx to align with the new route.
  • src/app/mica-whitepaper/page.tsx
    • Renamed from src/app/whitepaper/page.tsx to align with the new route.
  • src/sites/tari-dot-com/pages/IntegrationPage/data/menuItems.ts
    • Updated the whitepaper link to reflect the new route.
Activity
  • No specific activity (comments, reviews, progress) has been recorded for this pull request yet.
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.

Copy link
Copy Markdown

@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 updates the whitepaper route from /whitepaper to /mica-whitepaper, adds a permanent redirect for the old route, and updates the corresponding link in a menu. The changes are generally correct and align with the stated goals. I've provided one suggestion to improve the consistency and correctness of the updated menu item.

{
label: 'White Paper wXTM',
link: '/whitepaper',
link: '/mica-whitepaper',
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

While the link update is correct, the related properties for this menu item could be improved for better consistency and user experience.

  • Label: The label 'White Paper wXTM' is now less descriptive given the route is /mica-whitepaper. Consider updating it to something like 'MiCA White Paper wXTM' to reflect the content more accurately.
  • External Link: The external: true property is typically used for links to different domains. For an internal route like this, it's likely to cause the link to open in a new tab, which might not be the intended behavior for site navigation. If this is not desired, it should be set to false.

Here's a suggested update for the entire menu item object:

{
    label: 'MiCA White Paper wXTM',
    link: '/mica-whitepaper',
    external: false, // Set to true only if opening in a new tab is intentional
}

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying tari-dot-com with  Cloudflare Pages  Cloudflare Pages

Latest commit: d5ea582
Status: ✅  Deploy successful!
Preview URL: https://ac351ed4.tari-dot-com.pages.dev
Branch Preview URL: https://update-mica-whitepaper.tari-dot-com.pages.dev

View logs

@metalaureate metalaureate merged commit 5e2485a into main Feb 23, 2026
3 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.

1 participant