<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docs on OINK</title><link>https://lxghost.github.io/tags/docs/</link><description>Recent content in Docs on OINK</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 28 Aug 2026 00:08:16 +0800</lastBuildDate><atom:link href="https://lxghost.github.io/tags/docs/index.xml" rel="self" type="application/rss+xml"/><item><title>pigsty.cc</title><link>https://lxghost.github.io/case/pigsty-cc/</link><pubDate>Fri, 14 Aug 2026 00:00:00 +0000</pubDate><guid>https://lxghost.github.io/case/pigsty-cc/</guid><description>&lt;p&gt;&lt;a href="https://pigsty.cc/"&gt;pigsty.cc&lt;/a&gt; publishes Pigsty in Simplified Chinese. The case&#10;snapshot counted more than 1,490 content files and over 300 blog posts, with its&#10;own data-driven pricing page and Chinese as the default content language.&lt;/p&gt;&#10;&lt;h2 id="what-it-demonstrates"&gt;What it demonstrates&#10;&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Splitting a very large bilingual corpus into two independently deployed,&#10;single-language sites.&lt;/li&gt;&#10;&lt;li&gt;Connecting the pair through the alternate-site control and version menu.&lt;/li&gt;&#10;&lt;li&gt;Letting each language keep its own publishing cadence and landing-page data.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;This pattern trades same-domain language switching for clearer ownership and&#10;smaller builds. It is useful when both languages are already substantial&#10;products rather than occasional translations.&lt;/p&gt;</description></item><item><title>pigsty.io</title><link>https://lxghost.github.io/case/pigsty-io/</link><pubDate>Thu, 13 Aug 2026 00:00:00 +0000</pubDate><guid>https://lxghost.github.io/case/pigsty-io/</guid><description>&lt;p&gt;&lt;a href="https://pigsty.io/"&gt;pigsty.io&lt;/a&gt; is the English home of Pigsty, the open-source&#10;PostgreSQL distribution. At the snapshot used for this case, it contained more&#10;than 1,400 Markdown files, over 200 blog posts, an extension catalogue, and a&#10;data-driven pricing page.&lt;/p&gt;&#10;&lt;h2 id="what-it-demonstrates"&gt;What it demonstrates&#10;&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;A large documentation tree and editorial blog living in one Hugo site.&lt;/li&gt;&#10;&lt;li&gt;Structured catalogues whose content and data are maintained separately.&lt;/li&gt;&#10;&lt;li&gt;A &lt;code&gt;layout: landing&lt;/code&gt; pricing page assembled from &lt;code&gt;data/landing&lt;/code&gt;.&lt;/li&gt;&#10;&lt;li&gt;Taxonomies and a version menu that also link to sibling and historical sites.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;Choose this pattern when one English-first site must serve reference material,&#10;news, catalogues, and commercial landing pages without splitting the toolchain.&lt;/p&gt;</description></item><item><title>silo.pgsty.com</title><link>https://lxghost.github.io/case/silo/</link><pubDate>Wed, 12 Aug 2026 00:00:00 +0000</pubDate><guid>https://lxghost.github.io/case/silo/</guid><description>&lt;p&gt;&lt;a href="https://silo.pgsty.com/"&gt;silo.pgsty.com&lt;/a&gt; documents SILO, an S3-compatible&#10;object store. The case snapshot counted 411 pages per language. A migration&#10;manifest covering 387 upstream pages generates &lt;code&gt;data/docs_nav.json&lt;/code&gt;, which then&#10;drives the documentation sidebar. The site also has module taxonomy and a&#10;download page.&lt;/p&gt;&#10;&lt;h2 id="what-it-demonstrates"&gt;What it demonstrates&#10;&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Migrating a large upstream manual without flattening its information design.&lt;/li&gt;&#10;&lt;li&gt;Generating navigation from a checked manifest instead of hand-maintaining it.&lt;/li&gt;&#10;&lt;li&gt;Layering local bilingual content, taxonomy, and downloads around imported docs.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;Use this pattern when the upstream corpus remains authoritative but the local&#10;site needs its own navigation, language peers, and product surfaces.&lt;/p&gt;</description></item><item><title>oink.pgsty.com</title><link>https://lxghost.github.io/case/oink/</link><pubDate>Tue, 11 Aug 2026 00:00:00 +0000</pubDate><guid>https://lxghost.github.io/case/oink/</guid><description>&lt;p&gt;&lt;a href="https://oink.pgsty.com/"&gt;oink.pgsty.com&lt;/a&gt; is the site you are reading. It is the&#10;theme&amp;rsquo;s public manual and a real consumer used for regression coverage. Its&#10;component pages render live examples; the same repository also carries design&#10;contracts, Book fixtures, download data, and home and landing-page data.&lt;/p&gt;&#10;&lt;h2 id="what-it-demonstrates"&gt;What it demonstrates&#10;&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Documentation examples that are executable regression fixtures, not screenshots.&lt;/li&gt;&#10;&lt;li&gt;One site serving users, content authors, theme developers, and reviewers.&lt;/li&gt;&#10;&lt;li&gt;Component, Docs, Blog, Book, Case, download, and landing surfaces together.&lt;/li&gt;&#10;&lt;li&gt;Bilingual content checked against a pinned Hugo Module dependency.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;Use this repository as the broad reference implementation; use the narrower&#10;cases when starting a site that needs only one or two OINK content models.&lt;/p&gt;</description></item><item><title>pig.pgsty.com</title><link>https://lxghost.github.io/case/pig/</link><pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate><guid>https://lxghost.github.io/case/pig/</guid><description>&lt;p&gt;&lt;a href="https://pig.pgsty.com/"&gt;pig.pgsty.com&lt;/a&gt; documents PIG, the PostgreSQL extension&#10;package manager. Its core manual is deliberately compact—18 pages per language&#10;in the case snapshot—while a 50-post bilingual blog carries updates and deeper&#10;explanations. The home page is assembled from &lt;code&gt;data/home&lt;/code&gt;.&lt;/p&gt;&#10;&lt;h2 id="what-it-demonstrates"&gt;What it demonstrates&#10;&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;A shallow, mostly single-file documentation tree for a focused CLI product.&lt;/li&gt;&#10;&lt;li&gt;English and Chinese peers without duplicating navigation design.&lt;/li&gt;&#10;&lt;li&gt;A data-driven home page paired with a larger stream of blog content.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;Choose this pattern when the reference manual is small and stable but product&#10;news, tutorials, and release context need room to grow.&lt;/p&gt;</description></item><item><title>sow.pgsty.com</title><link>https://lxghost.github.io/case/sow/</link><pubDate>Sat, 08 Aug 2026 00:00:00 +0000</pubDate><guid>https://lxghost.github.io/case/sow/</guid><description>&lt;p&gt;&lt;a href="https://sow.pgsty.com/"&gt;sow.pgsty.com&lt;/a&gt; documents SOW, an APT and YUM repository&#10;manager. The case snapshot contained 55 pages per language and a dedicated&#10;download page whose versions, tags, and release artifacts are generated from&#10;structured release data.&lt;/p&gt;&#10;&lt;h2 id="what-it-demonstrates"&gt;What it demonstrates&#10;&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Keeping operational documentation bilingual at a moderate scale.&lt;/li&gt;&#10;&lt;li&gt;Giving downloads their own content type instead of embedding links in prose.&lt;/li&gt;&#10;&lt;li&gt;Reusing release data so package metadata has one source of truth.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;This pattern fits software that distributes many platform-specific artifacts&#10;and needs installation instructions, repositories, and downloads to evolve&#10;together.&lt;/p&gt;</description></item><item><title>exp.pgsty.com</title><link>https://lxghost.github.io/case/pg-exporter/</link><pubDate>Fri, 07 Aug 2026 00:00:00 +0000</pubDate><guid>https://lxghost.github.io/case/pg-exporter/</guid><description>&lt;p&gt;&lt;a href="https://exp.pgsty.com/"&gt;exp.pgsty.com&lt;/a&gt; documents PG Exporter, a Prometheus&#10;metrics collector for PostgreSQL. The case snapshot counted 15 pages per&#10;language and 37 bilingual blog posts. Generated navigation, home-page data, and&#10;a structured metric catalogue do most of the organizational work.&lt;/p&gt;&#10;&lt;h2 id="what-it-demonstrates"&gt;What it demonstrates&#10;&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Using &lt;code&gt;data/docs_nav.json&lt;/code&gt; for a small but deliberately ordered manual.&lt;/li&gt;&#10;&lt;li&gt;Rendering a domain catalogue from structured data rather than repeated prose.&lt;/li&gt;&#10;&lt;li&gt;Selecting &lt;code&gt;typography: system&lt;/code&gt; when a site should make no brand-font request.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;This pattern suits technical products whose reference data is as important as&#10;their narrative documentation, especially where a lightweight font stack is&#10;preferred.&lt;/p&gt;</description></item><item><title>pgsql.cc</title><link>https://lxghost.github.io/case/pgsql-cc/</link><pubDate>Mon, 03 Aug 2026 00:00:00 +0000</pubDate><guid>https://lxghost.github.io/case/pgsql-cc/</guid><description>&lt;p&gt;&lt;a href="https://pgsql.cc/"&gt;pgsql.cc&lt;/a&gt; brings the operating manuals for Patroni, HAProxy,&#10;etcd, PgBouncer, pgBackRest, and pgBadger into one PostgreSQL-focused library.&#10;The case snapshot counted 217 English pages and 80 Chinese pages.&lt;/p&gt;&#10;&lt;h2 id="what-it-demonstrates"&gt;What it demonstrates&#10;&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Giving several upstream products a consistent local information architecture.&lt;/li&gt;&#10;&lt;li&gt;Publishing English first while Chinese coverage grows over time.&lt;/li&gt;&#10;&lt;li&gt;Keeping partial translation useful instead of blocking publication on parity.&lt;/li&gt;&#10;&lt;li&gt;Using subtrees to preserve clear product boundaries inside an aggregate site.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;Choose this pattern for a curated technical library where sources and&#10;translation maturity vary, but readers benefit from one search and one visual&#10;system.&lt;/p&gt;</description></item><item><title>pgsty.pro</title><link>https://lxghost.github.io/case/pgsty-pro/</link><pubDate>Sun, 02 Aug 2026 00:00:00 +0000</pubDate><guid>https://lxghost.github.io/case/pgsty-pro/</guid><description>&lt;p&gt;&lt;a href="https://pgsty.pro/"&gt;pgsty.pro&lt;/a&gt; documents Pigsty v5 in English and Chinese. The&#10;case snapshot counted 343 documentation pages per language and 67 bilingual&#10;blog posts. Its release archive is the distinctive part: 128 localized pages&#10;render version data through the reusable &lt;code&gt;release-card&lt;/code&gt; component.&lt;/p&gt;&#10;&lt;h2 id="what-it-demonstrates"&gt;What it demonstrates&#10;&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Keeping a long product history navigable without hand-building every card.&lt;/li&gt;&#10;&lt;li&gt;Sharing structured release data between download, archive, and detail pages.&lt;/li&gt;&#10;&lt;li&gt;Maintaining documentation and editorial posts as bilingual peers.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;Use this pattern for products with many supported or historical versions where&#10;release metadata must stay consistent across several surfaces.&lt;/p&gt;</description></item></channel></rss>