File tree 5 files changed +24
-3
lines changed
content/docs/getting-started
5 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,15 @@ export default defineConfig({
18
18
src : "./src/assets/harness-design-system-logo.svg" ,
19
19
replacesTitle : true ,
20
20
} ,
21
+ favicon : "./src/assets/favicon.png" ,
21
22
social : {
22
23
github : "https://github.com/harness/canary" ,
23
24
} ,
24
25
sidebar : [
26
+ {
27
+ label : "Getting started" ,
28
+ autogenerate : { directory : "getting-started" } ,
29
+ } ,
25
30
{
26
31
label : "Foundations" ,
27
32
autogenerate : { directory : "foundations" } ,
@@ -50,6 +55,6 @@ export default defineConfig({
50
55
react ( ) ,
51
56
] ,
52
57
redirects : {
53
- "/" : "/components/breadcrumb" , //
58
+ "/" : "/components/accordion" ,
54
59
} ,
55
60
} ) ;
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Installation
3
+ description : Steps to get up and running with the Harness Canary UI components
4
+ ---
5
+
6
+ These steps will you get up and running with the Harness Canary UI components.
Original file line number Diff line number Diff line change 1
1
body {
2
- @apply text-foreground-3 text-base overscroll-none;
2
+ @apply text-foreground-3 text-base overscroll-none !important ;
3
3
}
4
4
5
5
main {
@@ -113,3 +113,13 @@ ul.top-level summary svg {
113
113
pre .prism-code {
114
114
@apply rounded-md overflow-hidden border border-borders-4 bg-background-2 !important ;
115
115
}
116
+
117
+ /* Pagination overrides */
118
+
119
+ .pagination-links a {
120
+ @apply border border-borders-4 rounded-md text-xs text-foreground-4;
121
+ }
122
+
123
+ .pagination-links a .link-title {
124
+ @apply text-lg leading-tight;
125
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @harnessio/ui" ,
3
3
"description" : " Harness Canary UI component library" ,
4
- "version" : " 0.0.1" ,
4
+ "version" : " 0.0.1-alpha.0 " ,
5
5
"private" : false ,
6
6
"type" : " module" ,
7
7
"main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments