forked from EPCCed/eidf-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
65 lines (60 loc) · 2.04 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
theme:
name: material
favicon: images/favicon.ico
logo: images/EIDF_rgb.png
palette:
scheme: default
features:
- tabs
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/eidf.css
- stylesheets/access.css
site_name: EIDF User Documentation
site_url: https://epcced.github.io/eidf-docs/
repo_url: https://github.com/EPCCed/eidf-docs/
repo_name: EPCCed/eidf-docs.git
edit_uri: edit/main/docs/
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
nav:
- "Service Status": status/index.md
- "Documentation overview": index.md
- "About EIDF":
- "Introduction": overview/index.md
- "Acknowledgements": overview/acknowledgements.md
- "Contact": overview/contacts.md
- "Service Access":
- "Web and SSH": access/index.md
- "EIDF Web Portal": access/project.md
- "Virtual Desktop Interface": access/virtualmachines-vdi.md
- "Computing Services":
- "Virtual Desktops":
- "QuickStart": services/virtualmachines/quickstart.md
- "Managing VMs": services/virtualmachines/docs.md
- "Virtual Desktop Interface": access/virtualmachines-vdi.md
- "SSH Access to VMs": access/ssh.md
- "Managed JupyterHub":
- "QuickStart": services/jhub/quickstart.md
- "Tutorial": services/jhub/tutorial.md
- "Documentation": services/jhub/docs.md
- "Cerebras CS-1":
- "Get Access": services/cs1/access.md
- "Running codes": services/cs1/run.md
- "Ultra2":
- "Get Access": services/ultra2/access.md
- "Running codes": services/ultra2/run.md
- "Data Management Services":
- "Data Catalogue":
- "Metadata information": services/datacatalogue/metadata.md
- "Bespoke Services":
- "Ed-DaSH":
- "Workshop Notebook Service": bespoke/eddash/workshops.md
- "Workshop Virtual Machines": bespoke/eddash/safe-registration.md
- "JupyterHub Notebook Service Access": bespoke/eddash/jhub-git.md
- "EIDF Known Issues": known-issues/index.md
- "EIDF Frequently Asked Questions": faq/index.md