Skip to content

HOW TO PUBLISH

Vinod Sathyaseelan edited this page Aug 13, 2025 · 1 revision

How to publish this wiki

Easiest: push via git

git clone https://github.com/rdkcentral/Ripple.wiki.git
cd Ripple.wiki

# Copy these files in
cp -R /path/to/ripple-wiki-kit/* .

git add .
git commit -m "Add initial wiki (Ripple)"
git push

Or paste in GitHub UI

Enable Wiki in repo settings, then paste pages (use _Sidebar.md and _Footer.md).

Tips

  • Keep broker rules and manifests under version control per release.
  • Link back to the RDK Wiki for deep background and historical notes.

Clone this wiki locally