Skip to content

Commit b8b6f6d

Browse files
committed
show titles for pages
1 parent 2be18f7 commit b8b6f6d

5 files changed

Lines changed: 4 additions & 6 deletions

File tree

docs/01-introduction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Introduction
3-
hide_title: true
43
---
54

65
![chkware | Test management for api era](./assets/github-hero-01.png)

docs/02-setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Setup
3-
hide_title: true
43
---
54

65
### Installation

docs/03-quick-start.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Quick Start
3-
hide_title: true
43
---
54

65
To quickly start, let's try something live online.. [REQ|RES](https://reqres.in) is a hosted demo REST api service. Let's call a simple API endpoint from here.

docs/04-examples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Examples
3-
hide_title: true
43
---
54

65
:::note

docs/05-reference.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Reference
3-
hide_title: true
43
---
54

65
:::note
@@ -15,7 +14,7 @@ This page describes some key concepts before you use **chkware**. There are two
1514
1. The command line tool that you can run as `chk http`
1615
2. The test specification files: those you write in YAML, have extension `.chk`.
1716

18-
### Test specifications
17+
### Specification files
1918

2019
Test specification files are written in YAML, having file extension `.chk`. So, before you start writing any
2120
specs, you should have a proper introduction to YAML, if you do not have already. Here is a fine
@@ -25,6 +24,9 @@ so these files do not make you confuse in typical project layout.
2524
> In the future evolution path of **chkware** we are going to introduce more and more specification
2625
> options and specification types and versions.
2726
27+
28+
### Http specification
29+
2830
Let’s get introduced to the Http specification format supported by **chkware**. The Http specification
2931
format is how anyone express a Http request. Following is the full reference to write
3032
Http specification file.

0 commit comments

Comments
 (0)