Skip to content

Commit fb0f387

Browse files
committed
Update doc title and links
1 parent 95b02fa commit fb0f387

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/guides/api-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# API Tokens
1+
# Protecting an API with Access Tokens
22

33
Access Tokens can be used to authenticate users for your own site, or when allowing third-party developers to access your API. When making requests using access tokens, the token should be included in the `Authorization` header as a `Bearer` token.
44

docs/guides/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99
* [Events](events.md)
1010
* [Testing](testing.md)
1111
* [Customization](customization.md)
12+
13+
Guides:
14+
* [Protecting an API with Access Tokens](guides/api-tokens.md)

0 commit comments

Comments
 (0)