Skip to content

Commit

Permalink
rename section
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Sep 22, 2024
1 parent 58b6d9a commit 5cac493
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion malta.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"title": "Sessions",
"pages": [
["Overview", "/sessions/overview"],
["Database", "/sessions/database"],
["Storage", "/sessions/storage"],
["Cookies", "/sessions/cookies"]
]
},
Expand Down
2 changes: 1 addition & 1 deletion pages/sessions/cookies/astro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Session cookies in Astro"

# Session cookies in Astro

_This page builds upon the API defined in the [Database](/sessions/database) page._
_This page builds upon the API defined in the [Storage](/sessions/storage) page._

## CSRF protection

Expand Down
2 changes: 1 addition & 1 deletion pages/sessions/cookies/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Session cookies"

# Session cookies

_This page builds upon the API defined in the [Database](/sessions/database) page._
_This page builds upon the API defined in the [Storage](/sessions/storage) page._

Framework and library specific guides are also available:

Expand Down
2 changes: 1 addition & 1 deletion pages/sessions/cookies/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Next.js"

# Session cookies in Next.js

_This page builds upon the API defined in the [Database](/sessions/database) page._
_This page builds upon the API defined in the [Storage](/sessions/storage) page._

## CSRF protection

Expand Down
2 changes: 1 addition & 1 deletion pages/sessions/cookies/nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ title: "Nuxt"

# Session cookies in Nuxt

_This page builds upon the API defined in the [Database](/sessions/database) page._
_This page builds upon the API defined in the [Storage](/sessions/storage) page._
2 changes: 1 addition & 1 deletion pages/sessions/cookies/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Session cookies in SvelteKit"

# Session cookies in SvelteKit

_This page builds upon the API defined in the [Database](/sessions/database) page._
[Storage]_This page builds upon the API defined in the [Storage](/sessions/storage) page._

## Cookies

Expand Down
12 changes: 0 additions & 12 deletions pages/sessions/database/index.md

This file was deleted.

File renamed without changes.
12 changes: 12 additions & 0 deletions pages/sessions/storage/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Session storage"
---

# Session storage

- [Drizzle ORM](/sessions/storage/drizzle-orm)
- [Redis](/sessions/storage/redis)
- [Prisma](/sessions/storage/prisma)
- [MySQL](/sessions/storage/mysql)
- [PostgreSQL](/sessions/storage/postgresql)
- [SQLite](/sessions/storage/sqlite)
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ title: "Sessions with Redis"

# Sessions with Redis

## Create your API

Here's what our API will look like. What each method does should be pretty self explanatory.

```ts
Expand Down
File renamed without changes.

0 comments on commit 5cac493

Please sign in to comment.