Skip to content

Commit

Permalink
feat(editor): updated libraries filter (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
makhnatkin authored Sep 18, 2024
1 parent c38a190 commit aada35f
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions src/libs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,8 @@ export const libs = [
npmId: '@gravity-ui/markdown-editor',
title: 'Markdown editor',
primary: false,
landing: false,
tags: [
'markdown',
'prosemirror',
'wysiwyg',
'codemirror',
'yfm',
'diplodoc',
'gfm',
'react',
],
landing: true,
tags: ['ui'],
storybookUrl: 'https://preview.gravity-ui.com/md-editor/',
readmeUrl: 'https://raw.githubusercontent.com/gravity-ui/markdown-editor/main/README.md',
changelogUrl:
Expand Down Expand Up @@ -150,7 +141,7 @@ export const libs = [
npmId: '@gravity-ui/yagr',
title: 'Yagr',
primary: false,
landing: true,
landing: false,
tags: ['ui'],
storybookUrl: '',
readmeUrl: 'https://raw.githubusercontent.com/gravity-ui/yagr/main/README.md',
Expand Down

0 comments on commit aada35f

Please sign in to comment.