Skip to content
NesiciCoding edited this page Aug 11, 2026 · 2 revisions

Wiki source

These Markdown files are the source of the GitHub wiki and live directly in this wiki repository (<repo>.wiki.git). They are edited and published here — GitHub renders them as wiki pages. They use GitHub-wiki conventions (_Sidebar.md, _Footer.md, [[Page Name]] links) so they render correctly.

File Wiki page
Home.md Landing page
Use-Cases.md Use Cases — real scenarios, inputs & outputs
Roadmap.md Phase-by-phase roadmap
RubricMaker-Alignment.md Alignment with the RubricMaker app
_Sidebar.md Navigation sidebar (all pages)
_Footer.md Footer (all pages)

Editing

Clone the wiki repo, edit the files, commit and push — the wiki updates immediately:

git clone git@github.com:NesiciCoding/vocabkitchen-CLI.wiki.git
cd vocabkitchen-CLI.wiki
# edit Home.md / Roadmap.md / ...
git add .
git commit -m "Update ..."
git push

[[Page Name]] links resolve automatically on the wiki; the intra-repo links to README.md / WORDLISTS.md / GRAMMARPROFILE.md point at the main repo on main.

Clone this wiki locally