docs: cut to v0.9.0 with unified .de/.en naming
- Remove all prior release notes and version snapshots (v0.6.0-v0.8.6) - Rename handbook to *.de.md; keep *.en.md - New release notes v0.9.0.de.md/.en.md with v0.9.0 snapshot - generate-docs.mjs: .de/.en convention incl. search index and en-fallback - docs.tsx: release fallback now uses version.de.md - Wording: neutral tagline, anonymous user, no gender forms - Add docs/examples/import-tools.yaml and link from administration docs
This commit is contained in:
@@ -0,0 +1,295 @@
|
||||
# Beispiel-YAML zum Import in den Admin-Bereich (Tab „Tools" -> Importieren).
|
||||
# Erwartetes Format pro Eintrag:
|
||||
# name (Pflicht)
|
||||
# description, category, websiteUrl, iconUrl (optional)
|
||||
# features, tags (Listen oder | -getrennte Strings)
|
||||
# Das Format wird automatisch erkannt; bei CSV den Trenner wählen.
|
||||
# Fehlerhafte Zeilen werden übersprungen und mit Zeilennummer aufgelistet.
|
||||
|
||||
- name: Slack
|
||||
description: Team-Kommunikation mit Channels, Direktnachrichten und App-Integrationen
|
||||
category: Kommunikation
|
||||
websiteUrl: https://slack.com
|
||||
features:
|
||||
- Channels
|
||||
- Videoanrufe
|
||||
- App-Integrationen
|
||||
tags:
|
||||
- communication
|
||||
- teamwork
|
||||
|
||||
- name: Microsoft Teams
|
||||
description: Chat, Besprechungen, Dateien und Zusammenarbeit in einer Plattform
|
||||
category: Kommunikation
|
||||
websiteUrl: https://www.microsoft.com/de-de/microsoft-365/microsoft-teams
|
||||
features:
|
||||
- Videokonferenzen
|
||||
- Teamkanäle
|
||||
- Office-Integration
|
||||
tags:
|
||||
- communication
|
||||
- meetings
|
||||
|
||||
- name: Zoom
|
||||
description: Videokonferenzen und Webinare für Teams und externe Partner
|
||||
category: Kommunikation
|
||||
websiteUrl: https://zoom.us
|
||||
features:
|
||||
- Videokonferenzen
|
||||
- Webinare
|
||||
- Bildschirmfreigabe
|
||||
tags:
|
||||
- video
|
||||
- meetings
|
||||
|
||||
- name: Jira
|
||||
description: Agile Projekt- und Issue-Verfolgung für Entwicklung und Betrieb
|
||||
category: Projektmanagement
|
||||
websiteUrl: https://www.atlassian.com/software/jira
|
||||
features:
|
||||
- Backlog
|
||||
- Sprints
|
||||
- Kanban-Boards
|
||||
tags:
|
||||
- agile
|
||||
- project-management
|
||||
|
||||
- name: Confluence
|
||||
description: Kollaborative Wissensdatenbank und Dokumentation für Teams
|
||||
category: Projektmanagement
|
||||
websiteUrl: https://www.atlassian.com/software/confluence
|
||||
features:
|
||||
- Wikis
|
||||
- Seitenbausteine
|
||||
- Berechtigungen
|
||||
tags:
|
||||
- documentation
|
||||
- knowledge-base
|
||||
|
||||
- name: GitLab
|
||||
description: DevOps-Plattform mit Git-Repositorys, CI/CD und Code-Review
|
||||
category: Entwicklung
|
||||
websiteUrl: https://about.gitlab.com
|
||||
features:
|
||||
- Git-Repositorys
|
||||
- CI/CD
|
||||
- Merge Requests
|
||||
tags:
|
||||
- devops
|
||||
- git
|
||||
|
||||
- name: GitHub
|
||||
description: Versionsverwaltung, Code-Review und Collaboration auf Git-Basis
|
||||
category: Entwicklung
|
||||
websiteUrl: https://github.com
|
||||
features:
|
||||
- Repositories
|
||||
- Pull Requests
|
||||
- Actions
|
||||
tags:
|
||||
- git
|
||||
- collaboration
|
||||
|
||||
- name: Jenkins
|
||||
description: Automatisierte Build- und Deploy-Pipelines für Softwareprojekte
|
||||
category: CI/CD
|
||||
websiteUrl: https://www.jenkins.io
|
||||
features:
|
||||
- Pipelines
|
||||
- Plugins
|
||||
- Job-Automatisierung
|
||||
tags:
|
||||
- ci
|
||||
- cd
|
||||
|
||||
- name: Docker
|
||||
description: Container-Plattform zum Paketieren und Ausführen von Anwendungen
|
||||
category: Entwicklung
|
||||
websiteUrl: https://www.docker.com
|
||||
features:
|
||||
- Container
|
||||
- Images
|
||||
- Compose
|
||||
tags:
|
||||
- containers
|
||||
- virtualization
|
||||
|
||||
- name: Grafana
|
||||
description: Observability- und Dashboard-Plattform für Metriken, Logs und Alerts
|
||||
category: Monitoring
|
||||
websiteUrl: https://grafana.com
|
||||
features:
|
||||
- Dashboards
|
||||
- Alerts
|
||||
- Datenquellen
|
||||
tags:
|
||||
- observability
|
||||
- monitoring
|
||||
|
||||
- name: Prometheus
|
||||
description: Open-Source-Systeme zur Zeitreihen-Metrikerfassung und -Auswertung
|
||||
category: Monitoring
|
||||
websiteUrl: https://prometheus.io
|
||||
features:
|
||||
- Metriken
|
||||
- Alerting
|
||||
- Time-Series-Datenbank
|
||||
tags:
|
||||
- monitoring
|
||||
- metrics
|
||||
|
||||
- name: Datadog
|
||||
description: Cloud-basierte Observability für Infrastruktur, APM und Logs
|
||||
category: Monitoring
|
||||
websiteUrl: https://www.datadoghq.com
|
||||
features:
|
||||
- Infrastruktur-Monitoring
|
||||
- APM
|
||||
- Log-Management
|
||||
tags:
|
||||
- observability
|
||||
- saas
|
||||
|
||||
- name: PagerDuty
|
||||
description: Incident-Management und On-Call-Benachrichtigungen für Teams
|
||||
category: Betrieb
|
||||
websiteUrl: https://www.pagerduty.com
|
||||
features:
|
||||
- Alerting
|
||||
- On-Call-Pläne
|
||||
- Incident-Response
|
||||
tags:
|
||||
- incident-management
|
||||
- on-call
|
||||
|
||||
- name: Sentry
|
||||
description: Fehlerüberwachung und Performance-Monitoring für Anwendungen
|
||||
category: Monitoring
|
||||
websiteUrl: https://sentry.io
|
||||
features:
|
||||
- Error-Tracking
|
||||
- Releases
|
||||
- Performance
|
||||
tags:
|
||||
- error-monitoring
|
||||
- debugging
|
||||
|
||||
- name: Terraform
|
||||
description: Infrastructure-as-Code zur deklarativen Bereitstellung von Ressourcen
|
||||
category: Infrastruktur
|
||||
websiteUrl: https://www.terraform.io
|
||||
features:
|
||||
- Modules
|
||||
- State-Management
|
||||
- Provider
|
||||
tags:
|
||||
- iac
|
||||
- infrastructure
|
||||
|
||||
- name: Ansible
|
||||
description: Agentenlose Automatisierung für Konfiguration, Deploy und Orchestrierung
|
||||
category: Infrastruktur
|
||||
websiteUrl: https://www.ansible.com
|
||||
features:
|
||||
- Playbooks
|
||||
- Inventories
|
||||
- Modules
|
||||
tags:
|
||||
- automation
|
||||
- configuration
|
||||
|
||||
- name: Elasticsearch
|
||||
description: Verteilter Such- und Analytics-Server für Logs, Metriken und Daten
|
||||
category: Datenbank
|
||||
websiteUrl: https://www.elastic.co
|
||||
features:
|
||||
- Volltextsuche
|
||||
- Aggregationen
|
||||
- Skalierung
|
||||
tags:
|
||||
- search
|
||||
- analytics
|
||||
|
||||
- name: Kubernetes
|
||||
description: Container-Orchestrierung für Deployment, Skalierung und Betrieb
|
||||
category: Infrastruktur
|
||||
websiteUrl: https://kubernetes.io
|
||||
features:
|
||||
- Pods
|
||||
- Services
|
||||
- Autoskalierung
|
||||
tags:
|
||||
- containers
|
||||
- orchestration
|
||||
|
||||
- name: Sonarqube
|
||||
description: Statische Code-Analyse und Qualitätsmessung für Softwareprojekte
|
||||
category: Entwicklung
|
||||
websiteUrl: https://www.sonarsource.com/products/sonarqube
|
||||
features:
|
||||
- Code-Qualität
|
||||
- Security-Scans
|
||||
- Quality Gates
|
||||
tags:
|
||||
- code-quality
|
||||
- static-analysis
|
||||
|
||||
- name: Power BI
|
||||
description: Business-Intelligence-Tool für Dashboards, Berichte und Datenanalyse
|
||||
category: Analytics
|
||||
websiteUrl: https://powerbi.microsoft.com
|
||||
features:
|
||||
- Dashboards
|
||||
- Berichte
|
||||
- Datenmodelle
|
||||
tags:
|
||||
- bi
|
||||
- analytics
|
||||
|
||||
- name: Google Workspace
|
||||
description: Produktivitäts-Suite mit E-Mail, Docs, Drive und Meet
|
||||
category: Produktivität
|
||||
websiteUrl: https://workspace.google.com
|
||||
features:
|
||||
- Gmail
|
||||
- Google Docs
|
||||
- Google Drive
|
||||
tags:
|
||||
- suite
|
||||
- productivity
|
||||
|
||||
- name: Microsoft 365
|
||||
description: Office-Anwendungen, E-Mail und Cloud-Dienste für Unternehmen
|
||||
category: Produktivität
|
||||
websiteUrl: https://www.microsoft.com/microsoft-365
|
||||
features:
|
||||
- Word
|
||||
- Excel
|
||||
- Outlook
|
||||
tags:
|
||||
- suite
|
||||
- productivity
|
||||
|
||||
- name: Slack Enterprise Grid
|
||||
description: Slack-Verwaltung für große Organisationen mit erweiterten Sicherheitsfunktionen
|
||||
category: Kommunikation
|
||||
websiteUrl: https://slack.com
|
||||
features:
|
||||
- Enterprise-Admin
|
||||
- Compliance
|
||||
- Multi-Workspace
|
||||
tags:
|
||||
- communication
|
||||
- enterprise
|
||||
|
||||
- name: Atlassian Rovo
|
||||
description: KI-Assistent für Suche und Zusammenarbeit über Atlassian-Produkte
|
||||
category: Projektmanagement
|
||||
websiteUrl: https://www.atlassian.com/software/rovo
|
||||
features:
|
||||
- KI-Suche
|
||||
- Agenten
|
||||
- Integrationen
|
||||
tags:
|
||||
- ai
|
||||
- search
|
||||
Reference in New Issue
Block a user