Skip to content

Commit

Permalink
update docs cards links
Browse files Browse the repository at this point in the history
  • Loading branch information
danadoherty639 committed Jul 4, 2024
1 parent b3d5a79 commit e8b10ef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,55 +6,55 @@ cards:
-
title: Getting Started
text:
path: /documentation/setup/
path: '{{site.url}}/documentation/setup/'
icon: fa fa-toggle-on
colour: green
-
title: Configuration
text:
path: /documentation/configuration/
path: '{{site.url}}/documentation/configuration/'
icon: fa fa-wrench
colour: blue
-
title: Testing Classes
text:
path: /documentation/classes/
path: '{{site.url}}/documentation/classes/'
icon: fa fa-book
colour: pink
-
title: Testing Defined Types
text:
path: /documentation/defined_types/
path: '{{site.url}}/documentation/defined_types/'
icon: fa fa-copy
colour: purple
-
title: Testing Functions
text:
path: /documentation/functions/
path: '{{site.url}}/documentation/functions/'
icon: fa fa-superscript
colour: red
-
title: Testing Hosts
text:
path: /documentation/hosts/
path: '{{site.url}}/documentation/hosts/'
icon: fa fa-server
colour: orange
-
title: Testing Types
text:
path: /documentation/types/
path: '{{site.url}}/documentation/types/'
icon: fa fa-puzzle-piece
colour: blue
-
title: Testing Type Aliases
text:
path: /documentation/type_aliases/
path: '{{site.url}}/documentation/type_aliases/'
icon: fa fa-exchange
colour: pink
-
title: Coverage Reports
text:
path: /documentation/coverage/
path: '{{site.url}}/documentation/coverage/'
icon: fa fa-map-o
colour: purple
---

0 comments on commit e8b10ef

Please sign in to comment.