Skip to content

Commit b18af70

Browse files
committed
Create some page outline proposal
1 parent f202a1e commit b18af70

10 files changed

Lines changed: 33 additions & 22 deletions

File tree

docs/index.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,9 @@
22

33
For 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.

docs/mission.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/resources/data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Data
File renamed without changes.

docs/resources/software.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Software

docs/workshops.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/workshops/2022.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 2022 Chicago 🇺🇸

docs/workshops/2024.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 2024 Korea 🇰🇷

docs/workshops/2025.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 2025 CERN 🇨🇭

mkdocs.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
site_name: MaLAPA Collaboration
2+
23
theme:
34
name: material
45
palette:
@@ -7,3 +8,29 @@ theme:
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

0 commit comments

Comments
 (0)