From add492498e0af24f86b03387efbac5e8fb16ca4f Mon Sep 17 00:00:00 2001 From: Dakota Chang Date: Wed, 24 Jan 2024 07:58:19 -0500 Subject: [PATCH] start of the website! lets go documentation!! --- my-project/.DS_Store | Bin 0 -> 6148 bytes my-project/docs/index.md | 17 +++++++++++++++++ my-project/mkdocs.yml | 2 ++ 3 files changed, 19 insertions(+) create mode 100644 my-project/.DS_Store create mode 100644 my-project/docs/index.md create mode 100644 my-project/mkdocs.yml diff --git a/my-project/.DS_Store b/my-project/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..abedca5b8c452a9084f4abd2434a4dc283e4e3b4 GIT binary patch literal 6148 zcmeHK%}T>S5Z-O0ZYV+y3OxqA7OZV4ikDF93mDOZN=;1BV9b^#HHT8jSzpK}@p+ut z-H63{6|pn0`_1oe_JiyXV~h`G(E(!)V@yCp-cJWSR$YI-aV6I2uFB^<|t!vKYu&8fB{1*8ySM_Q+|@=be7L<#v0AiVV$s z_7@9V?C$L!pN$@qr&PXZLOJlQWZPf`ub_Oc=h>g8iA?XoSLIiEgv0&t*S z6GUTuDWH`T1H`}&4B-CYLPPWnmKxR80UchSF>WEEfR1koMAx8au+#_<5UxuBbtyMb z46e(;@0vW%V5w1;Gp=Taam>usKm+ literal 0 HcmV?d00001 diff --git a/my-project/docs/index.md b/my-project/docs/index.md new file mode 100644 index 0000000..000ea34 --- /dev/null +++ b/my-project/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/my-project/mkdocs.yml b/my-project/mkdocs.yml new file mode 100644 index 0000000..8c3f17e --- /dev/null +++ b/my-project/mkdocs.yml @@ -0,0 +1,2 @@ +site_name: Hydroponics 23-24 Spring Term Documentation and On-Boarding +site_url: https://example.com/