-
Notifications
You must be signed in to change notification settings - Fork 1.2k
API endpoint
Gus edited this page Dec 27, 2017
·
13 revisions
Here are the following steps to document a new API endpoint:
- Create a new folder in
content/api
with your endpoint name - Create a
code_snippets
folder inside the previously created endpoint folder to store all your code examples - Create a
_index.md
file that contains just the following parameter:
---
title: TITLE OF YOUR ENDPOINT
external_redirect: /api/
---