From 4f7767277e12dbd5bf749e8bf6fd20b1637e22af Mon Sep 17 00:00:00 2001 From: John Practicalli <250870+practicalli-john@users.noreply.github.com> Date: Tue, 1 Aug 2023 10:05:22 +0100 Subject: [PATCH] challenges: reorder exercism challenges --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5bb9f6e62..82a9488fc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -199,10 +199,10 @@ nav: - coding-challenges/4clojure/index.md - Exercism: - coding-challenges/exercism/index.md - # - coding-challenges/exercism/hamming.md - # - coding-challenges/exercism/space-age.md - RNA Transcription: coding-challenges/exercism/rna-transcription.md - Nucleotide Count: coding-challenges/exercism/nucleotide-count.md + - coding-challenges/exercism/hamming.md + - coding-challenges/exercism/space-age.md - Bob: - coding-challenges/exercism/bob/index.md - coding-challenges/exercism/bob/bob-string-approach.md