Skip to content

docs: create guides/patterns directory#5145

Closed
leaanthony wants to merge 2 commits intov3-alphafrom
docs/14-create-patterns-guides
Closed

docs: create guides/patterns directory#5145
leaanthony wants to merge 2 commits intov3-alphafrom
docs/14-create-patterns-guides

Conversation

@leaanthony
Copy link
Copy Markdown
Member

Summary

  • Create new directory to organize pattern-focused documentation
  • Move Gin routing and services guides to patterns
  • Add new database integration guide covering SQLite, GORM, and best practices
  • Add new REST API building guide with multiple approaches and best practices

Quality Checklist

  • Code examples verified for correctness
  • All documentation follows Wails v3 patterns and conventions
  • Internal links are accurate
  • No hedging language or filler phrases
  • Comprehensive examples with proper import paths
  • category.json added for proper navigation

Closes #LEA-14

- Move gin-routing.mdx to guides/patterns/gin-routing.mdx
- Move gin-services.mdx to guides/patterns/gin-services.mdx
- Create new guides/patterns/database.mdx for database integration patterns
- Create new guides/patterns/rest-api.mdx for REST API best practices
- Add _category_.json for patterns directory navigation

Closes #LEA-14
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 14, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 1e5748ba-3eda-4ebc-9b90-3ece00e3c68d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/14-create-patterns-guides

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Missing Changelog Update

Hi @leaanthony, please update v3/UNRELEASED_CHANGELOG.md with a description of your changes.

This helps us keep track of changes for the next release.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 14, 2026

Deploying wails with  Cloudflare Pages  Cloudflare Pages

Latest commit: a6deab3
Status:🚫  Build failed.

View logs

Replace incorrect Bind field with proper Services field and NewService API.
The v3 application API uses Services: []application.Service with
application.NewService() instead of Bind: []interface{}.

Fixes feedback from code review.
@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Missing Changelog Update

Hi @leaanthony, please update v3/UNRELEASED_CHANGELOG.md with a description of your changes.

This helps us keep track of changes for the next release.

@leaanthony leaanthony closed this Apr 14, 2026
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