Skip to content

IMPORT INSTRUCTIONS

cev-api edited this page Apr 12, 2026 · 1 revision

Import instructions

  1. Open your GitHub repository in the browser.
  2. Click Wiki and create an initial page once if the wiki is not enabled yet.
  3. Clone the wiki repo:
    git clone https://github.com/<user>/<repo>.wiki.git
  4. Copy all files from this bundle into that cloned wiki folder.
  5. Commit and push:
    git add .
    git commit -m "Import wiki from README"
    git push

Notes

  • Home.md is the wiki landing page.
  • _Sidebar.md creates the sidebar navigation on GitHub Wikis.
  • Each generated .md file is one wiki page, split from a header in the source markdown.

Navigation

Clone this wiki locally