Skip to content

Commit 829751a

Browse files
Merge branch 'master' into metalwarrior665-patch-2
2 parents cfbfe8e + 9b4bf65 commit 829751a

File tree

156 files changed

+3059
-3355
lines changed

Some content is hidden

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

156 files changed

+3059
-3355
lines changed
Lines changed: 83 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,90 @@
1-
apify(?=-\w+)
1+
Apify(?=-\w+)
2+
@apify\.com
3+
\bApify\b
24
Actor(s)?
5+
SDK(s)
6+
[Ss]torages
7+
Crawlee
8+
[Aa]utoscaling
9+
CU
10+
311
booleans
4-
Docusaurus
512
env
13+
npm
14+
serverless
15+
[Bb]oolean
16+
node_modules
17+
[Rr]egex
18+
[Mm]onorepo
19+
[Gg]ist
20+
SDK
21+
Dockerfile
22+
Docker's
23+
24+
Docusaurus
625
navbar
726
nginx
827
npm
28+
camelCase
29+
30+
:::caution
31+
:::note
32+
:::info
33+
:::tip
34+
:::warning
35+
36+
maxWidth
37+
startUrls
38+
39+
PDFs
40+
dataset's
41+
gif
42+
Gzip
43+
44+
API's
45+
APIs
46+
webhook's
47+
idempotency
48+
backoff
49+
50+
Authy
51+
reCaptcha
52+
OAuth
53+
untrusted
54+
unencrypted
55+
proxied
56+
57+
LLM
58+
embedder
59+
chatbot
60+
[Ll]angchain
61+
62+
[Kk]eboola
63+
[Aa]irbyte
64+
[Qq]drant
65+
[Pp]inecone
66+
[Mm]ilvus
67+
[Zz]illiz
68+
llama_index
69+
[Ff]lowise
70+
71+
exploitability
72+
[Ww]hitepaper
73+
[Cc]ron
74+
scalably
75+
metamorph
76+
hostname
77+
IPs
78+
unscoped
79+
multistep
80+
[Aa]utogenerated
81+
preconfigured
82+
[Dd]atacenter
83+
84+
[Ww]ikipedia
85+
[Zz]apier
86+
[Tt]rello
87+
[Pp]refill
88+
989

90+
[Mm]ultiselect

.github/workflows/lychee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Run Lychee Link Checker
3838
id: lychee
39-
uses: lycheeverse/lychee-action@v2.1.0
39+
uses: lycheeverse/lychee-action@v2.2.0
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
4242
with:

.github/workflows/typos-check.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/vale.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
fail_on_error: true
3333
vale_flags: '--minAlertLevel=error'
3434
reporter: github-pr-annotations
35+

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ tsconfig.tsbuildinfo
2121
sources/api/*
2222
!sources/api/sidebars.js
2323
apify-api.yaml
24+
apify-docs-theme/package-lock.json

vale.ini renamed to .vale.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@ StylesPath = .github/styles
22
MinAlertLevel = warning
33
IgnoredScopes = code, tt, table, tr, td
44

5-
vocabularies = Docs
5+
Vocab = Docs
66

77
Packages = write-good, Microsoft
88

99
[formats]
1010
mdx = md
1111

1212
[*.md]
13-
BasedOnStyles = Apify, write-good, Microsoft
13+
BasedOnStyles = Vale, Apify, write-good, Microsoft
14+
# Ignore URLs, HTML/XML tags starting with capital letter, lines containing = sign, http & https URL ending with ] or ) & email addresses
15+
TokenIgnores = (<\/?[A-Z].+>), ([^\n]+=[^\n]*), (\[[^\]]+\]\([^\)]+\)), ([^\n]+@[^\n]+\.[^\n]), ({[^}]*}), (`[^`]*`), (`\w+`)
16+
Vale.Spelling = YES
17+
1418

1519
# Disabling rules (NO)
1620
Microsoft.Contractions = NO

0 commit comments

Comments
 (0)