Skip to content

Commit

Permalink
Cleanup and updates to README files
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby committed Mar 11, 2024
1 parent fcb8537 commit ca994dc
Show file tree
Hide file tree
Showing 24 changed files with 69 additions and 15,225 deletions.
191 changes: 67 additions & 124 deletions .github/README.md

Large diffs are not rendered by default.

716 changes: 0 additions & 716 deletions .github/README_az.md

This file was deleted.

714 changes: 0 additions & 714 deletions .github/README_ckb.md

This file was deleted.

687 changes: 0 additions & 687 deletions .github/README_de.md

This file was deleted.

717 changes: 0 additions & 717 deletions .github/README_eg.md

This file was deleted.

687 changes: 0 additions & 687 deletions .github/README_es.md

This file was deleted.

861 changes: 0 additions & 861 deletions .github/README_fa.md

This file was deleted.

689 changes: 0 additions & 689 deletions .github/README_fr.md

This file was deleted.

865 changes: 0 additions & 865 deletions .github/README_he.md

This file was deleted.

689 changes: 0 additions & 689 deletions .github/README_id.md

This file was deleted.

712 changes: 0 additions & 712 deletions .github/README_it.md

This file was deleted.

691 changes: 0 additions & 691 deletions .github/README_ja.md

This file was deleted.

693 changes: 0 additions & 693 deletions .github/README_ko.md

This file was deleted.

693 changes: 0 additions & 693 deletions .github/README_nl.md

This file was deleted.

715 changes: 0 additions & 715 deletions .github/README_pl.md

This file was deleted.

689 changes: 0 additions & 689 deletions .github/README_pt.md

This file was deleted.

696 changes: 0 additions & 696 deletions .github/README_ru.md

This file was deleted.

758 changes: 0 additions & 758 deletions .github/README_sa.md

This file was deleted.

686 changes: 0 additions & 686 deletions .github/README_tr.md

This file was deleted.

721 changes: 0 additions & 721 deletions .github/README_uk.md

This file was deleted.

695 changes: 0 additions & 695 deletions .github/README_zh-CN.md

This file was deleted.

725 changes: 0 additions & 725 deletions .github/README_zh-TW.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Please provide a clear and concise description of the changes you've made and the problem they address. Include the purpose of the change, any relevant issues it solves, and the benefits it brings to the project. If this change introduces new features or adjustments, highlight them here.

Related to # (issue)
Fixes # (issue)

## Changes introduced

Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func handler(c fiber.Ctx) error {
}
```

We created a custom `CopyString` function that does the above and is available under [gofiber/utils](https://github.com/gofiber/fiber/tree/master/utils).
We created a custom `CopyString` function that does the above and is available under [gofiber/utils](https://github.com/gofiber/utils).

```go
app.Get("/:foo", func(c fiber.Ctx) error {
Expand Down

0 comments on commit ca994dc

Please sign in to comment.