* fix: Remove github token with incorrect access
* docs: Improve uninstall CTA in migration guide
* fix: Update checkout action version for vale
* docs: Vale reports errors in any edited file
* docs: Update to make Vale happy
* docs: Markdownlint fixes
* fix: Remove sync actions as this integration is no longer used
* core: Add markdownlint config and github action
Uses rules from https://github.com/Redocly/marketing-site-portal/pull/1142
* chore: Move contributing file to top level
* chore: Add markdown to the file types that we want prettier to operate on
* fix: Make files fit prettier rules, ignore LICENSE since we can't change that
* chore: Combine docs-related workflows into one for simplicity
* docs: Add instructions for running the CLI docs standalone from this repo
* chore: Add changeset, this docs change is quite large
* Update .changeset/bright-steaks-walk.md
Co-authored-by: Ihor Karpiuk <106662428+IgorKarpiuk@users.noreply.github.com>
---------
Co-authored-by: Ihor Karpiuk <106662428+IgorKarpiuk@users.noreply.github.com>
* fix: document openapi-core package usage + slightly improve the API
* chore: fix tests
* Apply suggestions from code review
* docs: test code and add some explanations for each section
* fix: make the bundle output variables match in both examples
* chore: add tests for lint and bundle
* chore: add tests for bundleFromString and createConfig with a plugin
* chore: apply prettier
* Update packages/core/src/__tests__/bundle.test.ts
---------
Co-authored-by: Lorna Mitchell <lorna.mitchell@redocly.com>
Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>
* 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>