File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33For full documentation visit [ mkdocs.org] ( https://www.mkdocs.org ) .
44
5- ## Commands
5+ ## Our mission
66
77- ` mkdocs new [dir-name] ` - Create a new project.
88- ` mkdocs serve ` - Start the live-reloading docs server.
99- ` mkdocs build ` - Build the documentation site.
1010- ` mkdocs -h ` - Print help message and exit.
11-
12- ## Project layout
13-
14- mkdocs.yml # The configuration file.
15- docs/
16- index.md # The documentation homepage.
17- ... # Other markdown pages, images and other files.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Data
File renamed without changes.
Original file line number Diff line number Diff line change 1+ # Software
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # 2022 Chicago 🇺🇸
Original file line number Diff line number Diff line change 1+ # 2024 Korea 🇰🇷
Original file line number Diff line number Diff line change 1+ # 2025 CERN 🇨🇭
Original file line number Diff line number Diff line change 11site_name : MaLAPA Collaboration
2+
23theme :
34 name : material
45 palette :
78 font :
89 text : Roboto
910 code : Roboto Mono
11+ features :
12+ - navigation.tabs
13+ - navigation.expand
14+ - navigation.top
15+ - navigation.instant
16+ - navigation.sections
17+ - navigation.tracking
18+ - navigation.search.highlight
19+ - navigation.search.share
20+ - navigation.search.suggest
21+ - navigation.search.suggest.index
22+ - navigation.search.suggest.highlight
23+ - navigation.search.suggest.share
24+
25+ nav :
26+ - Home : index.md
27+ - Resources :
28+ - Publications : resources/publications.md
29+ - Software : resources/software.md
30+ - Data : resources/data.md
31+ - Workshops :
32+ - 2025 CERN 🇨🇭 : workshops/2025.md
33+ - 2024 Korea 🇰🇷 : workshops/2024.md
34+ - 2022 Chicago 🇺🇸 : workshops/2022.md
35+ - Committee : committee.md
36+ - Contact Us : contact.md
You can’t perform that action at this time.
0 commit comments