Skip to content

Commit 22d4b0d

Browse files
committed
Start drafting MkDocs based page
1 parent e462dcb commit 22d4b0d

28 files changed

Lines changed: 43 additions & 4996 deletions

.github/workflows/deploy.yml

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

.gitignore

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

.nojekyll

Whitespace-only changes.

.vscode/extensions.json

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

.vscode/launch.json

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

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

astro.config.mjs

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

docs/committee.md

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

docs/contact.md

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

docs/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Home
2+
3+
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
4+
5+
## Commands
6+
7+
- `mkdocs new [dir-name]` - Create a new project.
8+
- `mkdocs serve` - Start the live-reloading docs server.
9+
- `mkdocs build` - Build the documentation site.
10+
- `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.

0 commit comments

Comments
 (0)