Skip to content

Commit 442d7d4

Browse files
committed
docs: add adonisjs integration page
1 parent 8e4e47e commit 442d7d4

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/content/docs/db.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,11 @@
4040
"title": "Create a custom lock store",
4141
"contentPath": "./extend/custom_lock_store.md",
4242
"category": "Extend"
43+
},
44+
{
45+
"permalink": "adonisjs-integration",
46+
"title": "AdonisJS",
47+
"contentPath": "./integrations/adonisjs.md",
48+
"category": "Integrations"
4349
}
4450
]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
summary: Verrou integration with AdonisJS
3+
---
4+
5+
# AdonisJS
6+
7+
If you are using AdonisJS, you can use the `@adonisjs/lock` package to use Verrou in your application.
8+
9+
You can find the package [here](https://github.com/adonisjs/lock) and the documentation [here](https://docs.adonisjs.com/guides/locks).
10+

0 commit comments

Comments
 (0)