Skip to content

Commit 9f591ae

Browse files
update
1 parent e8b10ef commit 9f591ae

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/documentation/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,55 +6,55 @@ cards:
66
-
77
title: Getting Started
88
text:
9-
path: '{{site.url}}/documentation/setup/'
9+
path: ({{ site.url/documentation/setup/ }})
1010
icon: fa fa-toggle-on
1111
colour: green
1212
-
1313
title: Configuration
1414
text:
15-
path: '{{site.url}}/documentation/configuration/'
15+
path: ({{ site.url/documentation/configuration/ }})
1616
icon: fa fa-wrench
1717
colour: blue
1818
-
1919
title: Testing Classes
2020
text:
21-
path: '{{site.url}}/documentation/classes/'
21+
path: ({{ site.url/documentation/classes/ )}}
2222
icon: fa fa-book
2323
colour: pink
2424
-
2525
title: Testing Defined Types
2626
text:
27-
path: '{{site.url}}/documentation/defined_types/'
27+
path: ({{ site.url}}/documentation/defined_types/ }})
2828
icon: fa fa-copy
2929
colour: purple
3030
-
3131
title: Testing Functions
3232
text:
33-
path: '{{site.url}}/documentation/functions/'
33+
path: ({{ site.url/documentation/functions/ }})
3434
icon: fa fa-superscript
3535
colour: red
3636
-
3737
title: Testing Hosts
3838
text:
39-
path: '{{site.url}}/documentation/hosts/'
39+
path: ({{ site.url/documentation/hosts/' }})
4040
icon: fa fa-server
4141
colour: orange
4242
-
4343
title: Testing Types
4444
text:
45-
path: '{{site.url}}/documentation/types/'
45+
path: ({{ site.url/documentation/types/' }})
4646
icon: fa fa-puzzle-piece
4747
colour: blue
4848
-
4949
title: Testing Type Aliases
5050
text:
51-
path: '{{site.url}}/documentation/type_aliases/'
51+
path: ({{ site.url/documentation/type_aliases/' }})
5252
icon: fa fa-exchange
5353
colour: pink
5454
-
5555
title: Coverage Reports
5656
text:
57-
path: '{{site.url}}/documentation/coverage/'
57+
path: ({{ site.url/documentation/coverage/' }})
5858
icon: fa fa-map-o
5959
colour: purple
6060
---

0 commit comments

Comments
 (0)