Skip to content

Commit c72eab3

Browse files
authored
chore: fix indent (#154)
1 parent 44cd94e commit c72eab3

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

modules/permify/index.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
---
22
title: Permify
33
categories:
4-
- other
4+
- other
55
docs:
6-
- id: go
7-
url: https://github.com/theoriginalstove/testcontainers-permify
8-
maintainer: community
9-
example: |
10-
```go
11-
container, err := permifytest.Run(context.Background())
12-
if err != nil {
13-
return err
14-
}
15-
```
16-
installation: |
17-
```bash
18-
go get -u github.com/theoriginalstove/testcontainers-permify
6+
- id: go
7+
url: https://github.com/theoriginalstove/testcontainers-permify
8+
maintainer: community
9+
example: |
10+
```go
11+
ctr, err := permifytest.Run(context.Background())
1912
```
13+
installation: |
14+
```bash
15+
go get -u github.com/theoriginalstove/testcontainers-permify
16+
```
2017
description: |
21-
Permify is an open-source authorization service for creating fine-grained and scalable authorization systems.
18+
Permify is an open-source authorization service for creating fine-grained and scalable authorization systems.
2219
---

0 commit comments

Comments
 (0)