<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Erste Schritte on Valoryx</title>
    <link>https://valoryx.org/de/docs/getting-started/</link>
    <description>Recent content in Erste Schritte on Valoryx</description>
    <generator>Hugo</generator>
    <language>de</language>
    <atom:link href="https://valoryx.org/de/docs/getting-started/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Schnellstart</title>
      <link>https://valoryx.org/de/docs/getting-started/quickstart/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://valoryx.org/de/docs/getting-started/quickstart/</guid>
      <description>Schnellstart In unter 5 Minuten von Null zu einer laufenden Dokumentationsplattform. Dieser Leitfaden beschreibt den schnellsten Weg — für detaillierte Optionen siehe den Installations-Leitfaden.&#xA;Schritt 1: Installieren # Empfohlen (erkennt die Plattform automatisch) curl -fsSL https://valoryx.org/install.sh | sh Oder manuell herunterladen:&#xA;curl -sLO https://github.com/Valoryx-org/releases/releases/latest/download/docplatform-linux-amd64 chmod +x docplatform-linux-amd64 sudo mv docplatform-linux-amd64 /usr/local/bin/docplatform Oder mit Docker:&#xA;docker run -d --name docplatform -p 3000:3000 -v docplatform-data:/data ghcr.io/valoryx-org/docplatform:latest Bei Verwendung von Docker springen Sie zu Schritt 3 — der Container initialisiert sich automatisch.</description>
    </item>
    <item>
      <title>Installation</title>
      <link>https://valoryx.org/de/docs/getting-started/installation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://valoryx.org/de/docs/getting-started/installation/</guid>
      <description>Installation DocPlatform wird als einzelne Binärdatei ohne Runtime-Abhängigkeiten ausgeliefert. Wählen Sie die Installationsmethode, die zu Ihrem Workflow passt.&#xA;Option 1: Vorkompilierte Binärdatei (empfohlen) Laden Sie die neueste Version für Ihre Plattform herunter.&#xA;Linux / macOS # Empfohlen (erkennt die Plattform automatisch) curl -fsSL https://valoryx.org/install.sh | sh # Oder manuell herunterladen curl -sLO https://github.com/Valoryx-org/releases/releases/latest/download/docplatform-linux-amd64 chmod +x docplatform-linux-amd64 sudo mv docplatform-linux-amd64 /usr/local/bin/docplatform # Installation überprüfen docplatform version Erwartete Ausgabe:&#xA;docplatform v0.5.2 (commit: abc1234, built: 2026-03-08T10:00:00Z) Windowspowershell# Download and runInvoke-WebRequest https://github.</description>
    </item>
    <item>
      <title>Ihr erster Workspace</title>
      <link>https://valoryx.org/de/docs/getting-started/first-workspace/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://valoryx.org/de/docs/getting-started/first-workspace/</guid>
      <description>Ihr erster Workspace Ein Workspace ist der übergeordnete Container für ein Dokumentationsprojekt. Jeder Workspace wird einem Verzeichnis mit Markdown-Dateien zugeordnet und synchronisiert sich optional mit einem Git-Repository.&#xA;Workspace-Konzepte Konzept Beschreibung Workspace Ein Dokumentationsprojekt mit Seiten, Mitgliedern und Einstellungen Seite Eine Markdown-Datei mit YAML-Frontmatter (Titel, Beschreibung, Tags, Zugriff) Slug Die URL-sichere Kennung für Ihren Workspace (z. B. my-docs → /p/my-docs/) Mitglied Ein Benutzer mit einer Rolle im Workspace (Viewer bis Admin) Workspace erstellen Über CLI docplatform init \ --workspace-name &amp;#34;Engineering Docs&amp;#34; \ --slug eng-docs Über Web-Oberfläche Melden Sie sich als Super Admin oder Admin an Öffnen Sie den Workspace-Umschalter (Dropdown oben links) Klicken Sie auf Create Workspace Geben Sie einen Namen und Slug ein Konfigurieren Sie optional ein Git-Remote Git-Repository verbinden Bidirektionale Synchronisation hält Ihre Workspace-Dateien und ein Remote-Git-Repository synchron.</description>
    </item>
  </channel>
</rss>
