Skip to content

Conversation

@aviaviavi
Copy link
Contributor

@aviaviavi aviaviavi commented Jan 7, 2026

Implements a site-wide glossary for Scarf jargon using MkDocs Material tooltips (abbr + pymdownx.snippets auto-append).

  • Adds docs/includes/abbreviations.md with common Scarf terms (Gateway, MTCs, OQL, etc.)
  • Configures mkdocs.yml to append those abbreviations to every page

Closes #39.


AI-generated: This PR was generated with assistance from GPT-5.2 (openai-codex/gpt-5.2).

@aviaviavi
Copy link
Contributor Author

Added missing MkDocs Material feature flag for tooltips () and ignored local so it doesn't show up as untracked when building locally.

@aviaviavi
Copy link
Contributor Author

Fixup pushed: enabled MkDocs Material tooltips via:

  • theme:
    features:
    - content.tooltips

Also added .venv/ to .gitignore so local builds don’t leave untracked files.

@aviaviavi
Copy link
Contributor Author

Added a visible glossary page at /glossary/ and linked it in the nav.

AI-generated: this change was generated with assistance from GPT-5.2 (openai-codex/gpt-5.2).

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.

Site-wide glossary

2 participants