-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #588 from geoffcline/mainline-docs
[Ready to Merge] AsciiDoc version of EKS Best Practices Guide
- Loading branch information
Showing
236 changed files
with
15,468 additions
and
166 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,12 @@ | ||
StylesPath = vale/styles | ||
|
||
Packages = RedHat, AsciiDoc, BpgDocs | ||
|
||
# Ignore files in dirs starting with `.` to avoid raising errors for `.vale/fixtures/*/testinvalid.adoc` files | ||
[[!.]*.adoc] | ||
BasedOnStyles = RedHat, AsciiDoc, BpgDocs | ||
RedHat.GitLinks = OFF | ||
AsciiDoc.UnsetAttributes = OFF | ||
RedHat.CaseSensitiveTerms = suggestion | ||
RedHat.TermsErrors = warning | ||
RedHat.Spacing = warning |
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,31 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"name": "📦 AmazonEKSDocsTachyonPreview", | ||
"path": "." | ||
} | ||
], | ||
"settings": { | ||
"files.associations": { | ||
"*.adoc": "asciidoc" | ||
}, | ||
"editor.wordWrap": "wordWrapColumn", | ||
"editor.wordWrapColumn": 80, | ||
"[asciidoc]": { | ||
"editor.wordWrap": "wordWrapColumn", | ||
"editor.wordWrapColumn": 80, | ||
"editor.formatOnSave": true, | ||
"editor.tabSize": 2, | ||
"editor.insertSpaces": true, | ||
"editor.rulers": [80] | ||
}, | ||
"asciidoc.preview.scrollPreviewWithEditor": true, | ||
"asciidoc.preview.scrollEditorWithPreview": true, | ||
"asciidoc.antora.enableAntoraSupport": false | ||
}, | ||
"extensions": { | ||
"recommendations": [ | ||
"asciidoctor.asciidoctor-vscode" | ||
] | ||
} | ||
} |
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
</rss> | ||
</html> | ||
|
||
<pdf/> | ||
<!-- <pdf/> --> | ||
|
||
</builds> | ||
|
||
|
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.