Skip to content

Commit e8bf3c5

Browse files
committed
chore: fix up headings
1 parent fc49e56 commit e8bf3c5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

documentation/license_key.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ nav_order: 35
1010
<!-- TOC -->
1111

1212
- [Types of Specmatic Licenses](#types-of-specmatic-licenses)
13-
- [User Licenses](#user-licenses)
14-
- [Downloading the license key from Insights for service accounts](#downloading-the-license-key-from-insights-for-service-accounts)
15-
- [Setting Up the License Key for service accounts](#setting-up-the-license-key-for-service-accounts)
16-
- [Using Specmatic with Docker](#using-specmatic-with-docker)
13+
- [User Licenses](#user-licenses)
14+
- [Service Account Licenses](#service-account-licenses)
15+
- [Setting Up the License Key for service accounts](#setting-up-the-license-key-for-service-accounts)
16+
- [Using Specmatic with Docker](#using-specmatic-with-docker)
1717

1818
<!-- /TOC -->
1919

@@ -27,7 +27,7 @@ Specmatic provides two types of licenses:
2727

2828
Both license types are managed and downloaded from the Specmatic Insights Server. The setup and usage instructions for each are provided in the sections below.
2929

30-
## User Licenses
30+
### User Licenses
3131

3232
User licenses are intended for developers and testers who use Specmatic interactively, such as running Specmatic locally, or for manual contract authoring and testing. Each user should download their own license key from the Specmatic Insights Server.
3333

@@ -65,7 +65,7 @@ User licenses are intended for developers and testers who use Specmatic interact
6565

6666
2. The license file is saved in `~/.specmatic`. If you are running docker, ensure you mount this directory to `/root/.specmatic` in your docker container. `docker run -it --rm -v ~/.specmatic:/root/.specmatic specmatic/specmatic`
6767

68-
## Downloading the license key from Insights (for service accounts)
68+
### Service Account Licenses
6969

7070
![License Key Download](../../images/insights-license.gif)
7171

@@ -77,7 +77,7 @@ User licenses are intended for developers and testers who use Specmatic interact
7777
6. Click "Generate" to create the license key.
7878
7. Click the "Download" button to download the license file (`specmatic-license.txt`)
7979

80-
### Setting Up the License Key (for service accounts)
80+
#### Setting Up the License Key (for service accounts)
8181

8282
The license file can be placed in one of the following locations, in order of priority:
8383

@@ -90,7 +90,7 @@ The license file can be placed in one of the following locations, in order of pr
9090
3. **Custom Location with Environment Variable**
9191
If neither of the above options work, you can save the license file in any location of your choice and set the environment variable `SPECMATIC_LICENSE_PATH` to point to the license file.
9292

93-
### Using Specmatic with Docker
93+
## Using Specmatic with Docker
9494

9595
When using Specmatic with Docker, you must pass the license key as follows:
9696

0 commit comments

Comments
 (0)