* docs: updated commands documentation per issue 1429 and minor corrections, ran prettier
* docs: updated commands documentation per issue 1429 and included pr 1560 feedback
* docs: minor formatting and copyedits
---------
Co-authored-by: Diana Cheung <18452752+dianacheung@users.noreply.github.com>
Co-authored-by: Lorna Mitchell <lorna.mitchell@redocly.com>
* Remove extra 'resources' landing page, redirect from main one
* Move custom plugins file to its own directory, add redirect to handle
* docs: split the custom plugins page into one page per feature
* docs: extend decorators explanation and link to it from the custom plugins section
* docs: Fix all the links that were broken when I moved things
* Apply excellent suggestions from code review
Co-authored-by: Heather Cloward <heathercloward@gmail.com>
* docs: Add examples of how to use the custom rule
* docs: Replace the nested visitor example with an object rather than a function
* Update custom-rules.md
minor consistency edits
* Apply suggestions from code review
Co-authored-by: Heather Cloward <heathercloward@gmail.com>
* docs: clearer explanation of skip, and finish a broken sentence
* Update docs/custom-plugins/index.md
Co-authored-by: Heather Cloward <heathercloward@gmail.com>
* Apply suggestions from code review
Co-authored-by: Adam Altman <adam@redoc.ly>
* docs: use object rather than function for visitor
---------
Co-authored-by: Heather Cloward <heathercloward@gmail.com>
Co-authored-by: Adam Altman <adam@redoc.ly>
* feat: Add Vale configuration and rules
* docs: Fix top-level files to match Vale rules
* docs: Vale updates for the commands docs
* docs: apply Vale updates to the decorator docs
* docs: Update guides to match Vale rules
* docs: update rules and other content to meet Vale standards
* docs: add Vale link and information to CONTRIBUTING
* feat: Add GitHub action for Vale
* docs: minor editing to readme.md
* docs: minor editing to the changelog.md file
* docs: minor edits to the join.md file in commands folder
* docs: minor edits to lint.md file in the commands directory
* docs: minor edit to the login.md file in the commands directory
* docs: minor edits to the preview.md file in the commands directory
* docs: minor edits to push.md file in the comands directory
* docs: minor edits to the info-description-override.md file in the decorators directory
* docs: minor edits to the configure-rules.md file in the guides directory
* docs: minor edits to custom-plugin.md file in the resources directory
* docs: minor editing to the no-http-verbs-in-paths.md file in the rules directory
---------
Co-authored-by: Heather Cloward <heathercloward@gmail.com>
* docs: add mlc config and github action to check links
Ignores relative links since we can only check those from the main
website project.
* docs: update redirecting links and configure some ignore patterns
* feat: ability to add other files and folders to push
* Remove console.log
* Prettier fix
* Merge args in loadConfig
* Update docs/commands/push.md
Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>
* Update packages/cli/src/commands/push.ts
Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>
* Make code cleaner
* add test for --files arg
* Support files in apos section
* Change nerge config logic
* get unique files
* fix test
* fix test
* fix test
Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>
* feat: added --public option for push command
fix: fixed according to comments, splited docs into separate PR
* docs: added information about `--public` option for push
docs: fixed table after conflicts resolving
* Apply suggestions from code review
* fix: removed `optional` from doc table.
Co-authored-by: Ivana Isadora Devcic <33730345+skadinna@users.noreply.github.com>
* Add --skip-decorator option to push command
* docs: --skip-decorator option for push command
* feat: support new redocly.yaml config structure in push command
* chore: fix tests after change
* fix: make sure npm run e2e does not run unit tests
* fix: remove unnecessary lint call
* docs: update text and add example of skipping multiple decorators
* docs: added use cases for --run-id option, push command
* docs: added several ways of authorization with push command
Co-authored-by: Ivana Isadora Devcic <33730345+skadinna@users.noreply.github.com>
Co-authored-by: Adam Altman <adam@rebilly.com>