Skip to content

Commit

Permalink
doc: update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Sep 12, 2023
1 parent 1f47066 commit d0e8286
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/forms/stories/JSONConcepts.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { UIForm } from '../src';
import { concepts } from './json';

export default {
title: 'Forms/Core concepts',
title: 'Forms/Schema/Core',
component: UIForm,
parameters: {
formStoryDisplayMode: {
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/stories/JSONFields.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { UIForm } from '../src';
import { fields } from './json';

export default {
title: 'Forms/Fields',
title: 'Forms/Schema/Fields',
component: UIForm,
parameters: {
formStoryDisplayMode: {
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/stories/JSONFieldsets.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { UIForm } from '../src';
import { fieldsets } from './json';

export default {
title: 'Forms/Fieldsets',
title: 'Forms/Schema/Fieldsets',
component: UIForm,
parameters: {
formStoryDisplayMode: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Form from '../src';
const simple = require('./json/concepts/simple.json');

const meta: Meta<typeof Form> = {
title: 'Forms/Form',
title: 'Forms/Schema/Layout',
component: Form,
parameters: {
centeredLayout: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/stories/Playground.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Playground({ data }: { data: FormDefinition }) {
}

const meta: Meta<typeof Playground> = {
title: 'Forms/Playground',
title: 'Forms/Schema/Playground',
component: Playground,
parameters: {
centeredLayout: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { customWidgetSchema } from './UIFormStoriesSchemas/customWidget.schema';
import { CustomArrayTemplate } from './CustomArrayTemplate.component';

const meta: Meta<typeof UIForm> = {
title: 'Forms/UIForm',
title: 'Forms/Schema/State',
component: UIForm,
args: {
onChange: action('Change'),
Expand Down

0 comments on commit d0e8286

Please sign in to comment.