Skip to content

Comments

feat(daffio): Redirect to Daffio instead of Github#4341

Open
joannalauu wants to merge 1 commit intodevelopfrom
docs/link-change
Open

feat(daffio): Redirect to Daffio instead of Github#4341
joannalauu wants to merge 1 commit intodevelopfrom
docs/link-change

Conversation

@joannalauu
Copy link
Contributor

PR Checklist

  • Commit message follows our contributing guidelines
  • Tests added/updated (for bug fixes/features)
  • Documentation added/updated (for bug fixes/features)

PR Type

  • Bug fix
  • Feature
  • Style update
  • Refactor
  • Test
  • Build
  • CI
  • Docs
  • Performance
  • Other (please describe)

Current behavior

Currently, users are redirected to Daffodil GitHub page when they click on 'Get Started' and 'Explore' on the daffio home page. Since daffio now contains more user-friendly documentation than the GitHub, it would make sense for users to be redirected to the daffio docs when they click on 'Get Started' and 'Explore'.

New behavior

Users are redirected to the daffio docs when they click on 'Get Started' and 'Explore'.

Breaking change?

  • Yes
  • No

Additional context

@joannalauu joannalauu requested review from a team as code owners February 22, 2026 21:17
DISCORD_URL: 'https://discord.gg/BdaJVZ53sR',
REPO_URL: 'https://github.com/graycoreio/daffodil',
DEMO_URL: 'https://demo.daff.io',
DOCS_URL: '/docs/guides/getting-started',
Copy link
Member

Choose a reason for hiding this comment

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

These should not be added as part of the branding constant since they are not really related to branding.

<div daffHeroBody>
<div class="daffio-home-hero__actions">
<a [href]="repoLink" target="_blank" daff-button color="primary">Get Started</a>
<a [routerLink]="docsLink" daff-button color="primary">Get Started</a>
Copy link
Member

Choose a reason for hiding this comment

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

Should just be /docs

<div daffCalloutBody class="daffio-sub-footer__body">
<div class="daffio-sub-footer__actions">
<a [href]="repoLink" target="_blank" rel="noopener noreferrer" daff-button color="light">Explore Daffodil</a>
<a [routerLink]="docsLink" daff-button color="light">Explore Daffodil</a>
Copy link
Member

Choose a reason for hiding this comment

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

Should just be /docs

Copy link
Member

@griest024 griest024 Feb 23, 2026

Choose a reason for hiding this comment

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

Alternately you can use DAFF_DOCS_PATH if you don't want to hardcode the path. Actually I would prefer using the constant over hardcoding.

}
}
<a daff-button color="theme-contrast" size="sm" href="https://github.com/graycoreio/daffodil" rel="noopener noreferrer" target="_blank" quickstart-button>Get Started</a>
<a daff-button color="theme-contrast" size="sm" [routerLink]="docsLink" quickstart-button>Get Started</a>
Copy link
Member

Choose a reason for hiding this comment

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

Should just be /docs

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.

3 participants