Wplace-BlueMarble/jsdoc.json
Iris a60e6c4a35 feat: Add new official Blue Marble website and update documentation
Add newly created official Blue Marble website and update project documentation

- Add official website badge to README.md
- Include website link in Quick Guide section
- Add website creator credits in CREDITS.md
- Update CONTRIBUTING.md with website reference
- Add new official website URL: https://bluemarble.camilledaguin.fr/

This commit introduces the newly created official Blue Marble website
and updates all documentation to reference it. The website provides
a dedicated platform for Blue Marble users and information.
2025-08-11 18:40:25 -04:00

18 lines
No EOL
386 B
JSON

{
"source": {
"include": ["src"],
"exclude": ["node_modules", "build", "dist"]
},
"homepage": "https://bluemarble.camilledaguin.fr/",
"opts": {
"destination": "docs",
"template": "node_modules/minami",
"recurse": true,
"encoding": "utf8"
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}