File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://docusaurus.community/schema/plugin/1.2.1.json
2+ id : amd-nick.backlinks
3+ name : Backlinks
4+ description : Adds a component that you can use to display backlinks between your publications
5+ preview : null
6+ website : https://github.com/AMD-NICK/docusaurus-plugin-backlinks
7+ source : https://github.com/AMD-NICK/docusaurus-plugin-backlinks
8+ author : amd-nick
9+ tags :
10+ - theme
11+ - utility
12+ minimumVersion : 3.7.0
13+ maintenanceStatus : maintained
14+ compatibility :
15+ - 3
16+ npmPackages :
17+ - docusaurus-plugin-backlinks
Original file line number Diff line number Diff line change @@ -80,6 +80,19 @@ const Plugins: Plugin[] = [
8080 maintenanceStatus : 'unknown' , // no release in 2 years.
8181 npmPackages : [ 'docusaurus-plugin-auto-sidebars' ] ,
8282 } ,
83+ {
84+ id : 'amd-nick.backlinks' ,
85+ name : 'Backlinks' ,
86+ description : 'Adds a component that you can use to display backlinks between your publications' ,
87+ preview : null ,
88+ website : 'https://github.com/AMD-NICK/docusaurus-plugin-backlinks' ,
89+ source : 'https://github.com/AMD-NICK/docusaurus-plugin-backlinks' ,
90+ author : 'amd-nick' ,
91+ tags : [ 'theme' , 'utility' ] ,
92+ minimumVersion : '3.7.0' ,
93+ maintenanceStatus : 'maintained' ,
94+ npmPackages : [ 'docusaurus-plugin-backlinks' ] ,
95+ } ,
8396 {
8497 id : 'docusaurus.blog' ,
8598 name : 'Blog' ,
You can’t perform that action at this time.
0 commit comments