Source content for the Wippy documentation, served at wippy.ai/en/
This repository holds the documentation source for the Wippy platform. It is
not a standalone site — the content is consumed by the documentation engine
in wippy/puiblic-website-and-documentation,
which syncs this repository on every push to main and renders it at
https://wippy.ai/<lang>/.
A commit landing on main triggers a re-sync and the change appears at
wippy.ai/en/ (and every other supported locale).
languages.json # locale code -> content directory (e.g. "en" -> "en")
en/manifest.json # navigation tree for English
en/start/about.md # markdown page (frontmatter: title, description)
en/.../*.md
de/ es/ ja/ ko/ pt/ ru/ zh/ # one directory per supported locale
Each locale directory contains a manifest.json (the navigation tree, with
title / path / children) and the markdown pages it references. Pages may
use YAML frontmatter (title, description, keywords); mermaid code fences
and admonitions are supported by the engine.
We welcome contributions to improve our documentation! Please read the Contributing Guide to get started.