From 119027cce930474b5d77d6e0dbf9414c4cc993d1 Mon Sep 17 00:00:00 2001 From: Rohit Singh Date: Thu, 11 Nov 2021 13:31:53 +0530 Subject: [PATCH] remove aspectratio docs --- sidebars.js | 2 +- {docs => unreleased-docs}/aspectRatio.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {docs => unreleased-docs}/aspectRatio.md (100%) diff --git a/sidebars.js b/sidebars.js index 5bf3ee883..343c159b0 100644 --- a/sidebars.js +++ b/sidebars.js @@ -52,7 +52,7 @@ module.exports = { label: 'Layout', collapsed: false, items: [ - 'aspectRatio', + // 'aspectRatio', 'box', 'center', 'container', diff --git a/docs/aspectRatio.md b/unreleased-docs/aspectRatio.md similarity index 100% rename from docs/aspectRatio.md rename to unreleased-docs/aspectRatio.md