Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

docs: update generated markdown#25

Merged
williamwmarx merged 1 commit intomainfrom
docs/markdown-update-1766798073
Dec 27, 2025
Merged

docs: update generated markdown#25
williamwmarx merged 1 commit intomainfrom
docs/markdown-update-1766798073

Conversation

@github-actions
Copy link
Copy Markdown

Auto-generated markdown update

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Dec 27, 2025

Greptile Summary

Auto-generated documentation update that reorders the flag list in the temporary install section from --tmux, --vim, or --zsh to --vim, --zsh, or --tmux (alphabetically sorted).

  • The change reflects alphabetical ordering of installer flags
  • Generated by running go run assembly/main.go which reads from config.toml and sorts installer names
  • No functional impact, purely cosmetic reordering of documentation text

Confidence Score: 5/5

  • This PR is completely safe to merge with zero risk
  • This is an automated documentation update that only reorders flag names alphabetically in a single sentence. The change is purely cosmetic with no code modifications, no logic changes, and no functional impact.
  • No files require special attention

Important Files Changed

Filename Overview
INSTALL.md Reordered flag list in temporary install section from alphabetical order

Sequence Diagram

sequenceDiagram
    participant User
    participant Assembly as assembly/main.go
    participant Config as config.toml
    participant Template as INSTALL_TEMPLATE.md
    participant Output as INSTALL.md

    User->>Assembly: Run go run assembly/main.go
    Assembly->>Config: Read installers from config.toml
    Config-->>Assembly: Return installers (tmux, vim, zsh)
    Assembly->>Assembly: Sort installer names alphabetically
    Assembly->>Assembly: Generate tmpFlags string with sorted names
    Note over Assembly: Format: `--vim`, `--zsh`, or `--tmux`
    Assembly->>Template: Read INSTALL_TEMPLATE.md
    Assembly->>Assembly: Replace %TMP_FLAGS% with generated flags
    Assembly->>Output: Write updated INSTALL.md
    Output-->>User: Generated documentation with alphabetically ordered flags
Loading

@williamwmarx williamwmarx merged commit 44635a4 into main Dec 27, 2025
1 check passed
@williamwmarx williamwmarx deleted the docs/markdown-update-1766798073 branch December 27, 2025 01:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant