## Description Adds more info in the build docs for building corso binary locally or using containers. Also improved docs on building corso container image. @gmatev let me know if I should add anything else specifically to the docs. ## Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [x] 🗺️ Documentation - [ ] 🤖 Test - [ ] 💻 CI/Deployment - [ ] 🐹 Trivial/Minor ## Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> * fixes #684 ## Test Plan <!-- How will this be tested prior to merging.--> - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
29 lines
630 B
INI
29 lines
630 B
INI
StylesPath = styles
|
|
|
|
MinAlertLevel = suggestion
|
|
Vocab = Base
|
|
|
|
Packages = Microsoft, proselint, write-good, alex
|
|
|
|
[formats]
|
|
mdx = md
|
|
|
|
[*]
|
|
write-good.E-Prime = NO
|
|
|
|
[*.md]
|
|
BasedOnStyles = Vale, Microsoft, proselint, write-good, alex
|
|
|
|
# Ignore the following blocks:
|
|
# - MDX code blocks - e.g. {mdx_code}
|
|
# - imports - e.g. import <something> from <something>;
|
|
# - corso command line examples first line in a bash code block starting with `corso`
|
|
BlockIgnores = (\{\#.*?\}), \
|
|
(import.*?from.*?;),\
|
|
(?s) (```bash.*?corso.*?$), \
|
|
(?s) (```bash.*?\/build.*?$)
|
|
|
|
|
|
[*.json]
|
|
BasedOnStyles = Vale
|