1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
---
layout: cards
title: Documentation
icon: fa fa-files-o
cards:
-
title: Getting Started
text:
path: /documentation/setup/
icon: fa fa-toggle-on
colour: green
-
title: Configuration
text:
path: /documentation/configuration/
icon: fa fa-wrench
colour: blue
-
title: Testing Classes
text:
path: /documentation/classes/
icon: fa fa-book
colour: pink
-
title: Testing Defined Types
text:
path: /documentation/defined_types/
icon: fa fa-copy
colour: purple
-
title: Testing Functions
text:
path: /documentation/functions/
icon: fa fa-superscript
colour: red
-
title: Testing Hosts
text:
path: /documentation/hosts/
icon: fa fa-server
colour: orange
-
title: Testing Applications
text:
path: /documentation/applications/
icon: fa fa-cubes
colour: green
-
title: Testing Types
text:
path: /documentation/types/
icon: fa fa-puzzle-piece
colour: blue
-
title: Testing Type Aliases
text:
path: /documentation/type_aliases/
icon: fa fa-exchange
colour: pink
-
title: Coverage Reports
text:
path: /documentation/coverage/
icon: fa fa-map-o
colour: purple
---
|