From bbf0f65284f6c9cc40429f446bddf48e2e882ad0 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 27 Dec 2020 16:56:10 +0000 Subject: Simplify the visual flow of the getting started page (#11316) * Add tabs to getting started page * Review comments Co-authored-by: Ryan * Align with current theme * Update docs/newbs_getting_started.md Co-authored-by: Ryan * Apply suggestions from code review Co-authored-by: Ryan Co-authored-by: Ryan --- docs/index.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 5cab97a57f..5312b9105d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -126,6 +126,10 @@ headings: 'h1, h2', title: 'Table of Contents', }, + tabs: { + persist : false, + tabComments: false, + }, plugins: [ function (hook, vm) { hook.beforeEach(function (html) { @@ -148,6 +152,7 @@ + -- cgit v1.2.3