-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (28 loc) · 801 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (28 loc) · 801 Bytes
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
site_name: "Vibe Coding Hackathon Docs"
site_description: "Documentation and submissions for the 2025 Vibe Coding Hackathon"
site_author: "NYU Vibe Coding Hackathon"
docs_dir: docs-md
site_dir: docs
nav:
- Docs: index.md
- Submissions:
- Overview: submissions.md
- Performance & Functionality: submissions/performance-and-functionality.md
- Prompts: submissions/prompts.md
- Rubric: rubric.md
theme:
logo: assets/images/favicon.png
features:
- navigation.footer
- search.highlight
name: material
palette:
primary: indigo
accent: indigo
plugins: []
markdown_extensions:
- md_in_html
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg