From 185a0958291e5a785572fc1fd75b67e567341c99 Mon Sep 17 00:00:00 2001 From: Jon Lockwood Date: Mon, 31 Jan 2022 10:46:00 +0930 Subject: [PATCH] chore(syntax): remove syntax page as not required as part of the ops manual this page will be included there. MR !7 --- mkdocs.yml | 4 ---- pages/operations/syntax.md | 15 --------------- 2 files changed, 19 deletions(-) delete mode 100644 pages/operations/syntax.md diff --git a/mkdocs.yml b/mkdocs.yml index 35bc826..92c67bd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -151,10 +151,6 @@ nav: - operations/index.md - - Development: - - - operations/syntax.md - - Wiki: - wiki/index.md diff --git a/pages/operations/syntax.md b/pages/operations/syntax.md deleted file mode 100644 index ec78ecf..0000000 --- a/pages/operations/syntax.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Supported Markdown Syntax -tags: - - Development - - Markdown - - Website - - mkdocs ---- - -# Supported Markdown Syntax - -!!! Notice - This page is still being constructed - -_This website uses markdown documents to create the pages, please see the [reference guide](https://squidfunk.github.io/mkdocs-material/reference/) for further items that can be used._