shrinkpath 0.1.2

Smart cross-platform path shortening for CLIs, prompts, and tools
Documentation
site_name: shrinkpath
site_url: https://securityronin.github.io/shrinkpath/
repo_url: https://github.com/SecurityRonin/shrinkpath
repo_name: SecurityRonin/shrinkpath
edit_uri: edit/main/docs/

theme:
  name: material
  palette:
    - scheme: default
      primary: indigo
      accent: blue
      toggle:
        icon: material/brightness-7
        name: Switch to dark mode
    - scheme: slate
      primary: indigo
      accent: blue
      toggle:
        icon: material/brightness-4
        name: Switch to light mode
  features:
    - content.code.copy
    - navigation.tabs
    - navigation.sections
    - navigation.top
    - search.highlight

markdown_extensions:
  - admonition
  - attr_list
  - md_in_html
  - pymdownx.superfences
  - pymdownx.tabbed:
      alternate_style: true
  - pymdownx.highlight:
      anchor_linenums: true
  - tables
  - toc:
      permalink: true

nav:
  - Home: index.md
  - Privacy Policy: privacy.md
  - Terms of Service: terms.md

plugins:
  - search

# Pre-existing planning/spec docs live under docs/superpowers/ but are not part
# of the published site; excluding them keeps the nav minimal and stops
# `mkdocs build --strict` failing on their internal cross-links.
exclude_docs: |
  superpowers/

# Directory URLs (/privacy/, /terms/) — matches the SecurityRonin README footer
# standard (…/<repo>/privacy/). Flat .html URLs would 404 the footer links.
use_directory_urls: true