Add global link references

This commit is contained in:
tequ
2025-07-15 16:28:16 +09:00
parent 669f98e45f
commit 5747a948a6
5 changed files with 151 additions and 0 deletions

15
package-lock.json generated
View File

@@ -18,6 +18,7 @@
"astro": "^5.10.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"remark-reference-links": "^7.0.0",
"starlight-openapi": "^0.19.1",
"tailwindcss": "^4.1.11",
"vanilla-cookieconsent": "^3.1.0"
@@ -6421,6 +6422,20 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/remark-reference-links": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/remark-reference-links/-/remark-reference-links-7.0.0.tgz",
"integrity": "sha512-OMACEps7CkpBio5nutUToCcXFJr9QkkoHdku41iIholMdFZ0jdRxgFmPm2B7R+DSvW83ZShdA3ubWTH+C3M6Eg==",
"license": "MIT",
"dependencies": {
"@types/mdast": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/remark-rehype": {
"version": "11.1.2",
"resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",