From b15bcfd6d78aca36b66ef45f87bc8ed8d082f57b Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Mon, 15 Jul 2019 13:53:32 -0700 Subject: [PATCH] [Dev docs] Update navigation bar (#1585) --- docs/_data/nav_development.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/_data/nav_development.yml b/docs/_data/nav_development.yml index 192afc8b8..08b4d075c 100644 --- a/docs/_data/nav_development.yml +++ b/docs/_data/nav_development.yml @@ -1,8 +1,6 @@ - title: Introduction items: - overview - - structure - - components - how-to-develop - how-to-debug - title: Threading @@ -14,10 +12,6 @@ - title: Layout System items: - layout-specs - - automatic-subnode-layout - - layout-transitions - title: Collections items: - collection-asynchronous-updates - - collection-animations - - cell-node-lifecycle