<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Documentation Engineering on ProBase</title>
    <link>https://probase.ch/categories/documentation-engineering/</link>
    <description>Recent content in Documentation Engineering on ProBase</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 11 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://probase.ch/categories/documentation-engineering/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Creating a Company Handbook - Scalable, Text-Based, and Future-Proof</title>
      <link>https://probase.ch/blog/2026/04/11/creating-a-company-handbook-scalable-text-based-and-future-proof/</link>
      <pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://probase.ch/blog/2026/04/11/creating-a-company-handbook-scalable-text-based-and-future-proof/</guid>
      <description>&lt;h2 id=&#34;creating-a-company-handbook-scalable-text-based-and-future-proof&#34;&gt;Creating a Company Handbook: Scalable, Text-Based, and Future-Proof&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#creating-a-company-handbook-scalable-text-based-and-future-proof&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;A company handbook is more than a collection of documents – it is the &lt;strong&gt;central nervous system&lt;/strong&gt; of an organization. It creates transparency, makes knowledge accessible, and enables teams to collaborate efficiently. But how do you design a handbook that &lt;strong&gt;grows with the company&lt;/strong&gt;, &lt;strong&gt;remains technically flexible&lt;/strong&gt;, and &lt;strong&gt;works without proprietary tools&lt;/strong&gt;?&lt;/p&gt;&#xA;&lt;p&gt;This article shows how to build a handbook that is &lt;strong&gt;scalable, text-based, and version-controlled&lt;/strong&gt; – from individual knowledge collections to enterprise-wide documentation systems. We rely on &lt;strong&gt;open-source formats like Markdown with Mermaid or AsciiDoc with PlantUML&lt;/strong&gt;, as well as tools that support these approaches.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What you can do with plaintext formats</title>
      <link>https://probase.ch/blog/2026/03/14/what-you-can-do-with-plaintext-formats/</link>
      <pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://probase.ch/blog/2026/03/14/what-you-can-do-with-plaintext-formats/</guid>
      <description>&lt;h2 id=&#34;introduction-to-the-plain-text-world&#34;&gt;Introduction to the Plain Text World&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#introduction-to-the-plain-text-world&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Digital content is created today in a wide variety of forms: websites, documentation, presentations, or technical diagrams. Traditionally, such content is often created with graphical tools—such as Word, PowerPoint, or drawing programs. These tools are intuitive but have a crucial disadvantage: the content is usually stored in proprietary file formats and is difficult to automate, version, or process further.&lt;/p&gt;&#xA;&lt;p&gt;An alternative to this is &lt;strong&gt;plain text formats&lt;/strong&gt;. Here, content is not described visually but via a simple, text-based syntax. These files can be edited with any text editor, easily versioned, and automatically processed further.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Once-Only in Documentation</title>
      <link>https://probase.ch/blog/2026/02/14/once-only-in-documentation/</link>
      <pubDate>Sat, 14 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://probase.ch/blog/2026/02/14/once-only-in-documentation/</guid>
      <description>&lt;h2 id=&#34;what-is-the-once-only-principle&#34;&gt;What is the Once-Only Principle?&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#what-is-the-once-only-principle&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The &lt;em&gt;Once-Only&lt;/em&gt; principle states: &lt;strong&gt;Data or information should be captured, stored, and maintained only once – and reused at all relevant points.&lt;/strong&gt; It avoids redundancy, minimizes sources of error, and reduces maintenance effort. Originally known from public administration and e-government, it is gaining increasing importance in technical documentation – especially in complex, agile, and scalable systems.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-is-once-only-important-in-documentation&#34;&gt;Why is Once-Only Important in Documentation?&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#why-is-once-only-important-in-documentation&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;In software projects, documentation often grows in an uncoordinated manner:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Several ways to model dataflows</title>
      <link>https://probase.ch/blog/2026/01/17/several-ways-to-model-dataflows/</link>
      <pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://probase.ch/blog/2026/01/17/several-ways-to-model-dataflows/</guid>
      <description>&lt;h2 id=&#34;data-flow-or-information-flow&#34;&gt;Data Flow or Information Flow?&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#data-flow-or-information-flow&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Data flow&lt;/strong&gt; describes the transmission of &lt;strong&gt;raw, unprocessed data&lt;/strong&gt;, regardless of its business meaning.&lt;/p&gt;&#xA;&lt;p&gt;In contrast, &lt;strong&gt;information flow&lt;/strong&gt; concerns the transmission of &lt;strong&gt;processed or interpreted data&lt;/strong&gt; that provides the recipient with clear and &lt;strong&gt;recognizable value&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Naturally, in an IT environment, when information needs to be transferred, this occurs based on data transfer. &lt;strong&gt;Data flow&lt;/strong&gt; forms the &lt;strong&gt;technical foundation&lt;/strong&gt; for information flow.&lt;/p&gt;&#xA;&lt;p&gt;The representation forms described in this article use elements of both variants, but the purpose of the information flow is the primary focus.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
