Skip to content

wippyai/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

167 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wippy logo

Documentation

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).

Layout

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.

Contributing

We welcome contributions to improve our documentation! Please read the Contributing Guide to get started.

About

Wippy runtime and framework public documentation

Resources

License

Code of conduct

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from wippyai/template