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
Copy file name to clipboardExpand all lines: docs/index.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,32 +45,32 @@ Welcome to the Harper Documentation! Here, you'll find all things Harper, and ev
45
45
items={[
46
46
{
47
47
type: 'link',
48
-
href: 'docs/developers/applications/',
48
+
href: '/docs/developers/applications/',
49
49
label: 'Harper Applications',
50
50
description: 'Build your a fully featured Harper Component with custom functionality',
51
51
},
52
52
{
53
53
type: 'link',
54
-
href: 'docs/developers/rest',
54
+
href: '/docs/developers/rest',
55
55
label: 'REST Queries',
56
56
description: 'The recommended HTTP interface for data access, querying, and manipulation',
57
57
},
58
58
{
59
59
type: 'link',
60
-
href: 'docs/developers/operations-api/',
60
+
href: '/docs/developers/operations-api/',
61
61
label: 'Operations API',
62
62
description: 'Configure, deploy, administer, and control your Harper instance',
63
63
},
64
64
{
65
65
type: 'link',
66
-
href: 'docs/developers/replication/',
66
+
href: '/docs/developers/replication/',
67
67
label: 'Clustering & Replication',
68
68
description:
69
69
'The process of connecting multiple Harper databases together to create a database mesh network that enables users to define data replication patterns.',
70
70
},
71
71
{
72
72
type: 'link',
73
-
href: 'docs/administration/harper-studio/',
73
+
href: '/docs/administration/harper-studio/',
74
74
label: 'Explore the Harper Studio',
75
75
description:
76
76
'The web-based GUI for Harper. Studio enables you to administer, navigate, and monitor all of your Harper instances in a simple, user friendly interface.',
0 commit comments