<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Leitfäden on Valoryx</title>
    <link>https://valoryx.org/de/docs/guides/</link>
    <description>Recent content in Leitfäden on Valoryx</description>
    <generator>Hugo</generator>
    <language>de</language>
    <atom:link href="https://valoryx.org/de/docs/guides/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Der Web-Editor</title>
      <link>https://valoryx.org/de/docs/guides/editor/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://valoryx.org/de/docs/guides/editor/</guid>
      <description>Der Web-Editor DocPlatform enthält einen Rich-Text-Editor, der auf Tiptap (ProseMirror-basiert) aufbaut und Markdown in Echtzeit rendert, während die volle Markdown-Quelldatei-Kompatibilität erhalten bleibt. Jede Änderung, die Sie vornehmen, erzeugt eine saubere .md-Datei — kein proprietäres Format, keine Herstellerbindung.&#xA;Editor-Layout ┌─────────────────────────────────────────────────────────────┐ │ Sidebar │ Editor │ │ │ │ │ 📁 Getting │ ┌──────────────────────────────────┐ │ │ Started │ │ Frontmatter (collapsible) │ │ │ 📁 Guides │ │ Title: ___________________ │ │ │ 📁 API │ │ Description: ______________ │ │ │ &amp;gt; auth.</description>
    </item>
    <item>
      <title>Markdown &amp; Komponenten</title>
      <link>https://valoryx.org/de/docs/guides/markdown/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://valoryx.org/de/docs/guides/markdown/</guid>
      <description>Markdown &amp;amp; Komponenten DocPlatform verwendet CommonMark-konformes Markdown mit YAML-Frontmatter und 7 benutzerdefinierten Komponenten für reichhaltige, interaktive Dokumentation.&#xA;Markdown-Grundlagen DocPlatform unterstützt die vollständige CommonMark-Spezifikation sowie gängige Erweiterungen.&#xA;Überschriften # Heading 1 ## Heading 2 ### Heading 3 #### Heading 4 Überschriften generieren automatisch Anker-IDs für Deep Linking: ## My Section → #my-section.&#xA;Textformatierung **Bold text** *Italic text* ~~Strikethrough~~ `Inline code` [Link text](https://example.com) ![Image alt text](./assets/screenshot.png) Listen - Unordered item - Another item - Nested item 1.</description>
    </item>
    <item>
      <title>Git-Integration</title>
      <link>https://valoryx.org/de/docs/guides/git-integration/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://valoryx.org/de/docs/guides/git-integration/</guid>
      <description>Git-Integration Die bidirektionale Git-Synchronisation von DocPlatform ermöglicht es Ihrem Team, so zu arbeiten, wie es bevorzugt wird. Technische Redakteure nutzen den Web-Editor. Entwickler pushen aus ihrer IDE. Alle sehen denselben Inhalt.&#xA;Wie es funktioniert ┌─────────────┐ │ Web Editor │ │ (browser) │ └──────┬───────┘ │ save ▼ ┌─────────────┐ ┌──────────────┐ │ Content │ commit │ Local Git │ push ┌──────────────┐ │ Ledger │ ───────► │ Repository │ ───────► │ Remote Repo │ │ │ │ (.</description>
    </item>
    <item>
      <title>Teams &amp; Zusammenarbeit</title>
      <link>https://valoryx.org/de/docs/guides/collaboration/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://valoryx.org/de/docs/guides/collaboration/</guid>
      <description>Teams &amp;amp; Zusammenarbeit DocPlatform ist für Team-Dokumentation konzipiert. Laden Sie Mitglieder ein, weisen Sie granulare Rollen zu und verfolgen Sie jede Änderung mit einem vollständigen Audit-Trail.&#xA;Workspace-Mitgliedschaft Jeder Benutzer gehört einem oder mehreren Workspaces mit einer bestimmten Rolle an. Rollen bestimmen, welche Aktionen ein Benutzer ausführen kann.&#xA;Mitglieder einladen Über Web-Oberfläche:&#xA;Öffnen Sie Workspace Settings → Members Klicken Sie auf Invite Member Geben Sie die E-Mail-Adresse der Person ein Wählen Sie eine Rolle Klicken Sie auf Send Wenn SMTP konfiguriert ist, wird eine Einladungs-E-Mail mit einem eindeutigen Link gesendet.</description>
    </item>
    <item>
      <title>Dokumentation veröffentlichen</title>
      <link>https://valoryx.org/de/docs/guides/publishing/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://valoryx.org/de/docs/guides/publishing/</guid>
      <description>Dokumentation veröffentlichen DocPlatform kann Ihre Dokumentation als öffentliche Website bereitstellen — komplett mit Navigations-Seitenleiste, Syntax-Highlighting und SEO-Metadaten. Kein separater Static-Site-Generator erforderlich.&#xA;Wie die Veröffentlichung funktioniert Veröffentlichte Dokumentation wird unter /p/{workspace-slug}/{page-path} bereitgestellt:&#xA;http://localhost:3000/p/my-docs/ → docs/index.md http://localhost:3000/p/my-docs/quickstart → docs/quickstart.md http://localhost:3000/p/my-docs/api/auth → docs/api/auth.md Seiten werden bei Anfrage von Markdown zu HTML gerendert, unter Verwendung von goldmark (CommonMark-konform) mit Chroma-Syntax-Highlighting für Codeblöcke.&#xA;Seitenstatus-Lebenszyklus Seiten haben ein status-Feld, das ihre Sichtbarkeit steuert:&#xA;Status Im Editor In veröffentlichter Seite In der Suche draft (Standard) Sichtbar Verborgen Nur für Mitglieder sichtbar published Sichtbar Sichtbar Sichtbar gemäß Zugriffsregeln archived Sichtbar (abgedimmt) Verborgen Verborgen Setzen Sie den Status im Frontmatter:</description>
    </item>
    <item>
      <title>Suche</title>
      <link>https://valoryx.org/de/docs/guides/search/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://valoryx.org/de/docs/guides/search/</guid>
      <description>Suche DocPlatform enthält eine eingebettete Volltextsuche (Bleve), die alle Inhalte automatisch indiziert. Kein externer Dienst zu konfigurieren — die Suche funktioniert sofort nach der Installation.&#xA;Suche verwenden Cmd+K-Dialog Drücken Sie Cmd+K (macOS) oder Ctrl+K (Windows/Linux) an beliebiger Stelle im Web-Editor, um den Suchdialog zu öffnen.&#xA;┌──────────────────────────────────────────┐ │ 🔍 Search documentation... │ ├──────────────────────────────────────────┤ │ │ │ 📄 Getting Started │ │ Install and configure DocPlatform... │ │ │ │ 📄 API Authentication │ │ JWT tokens, OAuth2, and session.</description>
    </item>
    <item>
      <title>Analytics</title>
      <link>https://valoryx.org/de/docs/guides/analytics/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://valoryx.org/de/docs/guides/analytics/</guid>
      <description>Analytics DocPlatform includes built-in analytics for tracking how your documentation is used. No third-party tracking scripts or external services required.&#xA;How it works Analytics data is collected in a separate analytics.db SQLite database (not in the main database). This separation ensures analytics never impact content performance.&#xA;What is tracked Data point Description Page path Which page was viewed Referrer Where the visitor came from Timestamp When the page was viewed Search queries What users searched for What is NOT tracked IP addresses (never stored) User agents are not stored Cookies or cross-session identifiers (without consent) Personally identifiable information GDPR compliance Analytics requires explicit cookie consent from visitors.</description>
    </item>
    <item>
      <title>Billing &amp; Plans</title>
      <link>https://valoryx.org/de/docs/guides/billing/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://valoryx.org/de/docs/guides/billing/</guid>
      <description>Billing &amp;amp; Plans DocPlatform uses Stripe for subscription billing. Three plan tiers are available, each with different limits and features.&#xA;Plans Feature Community (Free) Free Team ($29/mo) Business ($79/mo) Editors Unlimited 3 15 50 Workspaces Unlimited 1 3 10 Viewers / Commenters Unlimited Unlimited Unlimited Unlimited Pages Unlimited 50 150 500 Published docs Unlimited Unlimited Unlimited Unlimited Analytics — — Included Included Custom domains — — Included Included Advanced AI — — Included Included Priority support — — — Included Annual pricing Annual subscriptions include 2 months free:</description>
    </item>
    <item>
      <title>MCP Server — AI Integration Guide</title>
      <link>https://valoryx.org/de/docs/guides/mcp/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://valoryx.org/de/docs/guides/mcp/</guid>
      <description>MCP Server — AI Integration Guide DocPlatform includes a built-in Model Context Protocol (MCP) server that lets AI assistants read, write, search, and manage your documentation directly. Instead of copy-pasting content into chat windows, your AI tools work with your docs natively.&#xA;Prerequisites DocPlatform running (binary, Docker, or Fly.io) An API key (create one in Workspace Settings → API Keys) Quick start 1. Create an API key In your DocPlatform instance, go to Workspace Settings → API Keys → Create Key.</description>
    </item>
  </channel>
</rss>
