Skip to content

Commit

Permalink
Added more blank pages
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenQuim committed Feb 7, 2024
1 parent 4f4df9d commit dfc1b51
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/docs/guides/errors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Error handling

Error handling is a crucial part of any application. It is important to handle errors gracefully and provide meaningful feedback to the user. In this guide, we will cover how to handle errors in a Fuego application.
1 change: 1 addition & 0 deletions documentation/docs/guides/middlewares.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Middlewares
5 changes: 5 additions & 0 deletions documentation/docs/guides/routing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Routing

## Basics

## Groups
1 change: 1 addition & 0 deletions documentation/docs/guides/serialization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Serialization / Deserialization
7 changes: 7 additions & 0 deletions documentation/docs/tutorials/crud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CRUD

How to write simple CRUD operations.

## Generation

## The routes
1 change: 1 addition & 0 deletions documentation/docs/tutorials/hot-reload.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Hot reload

0 comments on commit dfc1b51

Please sign in to comment.