Skip to content

Commit 005d444

Browse files
ikoevskarigor789
authored andcommitted
Added table of contents for easier navigation (#122)
1 parent a10433f commit 005d444

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/docs/en/getting-started/2-playground-tutorial.md

+12
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,19 @@ You can work in the Playground for as long as you like. You can use it to just g
99

1010
**This page consists of two parts:**
1111
* [Part 1: Getting familiar with the Playground](#part-1-getting-familiar-with-the-playground)
12+
* [Before you start](#before-you-start)
13+
* [The lay of the land](#the-lay-of-the-land)
14+
* [Drag and drop to code](#drag-and-drop-to-code)
15+
* [Check it out real-time](#check-it-out-real-time)
16+
* [Configure your code](#configure-your-code)
1217
* [Part 2: Building an app](#part-2-building-an-app)
18+
* [The bare Vue.js template](#the-bare-vuejs-template)
19+
* [Basic design](#basic-design)
20+
* [Basic functionality: Add tasks](#basic-functionality-add-tasks)
21+
* [Basic functionality: View, complete, and delete tasks from the To Do tab](#basic-functionality-view-complete-and-delete-tasks-from-the-to-do-tab)
22+
* [Basic functionality: View, return to active tasks, and delete tasks from the Completed tab](#basic-functionality-view-return-to-active-tasks-and-delete-tasks-from-the-completed-tab)
23+
* [Advanced design: Styled input field and button](#advanced-design-styled-input-field-and-button)
24+
1325

1426
# Part 1: Getting familiar with the Playground
1527

0 commit comments

Comments
 (0)