docs: Add content table for build integration pages

This commit is contained in:
Faruk AYDIN
2022-11-08 20:12:25 +01:00
parent 47afd60ddf
commit c579eebd16
7 changed files with 98 additions and 0 deletions

View File

@@ -1,5 +1,19 @@
# Auth
:::info
The build integrations section is best understood when read from beginning to end. To get the most value out of it, start from the first page and read through page by page.
1. [Folder structure](/build-integrations/folder-structure)
2. [App](/build-integrations/app)
3. [Global variable](/build-integrations/global-variable)
4. [<mark>Auth</mark>](/build-integrations/auth)
5. [Triggers](/build-integrations/triggers)
6. [Actions](/build-integrations/actions)
7. [Examples](/build-integrations/examples)
:::
## Sign up for the cat API
Go to the [sign up page](https://thecatapi.com/signup) of the cat API and register your account. It allows you to have 10k requests per month with a free account. You will get an API key by email after the registration. We will use this API key for authentication later on.