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 Sep 6, 2024
1 parent 21c6811 commit ae4f1a9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions docs/pages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.2.7 (2024-09-05)

### Patch Changes

- Correctly handle top level custom groups in navigation ([#685](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/685))
- Fix missing index descriptions for some signatures ([#670](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/670))
- Add '?' for optional type declarations in tables

## 4.2.6 (2024-08-25)

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/plugins/docusaurus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following is a simple example of a Docusaurus project running TypeDoc.
title="View Code on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/integrations/docusaurus"
href="https://github.com/typedoc2md/docusaurus-plugin-typedoc-example"
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/utils/frontmatter"
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/blob/main/examples/frontmatter/docs/README.md"
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/integrations/github-wiki"
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/examples/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/tree/main/examples/utils/remark"
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/examples/remark"
target="_blank"
/>
</Cards>
2 changes: 1 addition & 1 deletion docs/pages/plugins/vitepress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The following is a simple example of a VitePress project running TypeDoc.
title="View Code on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/integrations/vitepress"
href="https://github.com/typedoc2md/typedoc-vitepress-theme-example"
target="_blank"
/>
</Cards>

0 comments on commit ae4f1a9

Please sign in to comment.