-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Krishna Gupta <belivethatkg@gmail.com>
- Loading branch information
Showing
313 changed files
with
6,641 additions
and
6,004 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash | ||
|
||
# HelpDot - Verifies that redirects.csv does not have any duplicates | ||
# Duplicate sourceURLs break redirection on cloudflare pages | ||
|
||
declare -r REDIRECTS_FILE="docs/redirects.csv" | ||
|
||
duplicates=$(awk -F, 'a[$1]++{print $1}' $REDIRECTS_FILE) | ||
|
||
if [[ -z "$duplicates" ]]; then | ||
exit 0 | ||
fi | ||
|
||
echo "duplicate redirects are not allowed: $duplicates" | ||
exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
161 changes: 0 additions & 161 deletions
161
...assic/connect-credit-cards/business-bank-accounts/Business-Bank-Accounts-USD.md
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...expensify-classic/connect-credit-cards/deposit-accounts/Deposit-Accounts-AUD.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.