Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update outdated links #1780

Merged
merged 6 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/styles/Redocly-Docs/FutureTense.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends: existence
message: 'Avoid using future tense: "%s". Use present tense instead.'
link: https://intranet.redoc.ly/contributing/documentation-style-guide/#tone-and-audience
link: https://intranet.redocly.com/contributing/documentation-style-guide/#tone-and-audience
tatomyr marked this conversation as resolved.
Show resolved Hide resolved
ignorecase: true
level: error
raw:
Expand Down
2 changes: 1 addition & 1 deletion .github/styles/Redocly-Docs/HeaderGerunds.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends: existence
message: 'Do not start headings with with a gerund (ing word). Use an imperative verb instead.'
link: https://intranet.redoc.ly/contributing/documentation-style-guide/#content-organization
link: https://intranet.redocly.com/contributing/documentation-style-guide/#content-organization
level: error
scope: heading
tokens:
Expand Down
2 changes: 1 addition & 1 deletion .github/styles/Redocly-Docs/InclusionGenderCulture.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends: substitution
message: 'Use inclusive language. Consider "%s" instead of "%s".'
link: https://intranet.redoc.ly/contributing/documentation-style-guide/#grammar-and-syntax
link: https://intranet.redocly.com/contributing/documentation-style-guide/#grammar-and-syntax
level: error
ignorecase: true
swap:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ If you made any changes, make sure to compile the code before running the tests.

- **`__tests__`**: contains e2e tests. The e2e tests are written and run with [Jest](https://jestjs.io/).

- **`docs`**: contains the documentation source files. When changes to the documentation are merged, they automatically get published on the [Redocly docs website](https://redoc.ly/docs/cli/).
- **`docs`**: contains the documentation source files. When changes to the documentation are merged, they automatically get published on the [Redocly docs website](https://redocly.com/docs/cli/).

- **`packages`**: contains the source code. Сonsists of two packages - CLI and core. The codebase is written in Typescript.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/info-description-override/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/info-description-override/snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
servers:
- url: //petstore.swagger.io/v2
description: Default server
Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/info-override/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/info-override/snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
x-vendor: custom extension
servers:
- url: //petstore.swagger.io/v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
paths:
/pet:
put:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
paths:
/pet:
put:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
servers:
- url: //petstore.swagger.io/v2
description: Default server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
tags:
- name: pet
description: Everything about your Pets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bundling ./main.yaml...
Failed to read markdown override file for tag "pet".
ENOENT: no such file or directory, open './pet-tag-description.md'

15 | email: email@redoc.ly
15 | email: email@redocly.com
16 | tags:
17 | - name: pet
| ^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/tag-description-override/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
tags:
- name: pet
description: Everything about your Pets
Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/tag-description-override/snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
servers:
- url: //petstore.swagger.io/v2
description: Default server
Expand Down
2 changes: 1 addition & 1 deletion __tests__/commands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ describe('E2E', () => {
(<any>expect(cleanupOutput(result))).toMatchSpecificSnapshot(join(testPath, 'snapshot.js'));

expect(fs.existsSync(join(testPath, 'nested/redoc-static.html'))).toEqual(true);
expect(fs.statSync(join(testPath, 'nested/redoc-static.html')).size).toEqual(32949);
expect(fs.statSync(join(testPath, 'nested/redoc-static.html')).size).toEqual(32952);
});
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-defined-error/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-enum-error/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-error/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
tags:
- name: test
description: Description.
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-match-parent-keys/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-non-empty-error/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-non-empty-off/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-non-empty-warn/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-pattern-error/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-require-any-error/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-show-suggestions/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Loading
Loading