Skip to content

Commit

Permalink
docs(global): updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Apr 28, 2024
1 parent 61d13ec commit d6ee5a2
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/pages/docs/index.mdx
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/tgreyuk/typedoc-plugin-markdown-examples"
href="https://github.com/typedoc-plugin-markdown/typedoc-plugin-markdown-examples"
target="_blank"
/>
</Cards>
13 changes: 9 additions & 4 deletions docs/pages/plugins/_meta.js
Expand Up @@ -6,12 +6,17 @@ export default {
},
frontmatter: '',
remark: 'Remark',
'-- Themes & Integrations': {
'-- Themes': {
type: 'separator',
title: 'Themes & Integrations',
title: 'Themes',
},
docusaurus: 'Docusaurus',
vitepress: '',
'github-wiki': 'Github Wiki',
'gitlab-wiki': 'Gitlab Wiki',
vitepress: '',

'-- Integrations': {
type: 'separator',
title: 'Integrations',
},
docusaurus: 'Docusaurus',
};
4 changes: 2 additions & 2 deletions docs/pages/plugins/docusaurus.mdx
Expand Up @@ -38,14 +38,14 @@ The following is a simple example of a Docusaurus project running TypeDoc.
title="View on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/tgreyuk/docusaurus-plugin-typedoc-example"
href="https://github.com/typedoc-plugin-markdown/docusaurus-plugin-typedoc-example"
target="_blank"
/>
<Cards.Card
title="View on StackBlitz"
icon={<FontAwesomeIcon icon={faBolt} />}
arrow={true}
href="https://stackblitz.com/~/github.com/tgreyuk/docusaurus-plugin-typedoc-example"
href="https://stackblitz.com/~/github.com/typedoc-plugin-markdown/docusaurus-plugin-typedoc-example"
target="_blank"
/>
</Cards>
2 changes: 1 addition & 1 deletion docs/pages/plugins/frontmatter.mdx
Expand Up @@ -36,7 +36,7 @@ Please see the [option guide](/plugins/frontmatter/options) for available config
title="View on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/tgreyuk/typedoc-plugin-markdown-examples/tree/main/examples/08-frontmatter-example#readme"
href="https://github.com/typedoc-plugin-markdown/typedoc-plugin-markdown-examples/tree/main/examples/08-frontmatter-example#readme"
target="_blank"
/>
</Cards>
4 changes: 2 additions & 2 deletions docs/pages/plugins/github-wiki.mdx
Expand Up @@ -22,14 +22,14 @@ The following is a simple example of a GithubWiki project running TypeDoc.
title="View Wiki on Github"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/tgreyuk/typedoc-plugin-markdown-examples/wiki"
href="https://github.com/typedoc-plugin-markdown/typedoc-plugin-markdown-examples/wiki"
target="_blank"
/>
<Cards.Card
title="View Source on Github"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/tgreyuk/typedoc-plugin-markdown-examples/tree/main/examples/07-typedoc-github-wiki-theme"
href="https://github.com/typedoc-plugin-markdown/typedoc-plugin-markdown-examples/tree/main/examples/07-typedoc-github-wiki-theme"
target="_blank"
/>
</Cards>
2 changes: 1 addition & 1 deletion docs/pages/plugins/remark.mdx
Expand Up @@ -29,7 +29,7 @@ npm install typedoc-plugin-remark@next --save-dev
title="View on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/tgreyuk/typedoc-plugin-markdown-examples/tree/main/examples/09-remark-example#readme"
href="https://github.com/typedoc-plugin-markdown/typedoc-plugin-markdown-examples/tree/main/examples/09-remark-example#readme"
target="_blank"
/>
</Cards>
4 changes: 2 additions & 2 deletions docs/pages/plugins/vitepress.mdx
Expand Up @@ -30,14 +30,14 @@ The following is a simple example of a VitePress project running TypeDoc.
title="View on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/tgreyuk/typedoc-vitepress-theme-example"
href="https://github.com/typedoc-plugin-markdown/typedoc-vitepress-theme-example"
target="_blank"
/>
<Cards.Card
title="View on StackBlitz"
icon={<FontAwesomeIcon icon={faBolt} />}
arrow={true}
href="https://stackblitz.com/~/github.com/tgreyuk/typedoc-vitepress-theme-example"
href="https://stackblitz.com/~/github.com/typedoc-plugin-markdown/typedoc-vitepress-theme-example"
target="_blank"
/>
</Cards>

0 comments on commit d6ee5a2

Please sign in to comment.