diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7b6ad..2c03450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ All notable changes to this project are documented here. The format follows ## [Unreleased] +### Added + +- The onboarding guide is bilingual. A language button beside the theme button + switches between Portuguese and English without reloading the page. Both + languages live in the same file, side by side, so they cannot drift apart the + way two separate files can; the choice is remembered per visitor, and a + first-time visitor gets whichever language their browser asks for. Without + JavaScript the page still renders, in Portuguese. + ### Fixed - The onboarding guide no longer serves `uses: Tooark/ci-security-scanner@v1.1.0` @@ -14,6 +23,10 @@ All notable changes to this project are documented here. The format follows The affected spans now carry Cloudflare's `email_off` opt-out. - The `[1.0.0]` and `[1.1.0]` links at the bottom of this file pointed at a `v1.0.0` tag that was never pushed, so both 404'd. +- The guide serves its own favicon. The link pointed at `../media/favicon.png`, + which resolves above the published root — `docs/` is the site root — and only + appeared to work because the organization's site happens to serve an + identical file at that path. It also declared `image/x-icon` for a PNG. ## [1.1.0] - 2026-09-22 diff --git a/docs/favicon.png b/docs/favicon.png new file mode 100644 index 0000000..5fc382d Binary files /dev/null and b/docs/favicon.png differ diff --git a/docs/index.html b/docs/index.html index cc998de..a786ecb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,11 +1,11 @@ - + - + -ci-security-scanner por dentro +CI Security Scanner + + @@ -590,14 +618,23 @@

Onboarding · Tooark

-

ci-security-scanner
por dentro

-

+

ci-security-scanner
por dentro

+

ci-security-scanner
from the inside

+ +

Este repositório não contém um scanner de segurança. Ele contém a embalagem reutilizável de um — publicada duas vezes, uma para GitHub Actions e uma para GitLab CI, com os mesmos nomes, os mesmos defaults e a mesma regra de precedência nas duas. Este guia percorre cada arquivo e, principalmente, o porquê de cada decisão.

-
-