From: June Gardner Date: Tue, 26 Aug 2025 17:38:12 +0000 (-0700) Subject: Switching to MkDocs. X-Git-Url: https://where.june.codes/?a=commitdiff_plain;h=99d5db437b4beb127c1833c10fb2398c67c71738;p=june.codes Switching to MkDocs. --- diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..000ea34 --- /dev/null +++ b/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/index.html b/index.html deleted file mode 100644 index 58779ef..0000000 --- a/index.html +++ /dev/null @@ -1,9 +0,0 @@ - - - Welcome! - - -

Welcome!

-

This is a test page.

- - diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..582b020 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1 @@ +site_name: June Codes