diff --git a/docs/pages/docs/index.mdx b/docs/pages/docs/index.mdx index 68d66c31..fd923997 100644 --- a/docs/pages/docs/index.mdx +++ b/docs/pages/docs/index.mdx @@ -30,7 +30,7 @@ Visit the dedicated examples repository of examples showcasing the output genera title="View on GitHub" icon={} arrow={true} - href="https://github.com/tgreyuk/typedoc-plugin-markdown-examples" + href="https://github.com/typedoc-plugin-markdown/typedoc-plugin-markdown-examples" target="_blank" /> diff --git a/docs/pages/plugins/_meta.js b/docs/pages/plugins/_meta.js index 674291cb..d99c2298 100644 --- a/docs/pages/plugins/_meta.js +++ b/docs/pages/plugins/_meta.js @@ -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', }; diff --git a/docs/pages/plugins/docusaurus.mdx b/docs/pages/plugins/docusaurus.mdx index e15a7309..b4b4624f 100644 --- a/docs/pages/plugins/docusaurus.mdx +++ b/docs/pages/plugins/docusaurus.mdx @@ -38,14 +38,14 @@ The following is a simple example of a Docusaurus project running TypeDoc. title="View on GitHub" icon={} arrow={true} - href="https://github.com/tgreyuk/docusaurus-plugin-typedoc-example" + href="https://github.com/typedoc-plugin-markdown/docusaurus-plugin-typedoc-example" target="_blank" /> } 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" /> diff --git a/docs/pages/plugins/frontmatter.mdx b/docs/pages/plugins/frontmatter.mdx index 8e31e1ad..51122c7c 100644 --- a/docs/pages/plugins/frontmatter.mdx +++ b/docs/pages/plugins/frontmatter.mdx @@ -36,7 +36,7 @@ Please see the [option guide](/plugins/frontmatter/options) for available config title="View on GitHub" icon={} 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" /> diff --git a/docs/pages/plugins/github-wiki.mdx b/docs/pages/plugins/github-wiki.mdx index b7043c6b..84a951a4 100644 --- a/docs/pages/plugins/github-wiki.mdx +++ b/docs/pages/plugins/github-wiki.mdx @@ -22,14 +22,14 @@ The following is a simple example of a GithubWiki project running TypeDoc. title="View Wiki on Github" icon={} 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" /> } 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" /> diff --git a/docs/pages/plugins/remark.mdx b/docs/pages/plugins/remark.mdx index 83f1fb2c..cbebe654 100644 --- a/docs/pages/plugins/remark.mdx +++ b/docs/pages/plugins/remark.mdx @@ -29,7 +29,7 @@ npm install typedoc-plugin-remark@next --save-dev title="View on GitHub" icon={} 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" /> diff --git a/docs/pages/plugins/vitepress.mdx b/docs/pages/plugins/vitepress.mdx index 9f117d58..842da713 100644 --- a/docs/pages/plugins/vitepress.mdx +++ b/docs/pages/plugins/vitepress.mdx @@ -30,14 +30,14 @@ The following is a simple example of a VitePress project running TypeDoc. title="View on GitHub" icon={} arrow={true} - href="https://github.com/tgreyuk/typedoc-vitepress-theme-example" + href="https://github.com/typedoc-plugin-markdown/typedoc-vitepress-theme-example" target="_blank" /> } 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" />