-
Notifications
You must be signed in to change notification settings - Fork 5
/
quickstatic.yaml
134 lines (112 loc) · 3.45 KB
/
quickstatic.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
base_url: "https://apitoolkit.io"
title: APItoolkit
description: AI tools for automatic API monitoring, documentation and more.
layouts:
"./blog/**/index.md": default/blog-single.liquid
"./features/**/index.md": default/features-single.liquid
"./pricing/index.md": default/index.liquid
"./index.md": default/index.liquid
"./docs/**/index.md": docs/page.liquid
"./events/**/index.md": default/index.liquid
"./thanks/index.md": default/index.liquid
"./tools/*/index.md": default/tools.liquid
"./compare/**/index.md": default/index.liquid
"./*/index.md": default/prose.liquid
"./**/*.md": default/index.liquid
"./**/*.liquid": default/empty.liquid
ignore:
- "./node_modules/**"
- ".git"
authors:
anthony:
name: "Anthony Alaribe"
picture: "https://avatars.githubusercontent.com/u/6564482?v=4"
irhose:
name: "Irhose Apori"
picture: "https://pbs.twimg.com/profile_images/1656791975088013312/W3q8KAJE_400x400.jpg"
jessica:
name: "Jessica Ofem"
picture: "https://avatars.githubusercontent.com/u/42941436?v=4"
dmytro:
name: "Dmytro Krasun"
picture: "https://pbs.twimg.com/profile_images/1678311781280759808/mDjAfPfC_400x400.jpg"
collins:
name: "Collins Offiong"
picture: "https://avatars.githubusercontent.com/u/93836558?v=4"
elliot:
name: "Elliot Brenya Sarfo"
picture: "https://avatars.githubusercontent.com/u/66503402?v=4"
apitoolkit_supported_frameworks:
- id: express_btn
title: Expressjs SDK
img_src: /assets/img/framework-logos/express-logo.png
alt: Express JS logo
- id: phoenix_btn
title: Phoenix SDK
img_src: /assets/img/framework-logos/phoenix-logo.png
alt: Phoenix Web Framework logo
- id: laravel_btn
title: Laravel SDK
img_src: /assets/img/framework-logos/laravel-logo.png
alt: Laravel logo
- id: net_btn
title: .Net SDK
img_src: /assets/img/framework-logos/netcore-logo.png
alt: .NET logo
- id: django_btn
title: Django SDK
img_src: /assets/img/framework-logos/django-logo.png
alt: Django logo
- id: go_btn
title: Golang SDK
img_src: /assets/img/framework-logos/go-logo.svg
alt: Go logo
- id: fast_btn
title: FastAPI SDK
img_src: /assets/img/framework-logos/fastapi-logo.png
alt: FastAPI logo
- id: symfony_btn
title: Symfony SDK
img_src: /assets/img/framework-logos/symfony-logo.png
alt: Symfony logo
- id: flask_btn
title: Flask SDK
img_src: /assets/img/framework-logos/flask-logo.png
alt: Flask logo
- id: gin_btn
title: Gin SDK
img_src: /assets/img/framework-logos/gin-logo.png
alt: Gin logo
- id: adonis_btn
title: Adonisjs SDK
img_src: /assets/img/framework-logos/adonis-logo.png
alt: Adonis JS logo
- id: fastify_btn
title: Fastify SDK
img_src: /assets/img/framework-logos/fastify-logo.png
alt: Fastify logo
- id: nestjs_btn
title: Nestjs SDK
img_src: /assets/img/framework-logos/nest-logo.png
alt: NestJS logo
- id: mux_btn
title: Mux SDK
img_src: /assets/img/framework-logos/mux-logo.png
alt: Mux logo
- id: pyramid_btn
title: Pyramid SDK
img_src: /assets/img/framework-logos/pyramid-logo.png
alt: Pyramid logo
docs_main_pages:
- title: Onboarding
slug: /docs/onboarding
icon: circle-play
- title: SDK Guides
slug: /docs/sdks
icon: plug
- title: Dashboard Guides
slug: /docs/dashboard
icon: chart-line
- title: Features
slug: /docs/features
icon: folder-tree