Skip to content

Commit

Permalink
chore(docs): updated example links
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jun 22, 2024
1 parent 3a5640d commit 2eeb265
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Visit the dedicated examples repository of examples showcasing the output genera
title="View on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples"
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/blob/main/README.md"
target="_blank"
/>
</Cards>
14 changes: 7 additions & 7 deletions docs/pages/plugins/docusaurus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Cards } from 'nextra/components';
import pjson from '../../../packages/docusaurus-plugin-typedoc/package.json';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faGithub } from '@fortawesome/free-brands-svg-icons';
import { faBolt } from '@fortawesome/free-solid-svg-icons';
import { faGlobe } from '@fortawesome/free-solid-svg-icons';

# docusaurus-plugin-typedoc

Expand Down Expand Up @@ -37,17 +37,17 @@ The following is a simple example of a Docusaurus project running TypeDoc.

<Cards num={2}>
<Cards.Card
title="View on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
title="View Demo Site"
icon={<FontAwesomeIcon icon={faGlobe} />}
arrow={true}
href="https://github.com/typedoc-plugin-markdown/docusaurus-plugin-typedoc-example"
href="https://docusaurus-plugin-typedoc-example-docs-website.vercel.app"
target="_blank"
/>
<Cards.Card
title="View on StackBlitz"
icon={<FontAwesomeIcon icon={faBolt} />}
title="View Code on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://stackblitz.com/~/github.com/typedoc-plugin-markdown/docusaurus-plugin-typedoc-example"
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/examples/integrations/docusaurus"
target="_blank"
/>
</Cards>
2 changes: 1 addition & 1 deletion docs/pages/plugins/frontmatter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This plugin is designed to prepend a YAML frontmatter block to the content of ea
title="View on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/examples/08-frontmatter-example#readme"
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/examples/utils/frontmatter"
target="_blank"
/>
</Cards>
2 changes: 1 addition & 1 deletion docs/pages/plugins/github-wiki.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following is a simple example of a GithubWiki project running TypeDoc.
title="View Source on Github"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/examples/07-typedoc-github-wiki-theme"
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/examples/integrations/github-wiki"
target="_blank"
/>
</Cards>
2 changes: 1 addition & 1 deletion docs/pages/plugins/remark.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This plugin enables additional Markdown transformations with remark plugins.
title="View on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/blob/main/examples/09-remark-example/docs/README.md"
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/examples/utils/remark"
target="_blank"
/>
</Cards>
14 changes: 7 additions & 7 deletions docs/pages/plugins/vitepress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Callout, Steps } from 'nextra/components';
import { Cards } from 'nextra/components';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faGithub } from '@fortawesome/free-brands-svg-icons';
import { faBolt } from '@fortawesome/free-solid-svg-icons';
import { faGlobe } from '@fortawesome/free-solid-svg-icons';

# typedoc-vitepress-theme

Expand All @@ -31,17 +31,17 @@ The following is a simple example of a VitePress project running TypeDoc.

<Cards num={2}>
<Cards.Card
title="View on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
title="View Demo Site"
icon={<FontAwesomeIcon icon={faGlobe} />}
arrow={true}
href="https://github.com/typedoc-plugin-markdown/typedoc-vitepress-theme-example"
href="https://typedoc-vitepress-theme-example-docs-rf58bio35.vercel.app/"
target="_blank"
/>
<Cards.Card
title="View on StackBlitz"
icon={<FontAwesomeIcon icon={faBolt} />}
title="View Code on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://stackblitz.com/~/github.com/typedoc-plugin-markdown/typedoc-vitepress-theme-example"
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/examples/integrations/vitepress"
target="_blank"
/>
</Cards>

0 comments on commit 2eeb265

Please sign in to comment.