Skip to content
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

Merged
merged 1 commit into from
Jun 24, 2020

Conversation

nicholasrice
Copy link
Contributor

@nicholasrice nicholasrice commented Jun 24, 2020

Description

Fixes documentation link in nav bar.

Motivation & context

Issue type checklist

  • Chore: A change that does not impact distributed packages.
  • Bug fix: A change that fixes an issue, link to the issue above.
  • New feature: A change that adds functionality.

Is this a breaking change?

  • This change causes current functionality to break.

Adding or modifying component(s) in @microsoft/fast-components checklist

Process & policy checklist

  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

@nicholasrice nicholasrice merged commit c776557 into master Jun 24, 2020
@nicholasrice nicholasrice deleted the users/nirice/fix-documentation-link branch June 24, 2020 17:31
<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>
Copy link
Contributor

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>
Copy link
Contributor

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

Copy link
Member

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.

@EisenbergEffect EisenbergEffect mentioned this pull request Jun 24, 2020
35 tasks
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.

5 participants