From fdc75f268baf5faa285994b79f97e890a7e08524 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 16 Dec 2024 18:14:20 -0600 Subject: [PATCH] checkpoint --- docs/docs/index.md | 17 +++++++++++++++++ docs/mkdocs.yml | 1 + 2 files changed, 18 insertions(+) create mode 100644 docs/docs/index.md create mode 100644 docs/mkdocs.yml diff --git a/docs/docs/index.md b/docs/docs/index.md new file mode 100644 index 00000000..000ea345 --- /dev/null +++ b/docs/docs/index.md @@ -0,0 +1,17 @@ +# Welcome to MkDocs + +For full documentation visit [mkdocs.org](https://www.mkdocs.org). + +## Commands + +* `mkdocs new [dir-name]` - Create a new project. +* `mkdocs serve` - Start the live-reloading docs server. +* `mkdocs build` - Build the documentation site. +* `mkdocs -h` - Print help message and exit. + +## Project layout + + mkdocs.yml # The configuration file. + docs/ + index.md # The documentation homepage. + ... # Other markdown pages, images and other files. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml new file mode 100644 index 00000000..e0c2000a --- /dev/null +++ b/docs/mkdocs.yml @@ -0,0 +1 @@ +site_name: mergerfs docs