You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
link: {type: 'generated-index',description: 'Doc Detective tries to have sane defaults, but it also allows for a lot of customization. This section covers the various configuration options available to you.'},
25
-
items: ['get-started/config/contexts/index']
43
+
type: "category",
44
+
label: "Configuration",
45
+
link: {
46
+
type: "generated-index",
47
+
description:
48
+
"Doc Detective tries to have sane defaults, but it also allows for a lot of customization. This section covers the various configuration options available to you.",
49
+
},
50
+
items: ["get-started/config/contexts/index"],
26
51
},
27
52
{
28
-
type: 'category',
29
-
label: 'Guides',
30
-
link: {type: 'generated-index'},
53
+
type: "category",
54
+
label: "Guides",
55
+
link: {type: "generated-index"},
31
56
items: [
32
-
'get-started/tests/index',
57
+
"get-started/tests/index",
33
58
{
34
-
type: 'category',
35
-
label: 'Actions',
36
-
link: {type: 'generated-index',description: 'Actions are the commands performed in each step of a test. Each action has a specific purpose, such as checking a link, finding an element, or navigating to a URL.'},
59
+
type: "category",
60
+
label: "Actions",
61
+
link: {
62
+
type: "generated-index",
63
+
description:
64
+
"Actions are the commands performed in each step of a test. Each action has a specific purpose, such as checking a link, finding an element, or navigating to a URL.",
0 commit comments