You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section's goal is to give a **brief** look at the main features of the framework. It doesn't describe everything the framework has to offer, so don't consider this documentation. If you want a complete reference and documentation, head to [pkg.go.dev](https://pkg.go.dev/github.com/System-Glitch/goyave/v2) and the [official documentation](https://system-glitch.github.io/goyave/guide/).
97
+
This section's goal is to give a **brief** look at the main features of the framework. It doesn't describe everything the framework has to offer, so don't consider this documentation. If you want a complete reference and documentation, head to [pkg.go.dev](https://pkg.go.dev/github.com/System-Glitch/goyave/v3) and the [official documentation](https://system-glitch.github.io/goyave/guide/).
98
98
99
99
-[Hello world from scratch](#hello-world-from-scratch)
100
100
-[Configuration](#configuration)
@@ -114,7 +114,7 @@ This section's goal is to give a **brief** look at the main features of the fram
114
114
The example below shows a basic `Hello world` application using Goyave.
Goyave provides a convenient and expandable way of handling authentication in your application. Authentication can be enabled when registering your routes:
0 commit comments