Compare commits
2 Commits
2025.12.13
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 03188a9bdd | |||
| 9167060c6f |
3
docs/User/Account/reset-password.md
Normal file
3
docs/User/Account/reset-password.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Password Reset
|
||||||
|
|
||||||
|
This documentation is not written yet.
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
# User
|
# User
|
||||||
|
|
||||||
This group contains documentation aimed at end-users.
|
This group contains documentation aimed at end-users.
|
||||||
|
|
||||||
|
## Helpful Links
|
||||||
|
- [Account Management](https://fjla.uk)
|
||||||
|
- [Password Reset](https://fjla.uk/reset)
|
||||||
|
|
||||||
|
## Help Documents
|
||||||
|
- [How do I reset my password?](Account/reset-password.md)
|
||||||
@@ -4,4 +4,4 @@ This site provides user documentation, technical documentation, configuration st
|
|||||||
|
|
||||||
If you are a user seeking help [click here](User/index.md).
|
If you are a user seeking help [click here](User/index.md).
|
||||||
|
|
||||||
If you are an administrator seeking configuration reference [click here](Admin/index.md).
|
You can use the menu to navigate through help documents and guides.
|
||||||
10
mkdocs.yaml
10
mkdocs.yaml
@@ -1,14 +1,14 @@
|
|||||||
site_name: FJLA Documentation
|
site_name: FJLA Documentation
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- User: index.md
|
- User:
|
||||||
|
- Account:
|
||||||
|
- Reset or Change Password: User/Account/reset-password.md
|
||||||
- Admin:
|
- Admin:
|
||||||
|
- About: Admin/index.md
|
||||||
- Virtualisation & Orchestration:
|
- Virtualisation & Orchestration:
|
||||||
- Combining K8s, PVE & Ceph: Admin/Virtualisation/pve-k8s-ceph-config.md
|
- Combining K8s, PVE & Ceph: Admin/Virtualisation/pve-k8s-ceph-config.md
|
||||||
- Deploy RADOS Gateway in K8s: Admin/Virtualisation/rados-gw-in-k8s.md
|
- Deploy RADOS Gateway in K8s: Admin/Virtualisation/rados-gw-in-k8s.md
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: mkdocs
|
name: material
|
||||||
color_mode: auto
|
|
||||||
user_color_mode_toggle: true
|
|
||||||
navigation_depth: 2
|
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
mkdocs
|
mkdocs
|
||||||
|
mkdocs-material
|
||||||
Reference in New Issue
Block a user