Skip to content

Commit

Permalink
docs(nxdev): do some cleanup on the feature-doc-viewer lib (#10379)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed May 18, 2022
1 parent b315704 commit 8a37e75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 174 deletions.
2 changes: 1 addition & 1 deletion nx-dev/feature-doc-viewer/src/lib/content.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { DocumentData } from '@nrwl/nx-dev/data-access-documents';
import { sendCustomEvent } from '@nrwl/nx-dev/feature-analytics';
import { DocumentData } from '@nrwl/nx-dev/models-document';
import { ReactComponentElement } from 'react';
import ReactMarkdown from 'react-markdown';
import autolinkHeadings from 'rehype-autolink-headings';
Expand Down
5 changes: 3 additions & 2 deletions nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { DocumentData, Menu } from '@nrwl/nx-dev/data-access-documents';
import { DocumentData } from '@nrwl/nx-dev/models-document';
import { Menu } from '@nrwl/nx-dev/models-menu';
import { Sidebar } from '@nrwl/nx-dev/ui-common';
import cx from 'classnames';
import { NextSeo } from 'next-seo';
import { useRouter } from 'next/router';
import { ReactComponentElement } from 'react';
import Content from './content';
import Sidebar from './sidebar';

export interface DocumentationFeatureDocViewerProps {
menu: Menu;
Expand Down
171 changes: 0 additions & 171 deletions nx-dev/feature-doc-viewer/src/lib/sidebar.tsx

This file was deleted.

1 comment on commit 8a37e75

@vercel
Copy link

@vercel vercel bot commented on 8a37e75 May 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.