Skip to content

Commit 689ca69

Browse files
committed
formatting fixes
1 parent 004d820 commit 689ca69

File tree

4 files changed

+13
-17
lines changed

4 files changed

+13
-17
lines changed

docs/.vitepress/theme/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export default {
169169
handleTabHash();
170170
setupTabHashUpdates();
171171
});
172-
},
172+
}
173173
);
174174
},
175175
} satisfies Theme;

docs/.vitepress/theme/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,6 @@ a.VPLink.VPNavBarMenuLink[href*="sign-in"]:hover {
664664
box-shadow: 0 2px 8px rgba(0, 99, 153, 0.35) !important;
665665
}
666666

667-
668667
/* ================================================
669668
HERO IMAGE STYLES
670669
================================================ */
@@ -857,4 +856,4 @@ article img[src$="#hero-br"] {
857856
.medium-zoom-image--opened {
858857
z-index: 10000 !important;
859858
cursor: zoom-out;
860-
}
859+
}

docs/self-hosting/govern/instance-admin.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ Workspace deletion is currently not supported.
8686

8787
![](/images/instance-admin/god-mode-workspaces.webp#hero)
8888

89-
9089
### User management
9190

9291
View and manage all users across the instance, invite instance admins, and control access to God Mode.
@@ -100,14 +99,12 @@ View and manage all users across the instance, invite instance admins, and contr
10099

101100
See [User management](/self-hosting/manage/manage-instance-users) for details.
102101

103-
104102
### Images in Plane
105103

106104
You can use your own third-party libraries to update images in project settings. Configure your Unsplash key here. When we add more image libraries, they will show up here.
107105

108106
![](/images/instance-admin/god-mode-images.webp#hero)
109107

110-
111108
## FAQs
112109

113110
::: details How do you know who an Instance admin is?

docs/self-hosting/manage/manage-instance-users.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Go to **God Mode → User Management** to see all users in the instance.
1515

1616
The table displays:
1717

18-
| Column | Description |
19-
|--------|-------------|
20-
| Full Name | User's full name |
21-
| Display Name | User's display name |
22-
| Email | User's email address |
18+
| Column | Description |
19+
| ------------ | ---------------------- |
20+
| Full Name | User's full name |
21+
| Display Name | User's display name |
22+
| Email | User's email address |
2323
| Account Type | User or Instance Admin |
24-
| Status | Active or Suspended |
25-
| Joining Date | When the user joined |
24+
| Status | Active or Suspended |
25+
| Joining Date | When the user joined |
2626

2727
Use the search bar to find specific users.
2828

@@ -55,7 +55,7 @@ Click **…** next to any user to:
5555

5656
## User status
5757

58-
| Status | Description |
59-
|--------|-------------|
60-
| Active | User can access the instance |
61-
| Suspended | User account exists but cannot access the instance |
58+
| Status | Description |
59+
| --------- | -------------------------------------------------- |
60+
| Active | User can access the instance |
61+
| Suspended | User account exists but cannot access the instance |

0 commit comments

Comments
 (0)