Skip to content

Add Quick Start and License docs pages#4

Merged
antonkomarev merged 1 commit into
mainfrom
docs/quick-start-and-license
Jul 15, 2026
Merged

Add Quick Start and License docs pages#4
antonkomarev merged 1 commit into
mainfrom
docs/quick-start-and-license

Conversation

@antonkomarev

@antonkomarev antonkomarev commented Jul 15, 2026

Copy link
Copy Markdown
Owner

Adds two documentation pages under docs/content/.

Quick Start (quick-start.md, weight 5)

A pointedly step-by-step, clone-free getting-started guide:

  1. Run your first checkgo run github.com/antonkomarev/certel/cmd/certel@latest check example.com, no clone and no build (needs Go 1.24+ for go run pkg@version). Shows the real JSON verdict.
  2. Install as a commandgo install …@latest to get a plain certel on PATH.
  3. Check whatever you need — STARTTLS and threshold flags.
  4. Write a config — minimal config.yaml.
  5. Validate and runcertel validate-config / certel monitor.

Plus a notification-sink section to watch alerts flow.

The commands were verified end-to-end locally against the live repo (remote go run resolves and runs; the sample check output is from a real run).

License (license.md, weight 90)

States MIT plainly and links to the repository LICENSE.

Landing page

Both pages appear automatically in the auto-derived sidebar; also added a Quick Start card to _index.md.

Quick Start is a clone-free, step-by-step guide: an instant certificate
check via `go run …@latest`, then `go install` for a `certel` command, then
the continuous monitor with a minimal config. License states MIT and links
to the repository LICENSE file. Both are surfaced in the landing cards.
@antonkomarev
antonkomarev merged commit 6428b2c into main Jul 15, 2026
5 checks passed
@antonkomarev
antonkomarev deleted the docs/quick-start-and-license branch July 15, 2026 20:13
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.

1 participant