Skip to content

Commit 44a5244

Browse files
committed
Update API
1 parent d9edf6a commit 44a5244

File tree

89 files changed

+17045
-15514
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+17045
-15514
lines changed

docs/api-usage-limit.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
## Increase My API Usage Limit
1+
# Increase My API Usage Limit
2+
3+
To request an increase in your API usage limit, please fill out the following form:
4+
5+
➡️ **[Request API Limit Increase](https://forms.gle/Zs4nsmt84Hmz1fby9)**
6+
7+
We will be in touch shortly!

docs/stale_integrations/R.md

Whitespace-only changes.

docs/stale_integrations/UI.md

Whitespace-only changes.

docs/stale_integrations/api.md

-1
This file was deleted.

docs/stale_integrations/local.md

Whitespace-only changes.

scripts/gen_ref_pages.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def process_directory(
292292
'migrations', 'alembic', # Database migrations
293293
'node_modules', 'static', 'media', # Web assets
294294
'tmp', 'temp', 'cache', # Temporary files
295+
'misc',
295296
'.*' # Hidden directories
296297
}
297298

@@ -526,7 +527,8 @@ class DirectoryNotFoundError(Exception):
526527
'.pytest_cache',
527528
'build',
528529
'dist',
529-
'egg-info'
530+
'egg-info',
531+
'misc'
530532
}
531533

532534
root = Path(__file__).parent.parent

0 commit comments

Comments
 (0)