Socket
Socket
Sign inDemoInstall

@redocly/config

Package Overview
Dependencies
0
Maintainers
9
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.6 to 0.2.0

6

CHANGELOG.md
# @redocly/config
## 0.2.0
### Minor Changes
- 8dbb3d3b1f: feat: Added the ability to configure feedback on a per-product basis for multi-product projects. See the [Add multiple products](/author/how-to/multiple-products.md) page for details.
## 0.1.6

@@ -4,0 +10,0 @@

1

lib-esm/default-theme-config-schema.js

@@ -637,2 +637,3 @@ const logoConfigSchema = {

breadcrumbs: themeConfigSchema.properties.breadcrumbs,
feedback: themeConfigSchema.properties.feedback,
analytics: {

@@ -639,0 +640,0 @@ type: 'object',

2

lib-esm/portal-shared-types.d.ts

@@ -258,3 +258,3 @@ import type { Node } from '@markdoc/markdoc/dist/src/types';

};
export type ProductThemeOverrideConfig = Pick<ThemeUIConfig, 'logo' | 'navbar' | 'footer' | 'sidebar' | 'search' | 'codeSnippet' | 'breadcrumbs'> & {
export type ProductThemeOverrideConfig = Pick<ThemeUIConfig, 'logo' | 'navbar' | 'footer' | 'sidebar' | 'search' | 'codeSnippet' | 'breadcrumbs' | 'feedback'> & {
analytics?: {

@@ -261,0 +261,0 @@ ga?: ProductGoogleAnalyticsConfig;

@@ -640,2 +640,3 @@ "use strict";

breadcrumbs: exports.themeConfigSchema.properties.breadcrumbs,
feedback: exports.themeConfigSchema.properties.feedback,
analytics: {

@@ -642,0 +643,0 @@ type: 'object',

@@ -258,3 +258,3 @@ import type { Node } from '@markdoc/markdoc/dist/src/types';

};
export type ProductThemeOverrideConfig = Pick<ThemeUIConfig, 'logo' | 'navbar' | 'footer' | 'sidebar' | 'search' | 'codeSnippet' | 'breadcrumbs'> & {
export type ProductThemeOverrideConfig = Pick<ThemeUIConfig, 'logo' | 'navbar' | 'footer' | 'sidebar' | 'search' | 'codeSnippet' | 'breadcrumbs' | 'feedback'> & {
analytics?: {

@@ -261,0 +261,0 @@ ga?: ProductGoogleAnalyticsConfig;

{
"name": "@redocly/config",
"version": "0.1.6",
"version": "0.2.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -730,2 +730,3 @@ const logoConfigSchema = {

breadcrumbs: themeConfigSchema.properties.breadcrumbs,
feedback: themeConfigSchema.properties.feedback,
analytics: {

@@ -732,0 +733,0 @@ type: 'object',

@@ -309,3 +309,3 @@ import type { Node } from '@markdoc/markdoc/dist/src/types';

ThemeUIConfig,
'logo' | 'navbar' | 'footer' | 'sidebar' | 'search' | 'codeSnippet' | 'breadcrumbs'
'logo' | 'navbar' | 'footer' | 'sidebar' | 'search' | 'codeSnippet' | 'breadcrumbs' | 'feedback'
> & { analytics?: { ga?: ProductGoogleAnalyticsConfig } };

@@ -312,0 +312,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc