Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions docs/compiled/de/docs/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,24 @@
"title": "Editor",
"items": {
"overview": {
"title": "Überblick über den Editor",
"title": "Überblick",
"path": "/docs/editor/overview"
},
"getting-started": {
"title": "Erste Schritte",
"path": "/docs/editor/getting-started"
},
"blocks": {
"title": "Blocktypen",
"path": "/docs/editor/blocks"
},
"features": {
"title": "Editormerkmale",
"title": "Funktionen",
"path": "/docs/editor/features"
},
"ai-features": {
"title": "KI-Funktionen",
"path": "/docs/editor/ai-features"
}
}
},
Expand Down
88 changes: 88 additions & 0 deletions docs/compiled/de/docs/editor/ai-features.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
{
"title": "KI-Funktionen",
"description": "Entdecken Sie die KI-gestützten Funktionen des AkiraDocs-Editors",
"author": "Akira Team",
"publishDate": "2024-11-26T00:00:00.000Z",
"modifiedDate": "2024-11-26T00:00:00.000Z",
"category": "Editor",
"keywords": [
"KI",
"Maschinelles Lernen",
"Inhaltsgenerierung",
"Intelligente Funktionen"
],
"blocks": [
{
"id": "1",
"type": "heading",
"content": "KI-Anbieter",
"metadata": {
"level": 2
}
},
{
"id": "2",
"type": "list",
"content": [
"<strong>OpenAI</strong>: GPT-4 und GPT-3.5 Integration",
"<strong>Anthropic</strong>: Claude Integration",
"<strong>Eigene Modelle</strong>: Unterstützung für selbst gehostete Modelle",
"<strong>API-Konfiguration</strong>: Flexible Anbieter-Einrichtung"
],
"metadata": {
"listType": "unordered"
}
},
{
"id": "3",
"type": "heading",
"content": "Inhaltsverbesserung",
"metadata": {
"level": 2
}
},
{
"id": "4",
"type": "list",
"content": [
"Automatische Grammatik- und Stilkorrektur",
"Inhaltszusammenfassung",
"Texterweiterung und -ausarbeitung",
"Tonanpassung und Umschreibung"
],
"metadata": {
"listType": "unordered"
}
},
{
"id": "5",
"type": "heading",
"content": "Übersetzungsunterstützung",
"metadata": {
"level": 2
}
},
{
"id": "6",
"type": "paragraph",
"content": "Integrierte KI-Übersetzungsfunktionen unterstützen die Lokalisierung von Inhalten in mehreren Sprachen unter Beibehaltung von Kontext und technischer Genauigkeit."
},
{
"id": "7",
"type": "heading",
"content": "Konfiguration",
"metadata": {
"level": 2
}
},
{
"id": "8",
"type": "code",
"content": "// KI-Funktionskonfiguration\n{\n \"aiProviders\": {\n \"openai\": {\n \"apiKey\": \"ihr-api-schlüssel\",\n \"model\": \"gpt-4\"\n },\n \"anthropic\": {\n \"apiKey\": \"ihr-api-schlüssel\",\n \"model\": \"claude-2\"\n }\n }\n}",
"metadata": {
"language": "javascript",
"showLineNumbers": true
}
}
]
}
78 changes: 78 additions & 0 deletions docs/compiled/de/docs/editor/blocks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"title": "Block-Typen",
"description": "Umfassender Leitfaden zu allen verfügbaren Block-Typen im Editor",
"author": "Akira Team",
"publishDate": "2024-11-26T00:00:00.000Z",
"modifiedDate": "2024-11-26T00:00:00.000Z",
"category": "Editor",
"keywords": [
"Blöcke",
"Inhaltstypen",
"Editor-Komponenten"
],
"blocks": [
{
"id": "1",
"type": "heading",
"content": "Text-Blöcke",
"metadata": {
"level": 2
}
},
{
"id": "2",
"type": "list",
"content": [
"<strong>Absatz</strong>: Grundlegender Text mit umfangreicher Formatierung",
"<strong>Überschrift</strong>: Sechs Ebenen von Überschriften (H1-H6)",
"<strong>Liste</strong>: Geordnete und ungeordnete Listen",
"<strong>Zitat</strong>: Blockzitate für Zitierungen",
"<strong>Code</strong>: Syntax-hervorgehobene Code-Blöcke"
],
"metadata": {
"listType": "unordered"
}
},
{
"id": "3",
"type": "heading",
"content": "Medien-Blöcke",
"metadata": {
"level": 2
}
},
{
"id": "4",
"type": "list",
"content": [
"<strong>Bild</strong>: Unterstützung für Bilder mit Beschriftungen",
"<strong>Video</strong>: Eingebetteter Video-Player",
"<strong>Audio</strong>: Audio-Player mit Steuerungselementen",
"<strong>Datei</strong>: Dateianhänge und Downloads"
],
"metadata": {
"listType": "unordered"
}
},
{
"id": "5",
"type": "heading",
"content": "Interaktive Blöcke",
"metadata": {
"level": 2
}
},
{
"id": "6",
"type": "list",
"content": [
"<strong>Button</strong>: Klickbare Schaltflächen mit benutzerdefinierten Aktionen",
"<strong>Checkliste</strong>: Interaktive Aufgabenlisten",
"<strong>Tabelle</strong>: Strukturierte Datenpräsentation"
],
"metadata": {
"listType": "unordered"
}
}
]
}
Loading
Loading