-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
117 lines (116 loc) · 4.14 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
site_name: Crucible Documentation
site_description: "CRUCIBLE is an open-source application framework for creating and managing virtual environments and events."
site_author: "Crucible Team"
copyright: >
Copyright © 2024 Carnegie Mellon University. All rights reserved.
extra_css:
- stylesheets/extra.css
theme:
name: material
custom_dir: material/overrides
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- toc.integrate
- content.code.copy
- content.code.annotate
logo: assets/img/crucible-icon-c-alpha.svg
favicon: assets/img/crucible-icon-c-alpha.svg
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: red
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: red
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- admonition
- attr_list
extra:
social:
- icon: material/message-question
link: https://github.com/cmu-sei/Crucible/issues/new?template=question.md
name: Ask a Question
- icon: fontawesome/solid/bug
link: https://github.com/cmu-sei/crucible/issues/new?template=bug_report.md
name: Report a Problem
- icon: material/lightbulb-on
link: https://github.com/cmu-sei/crucible/issues/new?template=feature_request.md
name: Request a Feature
- icon: fontawesome/regular/comments
link: https://github.com/cmu-sei/crucible/discussions
name: Community Discussions
- icon: fontawesome/brands/github
link: https://github.com/cmu-sei/crucible
name: cmu-sei/Crucible on Github
- icon: fontawesome/regular/envelope
link: mailto:[email protected]?subject=Crucible%20Feedback
name: Email Crucible Team
- icon: fontawesome/solid/house
link: https://www.sei.cmu.edu/
name: Software Engineering Institute
nav:
- Home: index.md
- Player: player/index.md
- Caster: caster/index.md
- Steamfitter: steamfitter/index.md
- Alloy: alloy/index.md
- TopoMojo:
- About: topomojo/about.md
- Getting started with TopoMojo: topomojo/getting-started.md
- Finding an existing space: topomojo/finding-a-space.md
- Building a new space:
- Settings and Templates: topomojo/building-a-workspace.md
- Document: topomojo/lab-document.md
- Challenge: topomojo/challenge.md
- Files: topomojo/files.md
- Play: topomojo/play.md
- Admin features:
- Admin Dashboard: topomojo/admin-dashboard.md
- Gamespaces: topomojo/admin-gamespaces.md
- Workspaces: topomojo/admin-workspaces.md
- Templates: topomojo/admin-templates.md
- Machines: topomojo/admin-machines.md
- Users: topomojo/admin-users.md
- Log: topomojo/admin-log.md
- Copy and paste: topomojo/copy-paste.md
- Gameboard:
- About the Gameboard: gameboard/index.md
- Participating in a game: gameboard/participating.md
- Practicing challenges: gameboard/practice-area.md
- Using integrated support: gameboard/support.md
- Using Reports: gameboard/reports-beta.md
- Administering games:
- Administration: gameboard/admin.md
- Practice: gameboard/admin-practice-area.md
- Roles: gameboard/admin-roles.md
- Players: gameboard/admin-players.md
- Observe mode: gameboard/admin-observe.md
- Settings: gameboard/admin-settings.md
- Feedback form: gameboard/admin-feedback-form.md
- Completion Certificates: gameboard/completion-certificates.md
- Clone, yaml, and json options: gameboard/admin-clone-yaml-json.md
- Administering with Game Center [BETA]: gameboard/game-center.md
- Blueprint: blueprint/index.md
- CITE: cite/index.md
- Gallery: gallery/index.md
- Integrations: integrations/index.md
- Overview Install: install/index.md
repo_url: "https://github.com/cmu-sei/crucible"
repo_name: "cmu-sei/Crucible"