-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update CONTRIBUTING.md - Fix typos - Consistent formatting - Adding some Dos and Don'ts * Improve existing docs * Run prettier * Fix lint command * Add vale + one sentence per line * More 1 line per sentence * Remove vale errors * Fix errors * Adjust vale in pipeline * Fix workflow * Simplify workflow * Improve grammar as found by textlint * Fix spelling errors * Change SDK pitch + fix grammar errors * Improve tagline * Fix overview/overview using grammarly * Further improve overview/overview * Improve benefits * Fix formatting * Improve using grammarly * More improvements * Improve docs * Improve docs * Lowercase app * Improve docs * Improve docs * Remove comma dangle @marikaner * Apply suggestions from code review Co-authored-by: Marika Marszalkowski <marika.marszalkowski@sap.com> * Improve docs * Improve docs * Added context to CI step name * Improve style rules * Improve docs * Improve docs * Improve docs * Improve style rules * Add info comment to vale config * Add info on linters in CONTRIBUTING.md * Adjust PR template * Fix compilation * Set sidebar label and titles in title case * Improve getting started guidelines * Improve titles * Add PR feedback * Adjust warning levels * Improve docs * Improve docs * Improve docs * Proper SAP product naming * Add rule for one line per sentence * Remove outdated comments * Improve docs Co-authored-by: Marika Marszalkowski <marika.marszalkowski@sap.com>
- Loading branch information
Showing
512 changed files
with
555,461 additions
and
390,348 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
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 |
---|---|---|
@@ -1,3 +1,11 @@ | ||
<!-- Make sure your change works as expected by running the documentation locally. --> | ||
## What Has Changed? | ||
|
||
Please provide a description of what your change does and why it is needed. | ||
Explain what you have changed. | ||
|
||
## Manual Checks? | ||
|
||
- [ ] Text adheres to the style guide (`vale docs/`) | ||
- [ ] Grammar has been checked (see `CONTRIBUTING.md`) | ||
- [ ] Every sentence is on it's own line | ||
- [ ] Files are consistently formatted (`npm run prettier`) | ||
- [ ] Documentation builds successfully (`npm run build`) |
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 @@ | ||
node |
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,6 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/prettierrc", | ||
"singleQuote": true, | ||
"arrowParens": "avoid", | ||
"trailingComma": "none" | ||
} |
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,17 @@ | ||
; Vale is a command-line tool that brings code-like linting to prose. | ||
; More information here: https://docs.errata.ai/vale/about/ | ||
|
||
StylesPath = styles | ||
|
||
Vocab = SAP | ||
; MinAlertLevel = suggestion | ||
MinAlertLevel = warning | ||
|
||
[formats] | ||
mdx = md | ||
|
||
[*.md] | ||
BlockIgnores = (<(img|br|Tabs|Redirect|a)[^>]*>) | ||
BasedOnStyles = Vale, SAP | ||
|
||
Vale.Terms = 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
Oops, something went wrong.