Files
gregWiki/package.json
Marvin 331847013d docs: update docusaurus configuration and documentation structure
- Revised the tagline in `docusaurus.config.js` for improved clarity on the documentation's focus.
- Removed German localization support from the configuration to streamline the user experience.
- Updated navigation items in the sidebar to better reflect the current structure, emphasizing player and developer resources.
- Enhanced the README and various documentation files to clarify the repository layout and improve accessibility for users.
- Adjusted links and descriptions throughout the documentation to ensure consistency and accuracy.

This commit aims to enhance the overall clarity and usability of the documentation.
2026-04-10 02:26:32 +02:00

43 lines
1.8 KiB
JSON

{
"name": "gregwiki-docs-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "docusaurus clear && docusaurus build && docusaurus start --host 0.0.0.0 --port 3000",
"start": "docusaurus start --host 0.0.0.0 --port 3000",
"build": "docusaurus build",
"serve": "docusaurus serve",
"clear": "docusaurus clear",
"wiki:sync": "node ./scripts/sync-wiki-to-docs.mjs",
"wiki:normalize-i18n": "node ./scripts/normalize-wiki-import-i18n.mjs",
"wiki:refresh": "node ./scripts/sync-wiki-to-docs.mjs && node ./scripts/normalize-wiki-import-i18n.mjs",
"format": "prettier --write src scripts docusaurus.config.js sidebars.js README.md docs/README.md docs/getting-started/documentation-layout.md package.json .prettierrc.json docker-compose.yml",
"format:check": "prettier --check src scripts docusaurus.config.js sidebars.js README.md docs/README.md docs/getting-started/documentation-layout.md package.json .prettierrc.json docker-compose.yml"
},
"dependencies": {
"@docusaurus/core": "^3.10.0",
"@docusaurus/plugin-client-redirects": "^3.10.0",
"@docusaurus/plugin-content-docs": "^3.10.0",
"@docusaurus/plugin-content-pages": "^3.10.0",
"@docusaurus/plugin-css-cascade-layers": "^3.10.0",
"@docusaurus/plugin-sitemap": "^3.10.0",
"@docusaurus/plugin-svgr": "^3.10.0",
"@docusaurus/preset-classic": "^3.10.0",
"@docusaurus/theme-live-codeblock": "^3.10.0",
"@docusaurus/theme-search-algolia": "^3.10.0",
"@tailwindcss/postcss": "^4.2.2",
"@tsparticles/engine": "^3.9.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",
"framer-motion": "^12.38.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.6.0",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@docusaurus/eslint-plugin": "^3.10.0",
"prettier": "^3.5.3"
}
}