forked from maths/stack-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (53 loc) · 1.89 KB
/
mkdocs.yml
File metadata and controls
54 lines (53 loc) · 1.89 KB
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
site_name: STACK
site_url: https://stack-assessment.org/
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
theme:
name: bootstrap
custom_dir: overrides
logo: img/logo_large.svg
nav_style: secondary
extra_css:
- custom.css
docs_dir: 'website_files'
markdown_extensions:
- mdx_math
nav:
- Home: 'index.md'
- About: 'About.md'
- Get Started: 'GetStarted.md'
- Community: 'Community.md'
- Training and Events:
- 'Meetings': 'Training_and_events.md'
- 'Annual conferences': 'Conference.md'
- 'Training events in 2020': '2020meetings.md'
- 'Meeting reports': 'MeetingReports/index.md'
- Case Studies:
- Overview: 'CaseStudies/index.md'
- 2023:
- 'CaseStudies/2023/Bahir_Dar_University_Workshop.md'
- 'CaseStudies/2023/Partial_frac_int.md'
- 2022:
- 'CaseStudies/2022/StringSimilarity.md'
- 'CaseStudies/2022/HonoursComplexVariables.md'
- 'CaseStudies/2022/MasenoWorkshop.md'
- 2021:
- 'CaseStudies/2021/Warwick.md'
- 'CaseStudies/2021/HELM.md'
- 2020:
- 'CaseStudies/2020/MINTFIT.md'
- 'CaseStudies/2020/OTH.md'
- 2019:
- 'CaseStudies/2019/FAC.md'
- 'CaseStudies/2019/PhysicsCurriculum.md'
- 'CaseStudies/2019/Adaptive.md'
- 'CaseStudies/2019/FlickInterface.md'
- 'CaseStudies/2019/Maseno.md'
- 'CaseStudies/2019/optes.md'
- 'CaseStudies/2019/ILIAS.md'
- 'CaseStudies/2019/StackAtScale.md'
- 'CaseStudies/2019/ABACUS.md'
- 'CaseStudies/2019/Loughborough.md'
- 'CaseStudies/2019/Edinburgh.md'
- Demo: 'https://stack-demo.maths.ed.ac.uk/demo/'
- Documentation: 'https://docs.stack-assessment.org/en/'