Skip to content

Add a wiki to organize learning material - #9

Draft
fafouine wants to merge 1 commit into
mainfrom
claude/learning-log-wiki
Draft

Add a wiki to organize learning material#9
fafouine wants to merge 1 commit into
mainfrom
claude/learning-log-wiki

Conversation

@fafouine

@fafouine fafouine commented Aug 6, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a wiki to the repository so the learning material has a clear front door. The learning-log itself already exists — this fills in the missing "wiki for the learning material I acquire" by tying the logs, concepts, and tag index together into a navigable knowledge base.

What changed

  • wiki/Home.md — landing page mapping each section (LOGS/, concepts/, tags/, Glossary) to where it lives, with "Start here" links.
  • wiki/Getting-Started.md — the log → concept → tag workflow, the three tag formats (#tag, #.method(), #func()), and how to regenerate the index.
  • wiki/Glossary.md — an alphabetical glossary seeded with clearly-labeled example entries to establish the format (the feature/wiki-glossary branch name signalled a glossary was intended).
  • README.md — a prominent 📚 Wiki section near the top so the wiki is discoverable.

Verification

  • Ran a relative-link checker over all four changed files — every wiki link resolves. Links point at the tags/ folder rather than the not-yet-generated tags/index.md, so nothing is dead on day one.
  • Ran python scripts/generate_tag_index.py — unchanged behavior (the indexer scans only LOGS/ and concepts/).

Explainer doc

Full background, intuition, walkthrough, alternatives, and a quiz: Explainer: Add a wiki to the learning-log repo


🤖 Opened as a draft for review. Documentation-only; no runtime code changed.

Introduce a wiki/ knowledge base (Home, Getting Started, Glossary) that
ties together the logs, concepts, and tag index, and link to it from the
README so it's the front door to the repository.

Co-authored-by: Johanie Martin Lafond <omgwtfgtfoomw@gmail.com>
@fafouine fafouine self-assigned this Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants