Commit Graph

13 Commits

Author SHA1 Message Date
Adam Harvey acc1da48cd Make codefence a diff 2021-02-19 16:03:20 -05:00
Adam Harvey b3126588dc Add note about sidebar 2021-02-19 16:02:08 -05:00
Adam Harvey feb9f131ef Cross-ref cost insights README to blog 2021-02-15 22:55:55 -05:00
Tim Hansen c02defd57f feat(cost-insights): Make alert url field optional 2020-12-22 10:56:46 -07:00
Patrik Oldsberg af141c0766 rewrite repo location urls 2020-11-03 11:03:49 +01:00
Ryan Vazquez bbf52b6595 fix alert link 2020-10-29 14:43:02 -04:00
Ryan Vazquez 6dba5f6b60 update README 2020-10-16 11:22:39 -04:00
Ryan Vazquez d47e2287b5 compare -> default; deprecate dailyCost as metric; cleanup 2020-10-16 09:54:28 -04:00
Tim Hansen 6a84cb0726 Enable custom alert types in Cost Insights 2020-10-08 14:47:33 -06:00
Tim a4b8604763 Tweak confusing deployment wording 2020-10-05 10:07:37 -06:00
Mayursinh Sarvaiya 5c6a0356c0 feat: TechDocs - Add vale linter to check words quality in md files. (#2631)
* fix(docs): typos which were reflacted from vale linter's command

* feat: Implement Vale linter (#2031)
Initialize .vale.ini file
Add 'lint:docs' script to package.json, to lint all md files except the ones which are located in node_modules
Generate 'vocab.txt' by using command 'yarn run lint:docs' | grep -o ''[a-z A-Z]*'' | grep -o '[a-z A-Z]*' | sort | uniq > .github/styles/vocab.txt
Add steps to github workflow 'master' to check docs quality

* chore: Separate workflow for quality checking

* chore: Added 'shx' dev dependency to support grep command in cross platform

* feat: Add script to operate same quality check process on different platform

* ignore: remove lint:docs from lint-stages which was added for experiment purpose

* fix: check-all-files on push event & check-changed-files on pull_request event

* chore(CI): triggle workflow only when there is any updates in .md file(s) on pull request

* fix: use spawnSync to solve 'The command line is too long.' error

* fix: github workflow syntax

* fix: prettier error

* chore: add vale command directly to lint-staged

* chore: use shebang for easy access

* fix: windows script issue & remove shebang

* chore: Add shebang flag

* chore: better error message related to vale

* chore: mention vale linter in documentation

* fix: spelling errors & add keywords to vocab.txt
2020-10-02 07:20:47 +02:00
Tim c519bbbc63 Fix source links 2020-09-29 21:00:44 -06:00
Ryan Vazquez a4281932fb add cost insights plugin 2020-09-28 15:20:31 -04:00