From 579b8e8d2822a38d6b7e8a9fb30589ad48040e33 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 12 Feb 2020 09:29:49 -0800 Subject: [PATCH] Rename files to make room for syntax highlighting section --- docs/section-4-syntax-highlighting.md | 6 ++++++ ...tion-4-implementation.md => section-5-implementation.md} | 0 ...{section-5-contributing.md => section-6-contributing.md} | 0 ...{section-6-playground.html => section-7-playground.html} | 0 4 files changed, 6 insertions(+) create mode 100644 docs/section-4-syntax-highlighting.md rename docs/{section-4-implementation.md => section-5-implementation.md} (100%) rename docs/{section-5-contributing.md => section-6-contributing.md} (100%) rename docs/{section-6-playground.html => section-7-playground.html} (100%) diff --git a/docs/section-4-syntax-highlighting.md b/docs/section-4-syntax-highlighting.md new file mode 100644 index 00000000..0155a9a2 --- /dev/null +++ b/docs/section-4-syntax-highlighting.md @@ -0,0 +1,6 @@ +--- +title: Syntax Highlighting +permalink: syntax-highlighting +--- + +# Syntax Highlighting diff --git a/docs/section-4-implementation.md b/docs/section-5-implementation.md similarity index 100% rename from docs/section-4-implementation.md rename to docs/section-5-implementation.md diff --git a/docs/section-5-contributing.md b/docs/section-6-contributing.md similarity index 100% rename from docs/section-5-contributing.md rename to docs/section-6-contributing.md diff --git a/docs/section-6-playground.html b/docs/section-7-playground.html similarity index 100% rename from docs/section-6-playground.html rename to docs/section-7-playground.html