Commit Graph

25 Commits

Author SHA1 Message Date
Lorna Jane Mitchell
ed52a9121f docs: remove outdated yarn install instructions (#1710) 2024-09-03 21:12:18 +01:00
Mateusz Lis
4c176991e4 fix: fix issues with https-agent-proxy for cli and openapi-core packages (#1493) 2024-06-18 08:53:02 +03:00
Andrew Tatomyr
f1a6f356ea chore: revert 1.10.2 (#1468)
* Revert "fix: fix issues with https-agent-proxy for cli and openapi-core packages (#1461)"

This reverts commit 7ec5cfcd37.
2024-03-04 16:52:07 +02:00
Mateusz Lis
7ec5cfcd37 fix: fix issues with https-agent-proxy for cli and openapi-core packages (#1461)
* Reapply "fix: add https-proxy-agent to fetch requests (#1433)" (#1458)
* fix: add https-proxy-agent package to browser excluded packages
2024-03-04 11:02:00 +01:00
Roman Hotsiy
93e42db062 Revert "fix: add https-proxy-agent to fetch requests (#1433)" (#1458)
This reverts commit 2639dc4b75.
2024-02-29 23:13:18 +08:00
Mateusz Lis
2639dc4b75 fix: add https-proxy-agent to fetch requests (#1433)
* fix: add https-proxy-agent to fetch requests
* fix: move domains submodule to separate file

Co-authored-by: Heather Cloward <heathercloward@gmail.com>
2024-02-29 12:55:24 +01:00
Lorna Jane Mitchell
fd79f7d4c5 docs: Use Museum API instead of Petstore examples (#1386)
* docs: add museum examples to installation and bundle/join commands

* docs: removed petstore examples and updated formatting for readability

* docs: Update petstore to museum examples in decorators section

* chore: Prettier wants to fix a file

* chore: Fix Vale-detected future tense mistakes

* Update docs/decorators/media-type-examples-override.md

* Update docs/commands/lint.md

* Update docs/commands/lint.md

---------

Co-authored-by: Heather Cloward <heathercloward@gmail.com>
2024-02-12 18:06:11 +00:00
Lorna Jane Mitchell
de80612b55 chore: Run prettier on all docs files (#1334) 2023-11-17 09:45:03 +00:00
redocly-bot
9199b2bab7 sync: Synced local 'docs/' with remote 'docs/cli/' 2023-10-09 16:35:49 +00:00
Adam Altman
0a73f1f557 refactor: rename to API description for consistency (#1239) 2023-09-18 15:22:26 +02:00
Ihor Karpiuk
67dd962f88 docs: update docker installation guide (#1154) 2023-07-06 17:00:06 +03:00
redocly-bot
acc3cc4baf sync: Synced local 'docs/' with remote 'docs/cli/' 2023-06-01 10:07:30 +00:00
Lorna Jane Mitchell
909fb471ca Add Vale for prose linting (#1099)
* 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>
2023-06-01 10:10:43 +01:00
Lorna Jane Mitchell
3e461d5cc4 Add MLC for link checking (#1097)
* 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
2023-05-25 15:12:36 +01:00
Lorna Jane Mitchell
0455569a39 Docs: top-level refresh and restructure (#1043)
* docs: Start with a more developer and purpose oriented landing page

* docs: Clear installation options, autocomplete is a separate guide

* docs: update links in installation guide

* docs: Move update instructions to be a guide, remove local installation

* docs: Remove git documentation from starter project

* docs: Add a quicker quickstart

* docs: Re-organise and flesh out commands page

* docs: add built-in ruleset docs, add concept, start guide

* docs: Add a guide for configuring linting

* Docs: rename custom rules to assertions

* docs: Sort assertion docs and examples alphabetically

* docs: clearer linting explanations and signposting of rule types

* Apply suggestions from code review

Co-authored-by: Adam Altman <adam@redoc.ly>

* docs: Remove reference to a  config object, after user confusion

* docs: Add docs-building entrypoint article

* docs: Add one-line descriptions alongside rule names

* fix: Correct images for docs overview page

* docs: Link to custom function in custom plugin docs

* fix: Links in rules need updating after this file moved

* docs: Add concept article for openapi file wrangling

* docs: assertions are now called configurable rules

* fix: Broken links and a renamed file

* docs: Titles, links, and restructuring

* Apply suggestions from code review

Co-authored-by: Adam Altman <adam@redoc.ly>

* fix: Redirect for renamed CLI update guide

* Apply suggestions from code review

Co-authored-by: Adam Altman <adam@redoc.ly>

* chore: reduce filesize of images

* docs: Detangle the custom/configurable rules vs assertions confusion

* fix: labels as well as links to configurable rules

* Update docs/guides/configure-rules.md

Co-authored-by: Adam Altman <adam@redoc.ly>

* fix: Better example wording and fix title case

* Update docs/commands/index.md

Co-authored-by: Adam Altman <adam@redoc.ly>

* Update docs/rules/recommended.md

Co-authored-by: Adam Altman <adam@redoc.ly>

* Update docs/quickstart.md

Co-authored-by: Adam Altman <adam@redoc.ly>

* Update docs/rules.md

Co-authored-by: Adam Altman <adam@redoc.ly>

* chore: rename file built-in-rules.md and corresponding links (#1075)

---------

Co-authored-by: Adam Altman <adam@redoc.ly>
2023-05-10 17:40:59 +01:00
Anton Kozachuk
12385e8f3e fix: outdated Docker image name (#949) 2022-11-29 09:21:00 +01:00
Adam Altman
9cad7e2e8d docs: rework assertions into custom rules (#917) 2022-11-02 06:58:54 -05:00
Adam Altman
9e5044d43f change: remove info-description rule (#908) 2022-10-24 09:38:31 -05:00
Andrew Tatomyr
2e11dffa0f chore: v1.0.0-beta.96 (#676) 2022-05-06 17:00:52 +02:00
Roman Hotsiy
1cacff2044 chore: rename package to @redocly/cli (#672)
Co-authored-by: Andrew Tatomyr <andrew.tatomyr@gmail.com>
Co-authored-by: Ivana Isadora Devcic <skadinna@gmail.com>
2022-05-06 16:12:56 +02:00
redocly-bot
73048f7034 sync: Synced local 'docs/' with remote 'docs/cli/' 2022-05-05 01:02:23 +00:00
Jody Winter
57582171f5 Update installation.md (#578)
* Update installation.md

Fully tested.

* Update installation.md

Second pass.

Co-authored-by: Ivana Isadora Devcic <33730345+skadinna@users.noreply.github.com>
Co-authored-by: Swapnil Ogale <swapnilogale@gmail.com>
2022-03-24 14:25:02 +11:00
redocly-bot
5b9cc9d714 sync: Synced local 'docs/' with remote 'docs/cli/' 2022-02-10 17:33:10 +00:00
redocly-bot
b991a08fd0 sync: Synced local 'docs/' with remote 'docs/cli/' 2022-02-09 12:18:15 +00:00
Antonio
47923ef6b4 docs: added a new installation page for the openapi-cli tool (#337) 2021-08-18 19:15:34 -05:00