Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
portal/
16 changes: 9 additions & 7 deletions src/APIMATIC-BUILD.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@
"defaultMode": "system",
"disableSwitch": false
},
"primaryColor": {
"light": "#0C7FF2",
"dark": "#7CBAF8"
},
"linkColor": {
"light": "#004AD7",
"dark": "#A3D1FF"
"colors": {
"primaryColor": {
"light": "#0C7FF2",
"dark": "#7CBAF8"
},
"linkColor": {
"light": "#004AD7",
"dark": "#A3D1FF"
}
},
"fontSource": [
"https://fonts.googleapis.com/css?family=Inter:100,100i,300,300i,400,400i,500,500i,700,700i,900,900",
Expand Down
18 changes: 11 additions & 7 deletions src/content/toc.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
toc:

- group: Onboarding Guides
icon: book-open-text
items:
- page: Overview
file: guides/overview.md
- page: Overview
file: guides/overview.md
# The Endpoint and Models sections contain auto-generated content. The 'generate' and 'from' directives instruct APIMatic's Docs generation service
# to generate and insert these sections here.
- group: Getting Started
icon: clock-fading
items:
# 'generate' specifies that this item will be auto-generated by APIMatic. A file/directory reference is not needed here
- generate: SDK Quickstart
from: getting-started
# 'generate' specifies that this item will be auto-generated by APIMatic. A file/directory reference is not needed here
- generate: SDK Quickstart
from: getting-started
- generate: API Endpoints
icon: braces
from: endpoints
- group: Events
icon: webhook
items:
- generate:
from: callbacks
- generate:
from: webhooks
- generate: Models
icon: database
from: models
- generate: SDK Infrastructure
icon: life-buoy
from: sdk-infra