Between beta 108 and 111 styleguide was removed
See original GitHub issueDescribe the bug
Between beta 108 and beta 111 the styleguide keyword was removed. I now get a warning like this:
The 'styleguide' field is deprecated. Read more about this change: https://redocly.com/docs/api-registry/guides/migration-guide-config-file/#changed-properties
I want to resolve this, but the information at the given link doesn’t seem to have been updated with this specific change. (I don’t see styleguide
anywhere on that page).
Redocly Version(s)
In the process of upgrading from @redocly/cli@1.0.0-beta.108
to @redocly/cli@1.0.0-beta.111
but before we complete the upgrade I’d like to resolve the warning.
Node.js
Version(s)
Additional context
We are currently using styleguide
for the following:
styleguide:
plugins:
# custom plugin
- './redocly-plugins/jci-plugins.js'
extends:
- recommended
- jci-plugins/private
rules:
paths-kebab-case: off
boolean-parameter-prefixes: off
tags-alphabetical: off
info-contact: off
info-license: off
operation-4xx-response: off
no-invalid-media-type-examples: error
parameter-description: error
operation-description: error
operation-tag-defined: error
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Redocly CLI changelog
Removed the styleguide object from the configuration file. Renamed the operation-security-defined rule to security-defined .
Read more >Apple Style Guide
The Apple Style Guide provides editorial guidelines for text in Apple instructional materials, technical documentation, reference information, training programs ...
Read more >2022 Beta Theta Pi Graphic Standards Manual - Issuu
This manual outlines the primary visual elements of Beta's brand identity and provides basic instructions for the successful execution of ...
Read more >ember-styleguide | Yarn - Package Manager
This addon is intended to provide basic components for easier style coordination among the Ember family of websites, although the original intent is...
Read more >decanter/CHANGELOG.md at master · SU-SWS/decanter · GitHub
A collection of front end web resources. Contribute to SU-SWS/decanter development by creating an account on GitHub.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We explain it more here: https://redocly.com/docs/api-registry/guides/migration-guide-config-file/#100-beta109-2022-09-08
There is still an issue in that the link goes to a deep link which is old info.
Similar to https://github.com/Redocly/redocly-cli/issues/909