Skip to content

Commit ad4da38

Browse files
committed
fix docs
1 parent 5ec44ae commit ad4da38

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

docs/docs/roles.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ for name in result.other_login_roles:
139139
print(f"Login role with no schema access: {name}")
140140
```
141141

142-
<<<<<<< Updated upstream
143-
=======
144142
## Login Roles
145143

146144
PUM provides utilities to manage login roles (database users) independently of
@@ -194,17 +192,13 @@ for name in RoleManager.members_of(connection=conn, role_name="tww_viewer"):
194192
print(name)
195193
```
196194

197-
>>>>>>> Stashed changes
198195
## Summary
199196

200197
- Define roles and permissions in your config YAML under the `roles` key.
201198
- Use inheritance to avoid duplication and build role hierarchies.
202199
- Each permission specifies a type and a list of schemas.
203200
- The system ensures only valid roles and permissions are created and applied.
204201
- Use `role list` to audit which roles have access to the module's schemas.
205-
<<<<<<< Updated upstream
206-
=======
207202
- Use `role create-login`, `role drop-login`, `role login-roles`, and `role members` to manage login users.
208-
>>>>>>> Stashed changes
209203

210204
For more details, see the [configuration](./configuration.md) page or the [RoleManager](./api/role_manager.md) class.

docs/mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ theme:
88
name: "material"
99
logo: assets/images/pum.png
1010
favicon: assets/images/favicon.ico
11-
# features:
11+
features:
1212
# - navigation.tabs
1313
# - navigation.tabs.sticky
1414
# - navigation.expand
15-
# - navigation.indexes
16-
# - navigation.top
17-
# - navigation.tracking
15+
- navigation.indexes
16+
- navigation.top
17+
- navigation.tracking
1818
# - pymdownx.highlight:
1919
# anchor_linenums: true
2020
# line_spans: __span

0 commit comments

Comments
 (0)