From cf25028640a4a145776a371f56c5463a76551b26 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 21 Jan 2019 14:49:55 +0200 Subject: [PATCH] Fix approach redirect. (#28095) --- site/docs/4.2/extend/approach.md | 1 + site/docs/4.2/extend/index.md | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 site/docs/4.2/extend/index.md diff --git a/site/docs/4.2/extend/approach.md b/site/docs/4.2/extend/approach.md index 62031981f6..c6730b61e9 100644 --- a/site/docs/4.2/extend/approach.md +++ b/site/docs/4.2/extend/approach.md @@ -3,6 +3,7 @@ layout: docs title: Approach description: Learn about the guiding principles, strategies, and techniques used to build and maintain Bootstrap so you can more easily customize and extend it yourself. group: extend +redirect_from: "/docs/4.2/extend/" --- While the getting started pages provide an introductory tour of the project and what it offers, this document focuses on _why_ we do the things we do in Bootstrap. It explains our philosophy to building on the web so that others can learn from us, contribute with us, and help us improve. diff --git a/site/docs/4.2/extend/index.md b/site/docs/4.2/extend/index.md deleted file mode 100644 index 8c29313d8f..0000000000 --- a/site/docs/4.2/extend/index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: docs -title: Extend -redirect_to: "/docs/4.1/extend/approach/" ---- - -todo: this entire page -- 2.47.2