From 727a4f12921b54ddc36d63c1b97a49b040271824 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 21 Oct 2022 15:58:03 +0100 Subject: [PATCH] remove how-to --- docs/how-to/animation.md | 1 - docs/how-to/index.md | 3 --- docs/how-to/mouse-and-keyboard.md | 1 - docs/how-to/scroll.md | 1 - mkdocs.yml | 5 ----- 5 files changed, 11 deletions(-) delete mode 100644 docs/how-to/animation.md delete mode 100644 docs/how-to/index.md delete mode 100644 docs/how-to/mouse-and-keyboard.md delete mode 100644 docs/how-to/scroll.md diff --git a/docs/how-to/animation.md b/docs/how-to/animation.md deleted file mode 100644 index 4709f033e..000000000 --- a/docs/how-to/animation.md +++ /dev/null @@ -1 +0,0 @@ -# Animation diff --git a/docs/how-to/index.md b/docs/how-to/index.md deleted file mode 100644 index 48a0aac26..000000000 --- a/docs/how-to/index.md +++ /dev/null @@ -1,3 +0,0 @@ -# How to ... - -For those who want more focused information on Textual features. diff --git a/docs/how-to/mouse-and-keyboard.md b/docs/how-to/mouse-and-keyboard.md deleted file mode 100644 index 1707580e4..000000000 --- a/docs/how-to/mouse-and-keyboard.md +++ /dev/null @@ -1 +0,0 @@ -# Mouse and Keyboard diff --git a/docs/how-to/scroll.md b/docs/how-to/scroll.md deleted file mode 100644 index a12cc92b4..000000000 --- a/docs/how-to/scroll.md +++ /dev/null @@ -1 +0,0 @@ -# Scroll diff --git a/mkdocs.yml b/mkdocs.yml index 7bcb11314..2f826fce3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,11 +24,6 @@ nav: - "guide/animation.md" - "guide/screens.md" - "roadmap.md" - - How to: - - "how-to/index.md" - - "how-to/animation.md" - - "how-to/mouse-and-keyboard.md" - - "how-to/scroll.md" - Events: - "events/index.md" - "events/blur.md"