This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs follow google docs standard and fixed loading of aliases (#132)
* docs : updated prefetch docs, added linter for markdown files and fixed links in markdown files * fix : use require for alias.php because composer not loading, files from composer.json. * refactor : changed PHP_EOL to \n
- Loading branch information
Showing
32 changed files
with
3,906 additions
and
128 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ infectionlog.txt | |
|
||
/build/logs | ||
/vendor | ||
/node_modules/ |
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 @@ | ||
10.16.0 |
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,34 @@ | ||
{ | ||
"filters": {}, | ||
"rules": { | ||
"en-capitalization": true, | ||
"footnote-order": true, | ||
"no-todo": true, | ||
"no-dead-link": { | ||
"ignore": [ | ||
"bc_data_*", | ||
] | ||
}, | ||
"no-empty-section": true, | ||
"terminology": true, | ||
"apostrophe": true, | ||
"diacritics": true, | ||
"@textlint-rule/no-invalid-control-character": true, | ||
"@textlint-rule/no-unmatched-pair": true, | ||
"abbr-within-parentheses": true, | ||
"alex": { | ||
"allow": [ | ||
"period", | ||
"european", | ||
"failure", | ||
"fore", | ||
"attack", | ||
"execution", | ||
"executed", | ||
"remain", | ||
"execute" | ||
] | ||
}, | ||
"@textlint-rule/preset-google": true | ||
} | ||
} |
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
Oops, something went wrong.