-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fixing link to documentation #3362
Conversation
<p slot="body" class="section-paragraph-hero">Interfaces bult with FAST adapt to your design system and can be used with any modern UI Framework by leveraging industry standard Web Components.</p> | ||
<fast-button slot="action" appearance="accent" href="/docs/fast-foundation/getting-started">Get started</fast-button> | ||
<p slot="body" class="section-paragraph-hero">Interfaces built with FAST adapt to your design system and can be used with any modern UI Framework by leveraging industry standard Web Components.</p> | ||
<fast-button slot="action" appearance="accent" href="/docs/introduction">Get started</fast-button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could also consider using this for the link /docs/components/getting-started
@@ -23,7 +23,7 @@ | |||
<ul> | |||
<li><fast-anchor appearance="lightweight" href="https://explore.fast.design">Components</fast-anchor></li> | |||
<li><fast-anchor appearance="lightweight" href="#">Integration</fast-anchor></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we don't remove this link, then we'd want it to point to /docs/integrations/introduction
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EisenbergeEffect, I'll address that in a PR today.
Description
Fixes documentation link in nav bar.
Motivation & context
Issue type checklist
Is this a breaking change?
Adding or modifying component(s) in
@microsoft/fast-components
checklistProcess & policy checklist