1
1
import * as React from "react" ;
2
+ import { Link } from "gatsby" ;
2
3
import '../pages/style.css' ;
3
4
import { Container , Title , Button , Text , Table } from '@mantine/core' ;
4
5
import { Code , Cloud , CloudUpload , DeviceLaptop , Book } from 'tabler-icons-react' ;
@@ -13,14 +14,14 @@ const ActionPage = () => {
13
14
< Container >
14
15
< Title order = { 1 } my = "lg" > Getting Started in Operate First</ Title >
15
16
< Text py = "sm" >
16
- < b > Start by reading about < a href = " about" target = "_blank" > Our Purpose</ a > .</ b >
17
+ < b > Start by reading about < Link to = "/ about"> Our Purpose</ Link > .</ b >
17
18
</ Text >
18
19
< Text py = "sm" >
19
20
Where you go from there is shaped by your background
20
21
and how you want to use or contribute to Operate First.
21
22
</ Text >
22
23
23
- < Title order = { 3 } mt = "xl" > < Code /> I' m an app developer...</ Title >
24
+ < Title order = { 3 } mt = "xl" > < Code /> I' m an app developer...</ Title >
24
25
< Text pt = "sm" >
25
26
< i > I develop software applications that I deploy in production cloud
26
27
environments. I want my production deployment to have open
@@ -31,48 +32,48 @@ const ActionPage = () => {
31
32
< Text py = "sm" >
32
33
< b > Get started by:</ b >
33
34
< ul >
34
- < li > Reading our < a href = " developer"> Developer page</ a > with info on how to get started.</ li >
35
- < li > Deploying your app in the < a href = " community-cloud"> Operate First Community Cloud</ a > .</ li >
35
+ < li > Reading our < Link to = "/ developer"> Developer page</ Link > with info on how to get started.</ li >
36
+ < li > Deploying your app in the < Link to = "/ community-cloud"> Operate First Community Cloud</ Link > .</ li >
36
37
</ ul >
37
38
</ Text >
38
39
39
- < Title order = { 3 } mt = "xl" > < Cloud /> I' m in DevOps or SRE...</ Title >
40
+ < Title order = { 3 } mt = "xl" > < Cloud /> I' m in DevOps or SRE...</ Title >
40
41
< Text pt = "sm" >
41
42
< i > I have provided DevOps or SRE services in a production cloud
42
43
environment. I want to work in an open operations setting where I
43
- can gather information about an application' s operational performance
44
+ can gather information about an application' s operational performance
44
45
and suggest code changes to application developers that can help them
45
46
improve how their apps operate.</ i >
46
47
</ Text >
47
48
< Text pt = "sm" >
48
- < b > Get started by joining the < a href = " community-cloud"> Operate First Community Cloud</ a > .</ b >
49
+ < b > Get started by joining the < Link to = "/ community-cloud"> Operate First Community Cloud</ Link > .</ b >
49
50
</ Text >
50
51
< Text py = "sm" >
51
52
< b > Get started by:</ b >
52
53
< ul >
53
- < li > Reading our < a href = " srepractices"> SRE Practices page</ a > to learn how we operate so you can jump in, too.</ li >
54
- < li > Joining the < a href = " community-cloud"> Operate First Community Cloud</ a > .</ li >
54
+ < li > Reading our < Link to = "/ srepractices"> SRE Practices page</ Link > to learn how we operate so you can jump in, too.</ li >
55
+ < li > Joining the < Link to = "/ community-cloud"> Operate First Community Cloud</ Link > .</ li >
55
56
</ ul >
56
57
</ Text >
57
58
58
- < Title order = { 3 } mt = "xl" > < CloudUpload /> I' m a data scientist...</ Title >
59
+ < Title order = { 3 } mt = "xl" > < CloudUpload /> I' m a data scientist...</ Title >
59
60
< Text pt = "sm" >
60
61
< i > I am a data scientist who wants to know more about the work
61
62
currently happening in the Operate First space and how I might get
62
63
involved.</ i >
63
64
</ Text >
64
65
< Text pt = "sm" pb = "lg" >
65
- < b > Visit the < a href = " data-scientist"> Data Scientist page</ a > to learn more.</ b >
66
+ < b > Visit the < Link to = "/ data-scientist"> Data Scientist page</ Link > to learn more.</ b >
66
67
</ Text >
67
68
68
- < Title order = { 3 } mt = "xl" > < Book /> I' m a student...</ Title >
69
+ < Title order = { 3 } mt = "xl" > < Book /> I' m a student...</ Title >
69
70
< Text pt = "sm" >
70
71
< i > I am a student of IT or software engineering who is interested in
71
72
learning more about open source, DevOps, SRE, and applying open
72
73
operations in a production environment.</ i >
73
74
</ Text >
74
75
< Text pt = "sm" >
75
- < b > Visit the < a href = " docs-training"> Documentation and Training page</ a > to see what training we have available.</ b >
76
+ < b > Visit the < Link to = "/ docs-training"> Documentation and Training page</ Link > to see what training we have available.</ b >
76
77
</ Text >
77
78
< Text pb = "lg" >
78
79
When you revisit in the future, you can jump directly to the docs
@@ -83,10 +84,10 @@ const ActionPage = () => {
83
84
< Text pt = "sm" >
84
85
< i > I believe in the goal of Operate First and want to see the movement
85
86
succeed. I want to follow what this community is doing and perhaps
86
- get involved in what' s going on.</ i >
87
+ get involved in what' s going on.</ i >
87
88
</ Text >
88
89
< Text pt = "sm" >
89
- < b > Get started by following or joining our < a href = " community"> Operate First Community</ a > .</ b >
90
+ < b > Get started by following or joining our < Link to = "/ community"> Operate First Community</ Link > .</ b >
90
91
</ Text >
91
92
< Text pb = "lg" >
92
93
When you revisit in the future, you can jump directly to the
0 commit comments