From 1367f70fbc16af76f1d77161bb8f769ff48c0348 Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@chrisrebert.com>
Date: Sat, 9 Jan 2016 18:08:25 -0800
Subject: [PATCH] Docs: Add missing pages to "Getting started" TOC

Fixes #17986
[skip sauce]
---
 docs/_data/nav.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml
index dac90c0d80..615bdc1a3b 100644
--- a/docs/_data/nav.yml
+++ b/docs/_data/nav.yml
@@ -2,7 +2,9 @@
   pages:
     - title: Introduction
     - title: Download
+    - title: Contents
     - title: Browsers & devices
+    - title: JavaScript
     - title: Options
     - title: Flexbox
     - title: Build tools
-- 
GitLab