Skip to content

docs: aligning with ServerKit README (+ v1.3.24 bump) - #8

Merged
jhd3197 merged 3 commits into
mainfrom
dev
Jul 20, 2026
Merged

docs: aligning with ServerKit README (+ v1.3.24 bump)#8
jhd3197 merged 3 commits into
mainfrom
dev

Conversation

@jhd3197

@jhd3197 jhd3197 commented Jul 20, 2026

Copy link
Copy Markdown
Owner

README restructured to match the ServerKit family layout: poster hero, platform/downloads badges, language nav (ES/ZH/PT translations), 2-column screenshot tables, feature tables, 💛 Support section with crypto QR funding, Related Projects, Discord community section, standardized footer. Also includes the v1.3.24 crate bump.

jhd3197 added 2 commits July 20, 2026 03:53
Updates Cargo.lock to reflect the 1.3.24 version bump for faro, faro-agent-proto, faro-agentd, and faro-cli.
Copilot AI review requested due to automatic review settings July 20, 2026 13:24
@jhd3197
jhd3197 merged commit b55a8b1 into main Jul 20, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refreshes Faro’s public-facing documentation to match the ServerKit family README structure (hero poster, badges, nav, screenshot grids, feature tables, support/related/community/footer) while also bumping the Rust crate versioning to v1.3.24.

Changes:

  • Restructured README.md (and added ES/ZH/PT translations) with a standardized layout, expanded sections, and new Support/Related/Community content.
  • Added a local QR generation script for the Support crypto addresses, plus .gitignore exceptions for committed poster/QR assets.
  • Updated Cargo.lock to reflect 1.3.24 for the workspace crates.

Reviewed changes

Copilot reviewed 5 out of 12 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
src-tauri/Cargo.lock Updates workspace crate versions to 1.3.24 in the lockfile.
scripts/generate-funding-qr.mjs Adds a local QR generator + address validation for README funding QR images.
README.md Restructures the main README to the ServerKit-style layout; adds Support/Related/Community sections and translation nav.
docs/README.es.md Adds Spanish README translation aligned to the new structure.
docs/README.zh-CN.md Adds Chinese README translation aligned to the new structure.
docs/README.pt.md Adds Portuguese README translation aligned to the new structure.
.gitignore Un-ignores the committed poster image and funding QR PNGs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +17 to +20
* Usage:
* npm i qrcode js-sha3 # not repo deps; install ad hoc when regenerating
* node scripts/generate-funding-qr.mjs
* node scripts/generate-funding-qr.mjs --check # verify committed PNGs match
Comment on lines +157 to +160
QRCode = require('qrcode');
} catch {
console.error('\nMissing dep. Run: npm i qrcode js-sha3');
process.exit(1);
Comment thread README.md
Contributions are welcome!

```
fork → feature branch → commit → push → pull request
Comment thread docs/README.es.md
¡Las contribuciones son bienvenidas!

```
fork → rama de feature → commit → push → pull request
Comment thread docs/README.pt.md
Contribuições são bem-vindas!

```
fork → branch de feature → commit → push → pull request
Comment thread docs/README.zh-CN.md
欢迎贡献!

```
fork → 特性分支 → commit → push → pull request
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.

2 participants