REMOVE sortStoriesByKind from docs & implementation

This commit is contained in:
Norbert de Langen 2019-05-22 09:41:13 +02:00
parent 3eaf111aa3
commit 720295a3d6
5 changed files with 0 additions and 14 deletions

View File

@ -74,11 +74,6 @@ addParameters({
* @type {Boolean}
*/
addonPanelInRight: false,
/**
* sorts stories
* @type {Boolean}
*/
sortStoriesByKind: false,
/**
* regex for finding the hierarchy separator
* @example:

View File

@ -37,11 +37,6 @@ addParameters({
* @type {('bottom'|'right')}
*/
panelPosition: 'bottom',
/**
* sorts stories
* @type {Boolean}
*/
sortStoriesByKind: false,
/**
* regex for finding the hierarchy separator
* @example:

View File

@ -9,7 +9,6 @@ addParameters({
showAddonsPanel: true,
showSearchBox: false,
panelPosition: 'right',
sortStoriesByKind: false,
hierarchySeparator: /\./,
hierarchyRootSeparator: /\|/,
enableShortcuts: true,

View File

@ -23,7 +23,6 @@ export interface UI {
name?: string;
url?: string;
enableShortcuts: boolean;
sortStoriesByKind: boolean;
sidebarAnimations: boolean;
}
@ -132,7 +131,6 @@ const checkDeprecatedLayoutOptions = (options: Options) => {
const initial: SubState = {
ui: {
enableShortcuts: true,
sortStoriesByKind: false,
sidebarAnimations: true,
},
layout: {

View File

@ -16,7 +16,6 @@ describe('layout API', () => {
currentState = {
ui: {
enableShortcuts: true,
sortStoriesByKind: false,
sidebarAnimations: true,
},
layout: {