Skip to content

Commit

Permalink
Update docs (add gorilla/mux)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Shóstak committed Jun 14, 2024
1 parent 89e0c43 commit 54a2b20
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/es/getting-started/how-does-it-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Por lo tanto, puede ejecutarse en cualquier sistema y arquitectura que soporte d

Los templates por el lado del **backend** han sido testeados de manera exhaustiva y contienen solo las características y parámetros necesarios para comenzar. Puedes utilizarlos como un buen comienzo e irlos mejorando a medida que tu proyecto crezca.

Por el momento, la CLI soporta los siguientes frameworks web de Go: [Fiber][backend_fiber_url], [Gin][backend_gin_url], [Echo][backend_echo_url], [Chi][backend_chi_url], [HttpRouter][backend_httprouter_url] y [PocketBase][backend_pocketbase_url]. Por defecto, el proyecto creado utilizará el paquete [net/http][backend_net_http_url].
Por el momento, la CLI soporta los siguientes frameworks web de Go: [Fiber][backend_fiber_url], [Gin][backend_gin_url], [Echo][backend_echo_url], [Chi][backend_chi_url], [HttpRouter][backend_httprouter_url], [Gorilla/Mux][backend_gorilla_mux_url] y [PocketBase][backend_pocketbase_url]. Por defecto, el proyecto creado utilizará el paquete [net/http][backend_net_http_url].

### Capa del Servidor para htmx

Expand All @@ -37,7 +37,7 @@ Todos los templates son simples funciones de Go, sin necesidad de crear plantill

Con el propósito de mantener el código limpio, damos la opción de generar el archivo de configuración de [golangci-lint][backend_golangci_lint_url] con las configuraciones recomendadas. Esto es opcional, pero altamente recomendado.

## Frontend
## Frontend

Para crear una compilación del **frontend**, se eligió el rápido y fácil de usar [Parcel][frontend_parcel_url] bundler versión `2`. Esto nos permitió reducir al máximo el estrés de la construcción del frontend.

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/how-does-it-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Therefore, it can run successfully on any supported system and architecture as a

The templates for the **backend** part of your project have been thoroughly tested and contain only the features and parameters you need to get started. You can use them as a good start and improve them as your project grows.

At this moment, the CLI supported the following Go web frameworks: [Fiber][backend_fiber_url], [Gin][backend_gin_url], [Echo][backend_echo_url], [Chi][backend_chi_url], [HttpRouter][backend_httprouter_url] and [PocketBase][backend_pocketbase_url]. By default, created project will use the built-in [net/http][backend_net_http_url] package.
At this moment, the CLI supported the following Go web frameworks: [Fiber][backend_fiber_url], [Gin][backend_gin_url], [Echo][backend_echo_url], [Chi][backend_chi_url], [HttpRouter][backend_httprouter_url], [Gorilla/Mux][backend_gorilla_mux_url] and [PocketBase][backend_pocketbase_url]. By default, created project will use the built-in [net/http][backend_net_http_url] package.

### Server layer for htmx

Expand Down
1 change: 1 addition & 0 deletions docs/parts/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
[backend_echo_url]: https://github.com/labstack/echo
[backend_chi_url]: https://github.com/go-chi/chi
[backend_httprouter_url]: https://github.com/julienschmidt/httprouter
[backend_gorilla_mux_url]: https://github.com/gorilla/mux
[backend_pocketbase_url]: https://github.com/pocketbase/pocketbase
[backend_a_h_templ_url]: https://github.com/a-h/templ
[backend_angelofallars_go_htmx_url]: https://github.com/angelofallars/htmx-go
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/getting-started/how-does-it-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Therefore, it can run successfully on any supported system and architecture as a

The templates for the **backend** part of your project have been thoroughly tested and contain only the features and parameters you need to get started. You can use them as a good start and improve them as your project grows.

At this moment, the CLI supported the following Go web frameworks: [Fiber][backend_fiber_url], [Gin][backend_gin_url], [Echo][backend_echo_url], [Chi][backend_chi_url], [HttpRouter][backend_httprouter_url] and [PocketBase][backend_pocketbase_url]. By default, created project will use the built-in [net/http][backend_net_http_url] package.
At this moment, the CLI supported the following Go web frameworks: [Fiber][backend_fiber_url], [Gin][backend_gin_url], [Echo][backend_echo_url], [Chi][backend_chi_url], [HttpRouter][backend_httprouter_url], [Gorilla/Mux][backend_gorilla_mux_url] and [PocketBase][backend_pocketbase_url]. By default, created project will use the built-in [net/http][backend_net_http_url] package.

### Server layer for htmx

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_HK/getting-started/how-does-it-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Therefore, it can run successfully on any supported system and architecture as a

The templates for the **backend** part of your project have been thoroughly tested and contain only the features and parameters you need to get started. You can use them as a good start and improve them as your project grows.

At this moment, the CLI supported the following Go web frameworks: [Fiber][backend_fiber_url], [Gin][backend_gin_url], [Echo][backend_echo_url], [Chi][backend_chi_url], [HttpRouter][backend_httprouter_url] and [PocketBase][backend_pocketbase_url]. By default, created project will use the built-in [net/http][backend_net_http_url] package.
At this moment, the CLI supported the following Go web frameworks: [Fiber][backend_fiber_url], [Gin][backend_gin_url], [Echo][backend_echo_url], [Chi][backend_chi_url], [HttpRouter][backend_httprouter_url], [Gorilla/Mux][backend_gorilla_mux_url] and [PocketBase][backend_pocketbase_url]. By default, created project will use the built-in [net/http][backend_net_http_url] package.

### Server layer for htmx

Expand Down

0 comments on commit 54a2b20

Please sign in to comment.