From ac7b15de1f10b08120f511f38e52a3ab681d4797 Mon Sep 17 00:00:00 2001 From: Colin Lambrechts Date: Sun, 20 Jul 2025 16:18:11 +0200 Subject: [PATCH 1/2] Remove README.md: to later replace it with a symbolic link. --- README.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 0389a6b..0000000 --- a/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Climbing Notes - -Notes and descriptions about climbs so others can benefit from this information when searching for it. - -## Table of Contents - -TODO: - -## Developer Notes - -TODO: From d9a55e51e3c1e1793ca6d36c5b44f1f51437b5d6 Mon Sep 17 00:00:00 2001 From: Colin Lambrechts Date: Sun, 20 Jul 2025 16:28:37 +0200 Subject: [PATCH 2/2] Add symlink from index to main README: so that the contents will also show up on the repo root. --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 120000 README.md diff --git a/README.md b/README.md new file mode 120000 index 0000000..f8d98b2 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +C:/Users/colin/GIT/climbing-notes/docs/index.md \ No newline at end of file