From ce959ca722bb6e5ae6f4f10081f3886aec88942d Mon Sep 17 00:00:00 2001 From: Arsero <54241944+Arsero@users.noreply.github.com> Date: Wed, 29 May 2024 17:12:54 +0200 Subject: [PATCH 1/3] docs: add community plugin docusaurus-graph --- website/community/2-resources.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/community/2-resources.mdx b/website/community/2-resources.mdx index 640650ba22a0..ac11c240a06c 100644 --- a/website/community/2-resources.mdx +++ b/website/community/2-resources.mdx @@ -68,6 +68,7 @@ See the showcase - [docusaurus-plugin-typedoc](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/docusaurus-plugin-typedoc) - A Docusaurus plugin to build documentation with [TypeDoc](https://typedoc.org/) - [docusaurus-openapi-docs](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs) - A Docusaurus plugin and theme for generating interactive OpenAPI docs - [docusaurus-post-generator](https://github.com/moojing/docusaurus-post-generator) - A command line tool for user to add a blog/doc file quickly by command like `yarn gen-post new [template] [post_name]`. +- [docusaurus-graph](https://github.com/Arsero/docusaurus-graph) - A Docusaurus plugin for generating a graphview from your documentation files. The graphview shows the links between files. ## Enterprise usage {#enterprise-usage} From 276272ca6bf00a549b484a96320393e594298949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Thu, 30 May 2024 11:34:18 +0200 Subject: [PATCH 2/3] Update website/community/2-resources.mdx --- website/community/2-resources.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/community/2-resources.mdx b/website/community/2-resources.mdx index ac11c240a06c..0bafe2fc7be5 100644 --- a/website/community/2-resources.mdx +++ b/website/community/2-resources.mdx @@ -68,7 +68,7 @@ See the showcase - [docusaurus-plugin-typedoc](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/docusaurus-plugin-typedoc) - A Docusaurus plugin to build documentation with [TypeDoc](https://typedoc.org/) - [docusaurus-openapi-docs](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs) - A Docusaurus plugin and theme for generating interactive OpenAPI docs - [docusaurus-post-generator](https://github.com/moojing/docusaurus-post-generator) - A command line tool for user to add a blog/doc file quickly by command like `yarn gen-post new [template] [post_name]`. -- [docusaurus-graph](https://github.com/Arsero/docusaurus-graph) - A Docusaurus plugin for generating a graphview from your documentation files. The graphview shows the links between files. +- [docusaurus-graph](https://github.com/Arsero/docusaurus-graph) - A Docusaurus plugin for generating a graphview from your documentation files. The graph view shows the links between files. ## Enterprise usage {#enterprise-usage} From 580d0bb50276e5613be1989958e2ce1d26bc8092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Thu, 30 May 2024 12:08:49 +0200 Subject: [PATCH 3/3] Update website/community/2-resources.mdx --- website/community/2-resources.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/community/2-resources.mdx b/website/community/2-resources.mdx index 0bafe2fc7be5..db29873cd898 100644 --- a/website/community/2-resources.mdx +++ b/website/community/2-resources.mdx @@ -68,7 +68,7 @@ See the showcase - [docusaurus-plugin-typedoc](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/docusaurus-plugin-typedoc) - A Docusaurus plugin to build documentation with [TypeDoc](https://typedoc.org/) - [docusaurus-openapi-docs](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs) - A Docusaurus plugin and theme for generating interactive OpenAPI docs - [docusaurus-post-generator](https://github.com/moojing/docusaurus-post-generator) - A command line tool for user to add a blog/doc file quickly by command like `yarn gen-post new [template] [post_name]`. -- [docusaurus-graph](https://github.com/Arsero/docusaurus-graph) - A Docusaurus plugin for generating a graphview from your documentation files. The graph view shows the links between files. +- [docusaurus-graph](https://github.com/Arsero/docusaurus-graph) - A Docusaurus plugin for generating a graph view showing links between documentation files. ## Enterprise usage {#enterprise-usage}