|
1 | 1 | {
|
2 | 2 | "sidebar": [
|
3 | 3 | {
|
4 |
| - "text": "Creating your own Snippets" |
| 4 | + "text": "Creating your own Snippets", |
| 5 | + "link": "creating-your-own-snippets", |
| 6 | + "summary": "Guide to create a custom Snippet" |
5 | 7 | },
|
6 | 8 | {
|
7 |
| - "text": "Configuring with CSON" |
| 9 | + "text": "Configuring with CSON", |
| 10 | + "link": "configuring-with-cson", |
| 11 | + "summary": "Utilize CSON to configure Pulsar" |
8 | 12 | },
|
9 | 13 | {
|
10 |
| - "text": "Style Tweaks" |
| 14 | + "text": "Style Tweaks", |
| 15 | + "link": "style-tweaks", |
| 16 | + "summary": "How to modify the look of Pulsar" |
11 | 17 | },
|
12 | 18 | {
|
13 |
| - "text": "Customizing Keybindings" |
| 19 | + "text": "Customizing Keybindings", |
| 20 | + "link": "customizing-keybindings", |
| 21 | + "summary": "Change what keyboard shortcuts do in Pulsar" |
14 | 22 | },
|
15 | 23 | {
|
16 |
| - "text": "Global Configuration Settings" |
| 24 | + "text": "Global Configuration Settings", |
| 25 | + "link": "global-configuration-settings", |
| 26 | + "summary": "Introduction of Pulsar's Settings" |
17 | 27 | },
|
18 | 28 | {
|
19 |
| - "text": "Language Specific Configuration Settings" |
| 29 | + "text": "Language Specific Configuration Settings", |
| 30 | + "link": "language-specific-configuration-settings", |
| 31 | + "summary": "Scope Settings on a per language basis" |
20 | 32 | },
|
21 | 33 | {
|
22 |
| - "text": "Customizing Language Recognition" |
| 34 | + "text": "Customizing Language Recognition", |
| 35 | + "link": "customizing-language-recognition", |
| 36 | + "summary": "Change the grammar chosen for a file" |
23 | 37 | },
|
24 | 38 | {
|
25 |
| - "text": "Controlling where customization is stored" |
| 39 | + "text": "Controlling where customization is stored", |
| 40 | + "link": "controlling-where-customization-is-stored", |
| 41 | + "summary": "Modify where your configuration data lives" |
26 | 42 | },
|
27 | 43 | {
|
28 |
| - "text": "The Init File" |
| 44 | + "text": "The Init File", |
| 45 | + "link": "the-init-file", |
| 46 | + "summary": "Learn the power of the Init file" |
29 | 47 | }
|
30 | 48 | ]
|
31 | 49 |
|
|
0 commit comments