selfhost-hub/package.json
songtianlun 9d8876c1b6 feat: add documentation for services and tutorials
- Create new markdown files for analytics services: Plausible and Umami
- Add networking services documentation for ZeroTier and Tailscale
- Introduce a tutorial on building a home theater with Jellyfin
- Update mkdocs.yml to include new navigation and theme settings

These additions improve the overall documentation by providing detailed
information on various services and tutorials, making it easier for
users to understand and utilize the project effectively.
2025-04-24 10:06:40 +08:00

10 lines
160 B
JSON

{
"name": "mkdocs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "mkdocs serve",
"build": "python3 -m mkdocs build -d public"
}
}