fix: quick fix for the docs to avoid docusaurus card link bug (#6197)

* fix: quick fix for the docs to avoid docusaurus card link bug

* fix: correct additional docs intro link problems

* fix: missed a couple more cards in the intro that are broken
This commit is contained in:
Rob Eisenberg 2022-07-08 23:09:45 -04:00 коммит произвёл GitHub
Родитель 0345931e3e
Коммит 73421a7cfb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 15 добавлений и 68 удалений

Просмотреть файл

@ -38,38 +38,19 @@ import { DocCardList, DocCardItem } from "@site/src/custom-components/CustomDocC
Pick the statement you most identify with, and follow the links where they lead. Come back and explore another topic at any time. Or, [click here](#what-is-fast) to learn more about FAST.
<DocCardList>
<DocCardItem
href="./components/getting-started"
title="I want ready-made components"
description="The @microsoft/fast-components library contains Web Components built on top of our standard component and design system foundation. Jump to the component docs."
/>
<DocCardItem
href="./fast-element/getting-started"
title="I want to build my own components"
description="The fast-element library is a lightweight means to easily build performant, memory-efficient, standards-compliant Web Components. Jump to the fast-element docs."
/>
<DocCardItem
href="./design-systems/overview"
title="I want to build my own design system"
description="FAST Frame is the name of our highly configurable design system. It is made up of a set of Web Components and accompanying design tokens. Jump to the design system docs."
/>
<DocCardItem
href="./integrations/introduction"
title="I want to integrate FAST"
description="FAST libraries can be used on their own to build modern web sites and apps, but they can also be used with a wide variety of existing technologies. Jump to the integration docs."
/>
<DocCardItem
href="./resources/cheat-sheet"
title="I want to look at a quick reference"
description="A quick reference for FAST packages, using/building components, design systems/tokens, and how to make contributions to FAST. Jump to the cheat sheet doc."
/>
<DocCardItem
href="./community/contributor-guide"
title="I want to contribute to FAST"
description="To get started as a contributor, read our code of conduct, and contributor guides. Join our Discord server and look at good first issues. Jump to the contributor guide docs."
/>
</DocCardList>
* "I just want ready-made components!"
* [Jump to the component docs.](./components/getting-started.md)
* "I want to build my own design system."
* [Jump to the design system docs.](./design-systems/overview.md)
* "I want to build my own components."
* [Jump to the fast-element docs.](./fast-element/getting-started.md)
* "I need to integrate FAST with another framework or build system."
* [Jump to the integration docs.](./integrations/introduction.md)
* "I want to look at a quick reference."
* [Jump to the Cheat Sheet](./resources/cheat-sheet.md)
* "I want to contribute to FAST."
* [Jump to the contributor guide.](./community/contributor-guide.md)
<hr />
@ -160,44 +141,10 @@ flowchart
`@microsoft/fast-element` provides a thin layer of opinion on top of Web Components, lifting the level of abstraction just enough to make it easier and faster to build components. `@microsoft/fast-element` helps by providing attribute/property syncing, rich Model-View-ViewModel (MVVM), efficient template rendering/update, style composition, and much more. The entire `@microsoft/fast-element` library, *without* tree-shaking, is around 10kb minified and GZipped. It was designed for tree-shaking from the beginning, so any feature you don't use when building a component will be removed during build, allowing for highly efficient optimized payloads as small as 4.5k.
<DocCardList>
<DocCardItem
href="./resources/glossary"
title="Glossary"
description="A glossary of terms, which includes Design System, Design Token, ES2015, Evergreen Browser, Houdini, Polyfill, Time to Interactive (TTI), Transpiler, and Web Components."
/>
<DocCardItem
href="./resources/faq"
title="FAQ"
description="A list of frequently asked questions (e.g. What are Web Components, Why should I choose Web Components over [other JavaScript framework], etc)."
/>
</DocCardList>
<hr />
## Joining the community
We look forward to building an amazing open source community with you.
Looking to get answers to questions or engage with us in realtime? Our community is most active [on Discord](https://discord.gg/FcSNfg4). Submit requests and issues on [GitHub](https://github.com/Microsoft/fast/issues/new/choose), or join us by contributing on [some good first issues via GitHub](https://github.com/Microsoft/fast/labels/community:good-first-issue).
<DocCardList>
<DocCardItem
href="https://discord.gg/FcSNfg4"
title="Discord"
description="Join our active community on Discord. Follow the latest updates and contributions, ask questions, give feedback, or keep up on our reading list."
/>
<DocCardItem
href="https://github.com/Microsoft/fast/issues/new/choose"
title="GitHub"
description="Explore the FAST repository on GitHub and try out our components, utilities, and tools. Or, mix-and-match with your own solutions."
/>
<DocCardItem
href="https://twitter.com/FAST_UI"
title="Twitter"
description="Follow along as we share out the latest happenings on Twitter. You will find important updates, announcements, and sneak peeks."
/>
<DocCardItem
href="https://medium.com/fast-design"
title="Medium"
description="Read articles published on our official FAST blog. Like, comment, share, and bookmark content. Sign up for our monthly newsletter, FAST Monthly."
/>
</DocCardList>
We look forward to building an amazing open source community with you!