File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
app/docs/coverage/javascript Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { workflow } from "./code/workflow";
8
8
export default function JavaScriptConfigurationPage ( ) {
9
9
return (
10
10
< >
11
- < h1 className = "text-4xl font-bold mb-8" > JavaScript/ TypeScript Testing</ h1 >
11
+ < h1 className = "text-4xl font-bold mb-8" > JavaScript / TypeScript Testing</ h1 >
12
12
13
13
< div className = "space-y-12" >
14
14
< section >
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ export const RELATIVE_URLS = {
78
78
COVERAGES : "/dashboard/coverage" ,
79
79
TERMS_OF_SERVICE : "/terms-of-service" ,
80
80
USE_CASES : "/#use-cases" ,
81
+ DOCS : "/docs/coverage" ,
81
82
} as const ;
82
83
export const ABSOLUTE_URLS = {
83
84
CALENDLY : "https://calendly.com/gitauto/30min" ,
Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ export const INTERNAL_LINKS = [
57
57
category : "product" ,
58
58
showInNav : true ,
59
59
} ,
60
+ {
61
+ href : RELATIVE_URLS . DOCS ,
62
+ eventType : "documentation" ,
63
+ text : "Docs" ,
64
+ category : "resources" ,
65
+ showInNav : true ,
66
+ } ,
60
67
{
61
68
href : RELATIVE_URLS . FAQ ,
62
69
eventType : "faq" ,
You can’t perform that action at this time.
0 commit comments