Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.15 KB

File metadata and controls

38 lines (26 loc) · 1.15 KB

Contribute

This site is a personal documentation portfolio, but typo fixes, broken-link reports, and small clarifications are welcome.

How to contribute

Option 1: Edit directly on GitHub

  1. Navigate to the page you want to edit.
  2. Click the pencil icon (Edit this file).
  3. Make your changes and open a pull request.

Option 2: Local development

  1. Fork and clone this repository.
  2. From the repo root: nix develop (or install Node 20 + npm i -g mint manually).
  3. Run mint dev to preview at http://localhost:3000.
  4. Make your changes on a feature branch.
  5. Run mint broken-links to validate.
  6. Commit and open a pull request.

Writing guidelines

  • Active voice, second person ("you")
  • One idea per sentence
  • Sentence case for headings
  • Code formatting for file names, commands, paths, and code references
  • Diagrams over prose where structure matters

Content boundaries

This site documents public repositories only. Per the secrets policy, do not add:

  • Real internal IP addresses or hostnames
  • References to private repositories
  • Credentials, tokens, or other sensitive data

When in doubt, ask in an issue before opening a PR.