Skip to content

Commit

Permalink
Merge pull request #362 from rvsia/removeMiqComp
Browse files Browse the repository at this point in the history
Remove MIQ components page
  • Loading branch information
Hyperkid123 authored Mar 9, 2020
2 parents 4644a35 + 1456870 commit 0d8dfb8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 120 deletions.
101 changes: 0 additions & 101 deletions packages/react-renderer-demo/src/app/pages/others/miq-components.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ Vestibulum vulputate inceptos himenaeos.`,
},
variants: [],
next: {
link: '/others/miq-components',
label: 'ManageIQ components',
link: '/releases',
label: 'Releases',
},
prev: {
link: '/component-example/time-picker',
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { baseExamples } from './examples-definitions';
import otherExamples from './other-pages/';
import { docs } from './documentation-pages';
import flatMap from 'lodash/flatMap';

Expand All @@ -22,14 +21,6 @@ const schema = [
fields: [
...baseExamples.sort((a, b) => a.linkText.localeCompare(b.linkText)),
],
},
{
title: 'Others',
link: 'others',
noRoute: true,
fields: [
...otherExamples,
],
}, {
linkText: 'Releases',
link: 'releases',
Expand Down

0 comments on commit 0d8dfb8

Please sign in to comment.