Skip to content

Commit ba378d7

Browse files
committed
fix indents
1 parent a397246 commit ba378d7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

fern/products/docs/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ navigation:
156156
path: ./pages/authentication/rbac.mdx
157157
contents:
158158
- page: RBAC in MDX pages
159-
path: ./pages/authentication/roles-for-mdx-content.mdx
159+
path: ./pages/authentication/rbac-in-pages.mdx
160160
- page: API Key Injection
161161
path: ./pages/api-references/autopopulate-api-key.mdx
162162
- section: Enterprise

fern/products/docs/pages/authentication/rbac.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@ If you don't specify viewers, the content will be visible to _any authenticated
5656

5757
```yml docs.yml {6-7, 13-15}
5858
navigation:
59-
- tab: Home
59+
- tab: Home
6060
layout:
61-
- page: Welcome # this page is public
61+
- page: Welcome # this page is public
6262
path: pages/welcome.mdx
6363
viewer:
64-
- everyone
65-
- tab: Documentation
64+
- everyone
65+
- tab: Documentation
6666
layout:
67-
- page: Overview # this page is visible to all logged-in users
67+
- page: Overview # this page is visible to all logged-in users
6868
path: pages/overview.mdx
69-
- section: Beta Release # this section is visible to beta-users and admins
69+
- section: Beta Release # this section is visible to beta-users and admins
7070
viewers:
71-
- beta-users
72-
- admins
71+
- beta-users
72+
- admins
7373
contents:
7474
...
7575
```

0 commit comments

Comments
 (0)