From 7f43ce056bbce416f9beaebb6b5d8fe7427ae683 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Mon, 3 Sep 2018 19:04:16 -0500 Subject: [PATCH] Course Format -> Organization. --- website/docs/{format.md => org.md} | 0 website/mkdocs.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename website/docs/{format.md => org.md} (100%) diff --git a/website/docs/format.md b/website/docs/org.md similarity index 100% rename from website/docs/format.md rename to website/docs/org.md diff --git a/website/mkdocs.yml b/website/mkdocs.yml index 2c28eb9..d1ed3d2 100644 --- a/website/mkdocs.yml +++ b/website/mkdocs.yml @@ -19,7 +19,7 @@ pages: - Home: - About: 'index.md' - Syllabus: 'syllabus.md' - - Course Format: 'format.md' + - Organization: 'org.md' - Schedule: - Lectures: 'schedule/lectures.md' - Deadlines: 'schedule/deadlines.md'