Skip to content

Commit

Permalink
docs(yard): Integreat react-view (uber#2362)
Browse files Browse the repository at this point in the history
* docs(yard): initial move

* docs(yard): use react-view WIP

* docs(yard): finish the react-view integration

* docs(yard): update yard configs

* docs(yard): fix the flowtype tooltips

* docs(yard): fix tests

* docs(yard): fix deps and tsc

* docs(yard): reset bugfix, links, short copy url

* docs(yard): fix tsc
  • Loading branch information
tajo authored Nov 22, 2019
1 parent b7625d0 commit 312aa26
Show file tree
Hide file tree
Showing 76 changed files with 2,012 additions and 4,479 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions documentation-site/components/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import * as React from 'react';
import {useStyletron} from 'baseui';
import Highlight, {defaultProps} from 'prism-react-renderer';
//$FlowFixMe
import lightTheme from './yard/light-theme';
import {lightTheme} from 'react-view';
//$FlowFixMe
import darkTheme from './yard/dark-theme';
//$FlowFixMe
import CodeBox from './yard/code-box';
import CodeBox from './code-box';

type PropsT = {
children: string,
Expand Down
260 changes: 0 additions & 260 deletions documentation-site/components/yard/README.md

This file was deleted.

Loading

0 comments on commit 312aa26

Please sign in to comment.