diff --git a/docs/User/Account/index.md b/docs/User/Account/index.md new file mode 100644 index 0000000..62740b2 --- /dev/null +++ b/docs/User/Account/index.md @@ -0,0 +1 @@ +# Account Help \ No newline at end of file diff --git a/docs/User/Account/reset-password.md b/docs/User/Account/reset-password.md new file mode 100644 index 0000000..09b8d85 --- /dev/null +++ b/docs/User/Account/reset-password.md @@ -0,0 +1,3 @@ +# Password Reset + +This documentation is not written yet. \ No newline at end of file diff --git a/docs/User/index.md b/docs/User/index.md index 1f8cebc..ad8df7f 100644 --- a/docs/User/index.md +++ b/docs/User/index.md @@ -1,3 +1,10 @@ # User -This group contains documentation aimed at end-users. \ No newline at end of file +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) \ No newline at end of file diff --git a/mkdocs.yaml b/mkdocs.yaml index ccf1069..63cbf05 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -1,14 +1,13 @@ site_name: FJLA Documentation nav: - Home: index.md -- User: index.md +- User: + - Account: + - Reset or Change Password: User/Account/reset-password.md - Admin: - Virtualisation & Orchestration: - Combining K8s, PVE & Ceph: Admin/Virtualisation/pve-k8s-ceph-config.md - Deploy RADOS Gateway in K8s: Admin/Virtualisation/rados-gw-in-k8s.md theme: - name: mkdocs - color_mode: auto - user_color_mode_toggle: true - navigation_depth: 2 + name: material diff --git a/requirements.txt b/requirements.txt index b854bca..21f876b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -mkdocs \ No newline at end of file +mkdocs +mkdocs-material \ No newline at end of file