We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4e47e commit 442d7d4Copy full SHA for 442d7d4
docs/content/docs/db.json
@@ -40,5 +40,11 @@
40
"title": "Create a custom lock store",
41
"contentPath": "./extend/custom_lock_store.md",
42
"category": "Extend"
43
+ },
44
+ {
45
+ "permalink": "adonisjs-integration",
46
+ "title": "AdonisJS",
47
+ "contentPath": "./integrations/adonisjs.md",
48
+ "category": "Integrations"
49
}
50
]
docs/content/docs/integrations/adonisjs.md
@@ -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