Skip to content

Commit c44bead

Browse files
committed
Updates colors.
1 parent 4e4eec3 commit c44bead

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

source/index.html.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ title: Runara API Reference
33

44
language_tabs:
55
- shell
6-
- javascript
76

87
toc_footers:
9-
- <a href='http://github.com/%3Cspan%20class="x x-first x-last">#'>Sign Up for a Developer Key</a>
8+
- <a href='http://github.com/%3Cspan%20class="x x-first x-last">https://app.runara.com/developer'>Sign Up for a Developer Key</a>
109

1110
includes:
1211
- errors
@@ -59,7 +58,7 @@ Kittn uses API keys to allow access to the API. You can register a new Kittn API
5958

6059
Kittn expects for the API key to be included in all API requests to the server in a header that looks like the following:
6160

62-
`Authorization: you.jwt.token`
61+
`Authorization: Bearer your.jwt.token`
6362

6463
<aside class="notice">
6564
You must replace <code>you.jwt.token</code> with your personal API key.
@@ -71,7 +70,7 @@ You must replace <code>you.jwt.token</code> with your personal API key.
7170

7271
```shell
7372
curl "https://api.runara.com/kittens"
74-
-H "Authorization: Bearer:your.jwt.token"
73+
-H "Authorization: Bearer your.jwt.token"
7574
```
7675

7776
```javascript

source/stylesheets/screen.css.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,9 @@ html {
497497
margin-bottom : 1.5em;
498498
background : $aside-notice-bg;
499499
line-height : 1.6;
500+
color : #fff;
501+
502+
&.notice {}
500503

501504
&.warning {
502505
background-color: $aside-warning-bg;

0 commit comments

Comments
 (0)