|
1 | 1 | [ |
| 2 | + { |
| 3 | + "path": "llms.txt", |
| 4 | + "kind": "home output", |
| 5 | + "covers": [], |
| 6 | + "skip": false |
| 7 | + }, |
2 | 8 | { |
3 | 9 | "path": "index.md", |
4 | 10 | "kind": "home", |
5 | | - "covers": ["description", "body", "children"] |
| 11 | + "covers": ["description", "body", "children"], |
| 12 | + "skip": false |
6 | 13 | }, |
7 | 14 | { |
8 | 15 | "path": "blog/index.md", |
9 | 16 | "kind": "section", |
10 | | - "covers": ["!description", "!body", "children"] |
| 17 | + "covers": ["!description", "!body", "children"], |
| 18 | + "skip": false |
11 | 19 | }, |
12 | 20 | { |
13 | 21 | "path": "docs/index.md", |
14 | 22 | "kind": "section", |
15 | | - "covers": ["!description", "body", "children"] |
| 23 | + "covers": ["!description", "body", "children"], |
| 24 | + "skip": false |
16 | 25 | }, |
17 | 26 | { |
18 | 27 | "path": "docs/content/index.md", |
19 | 28 | "kind": "section", |
20 | | - "covers": ["description", "!body", "children"] |
| 29 | + "covers": ["description", "!body", "children"], |
| 30 | + "skip": false |
21 | 31 | }, |
22 | 32 | { |
23 | 33 | "path": "docs/get-started/index.md", |
24 | 34 | "kind": "section", |
25 | | - "covers": ["description", "body", "children"] |
| 35 | + "covers": ["description", "body", "children"], |
| 36 | + "skip": false |
26 | 37 | }, |
27 | 38 | { |
28 | 39 | "path": "blog/2022/hello/index.md", |
29 | 40 | "kind": "page", |
30 | | - "covers": ["description", "body", "!children"] |
| 41 | + "covers": ["description", "body", "!children"], |
| 42 | + "skip": false |
31 | 43 | }, |
32 | 44 | { |
33 | 45 | "path": "fr/index.md", |
34 | 46 | "kind": "home", |
35 | | - "covers": ["description", "body", "children", "i18n:fr"] |
| 47 | + "covers": ["description", "body", "children", "i18n:fr"], |
| 48 | + "skip": false |
36 | 49 | } |
37 | 50 | ] |
0 commit comments