mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Refreshed design.
Summary: This is #12292, but squashed into a single commit. This should help land the PR cleanly, as the commit history for #12292 was in a bad state: see how1cbf79d456expects `"mkdirp": "^0.5.1"` in `package.json`, but the earlier66920e4e4bhad changed this to `"mkdirp": "*",`. Verified the website built and run. Confirmed docs, apis, components were generated. Confirmed landing page, showcase, blog, docs, help page all load and look as expected. Closes https://github.com/facebook/react-native/pull/12575 Differential Revision: D4617979 Pulled By: hramos fbshipit-source-id: 86e2d0b36ccd25fc7f2e9f3b1351f97e7ba64d57
This commit is contained in:
committed by
Hector Ramos
parent
969d8c4be1
commit
7460169372
@@ -13,12 +13,12 @@ const babel = require('babel-core');
|
||||
const deepAssign = require('deep-assign');
|
||||
const docgen = require('react-docgen');
|
||||
const docgenHelpers = require('./docgenHelpers');
|
||||
const docsList = require('./docsList');
|
||||
const fs = require('fs');
|
||||
const jsDocs = require('../jsdocs/jsdocs.js');
|
||||
const jsdocApi = require('jsdoc-api');
|
||||
const path = require('path');
|
||||
const slugify = require('../core/slugify');
|
||||
const docsList = require('./docsList');
|
||||
|
||||
const ANDROID_SUFFIX = 'android';
|
||||
const CROSS_SUFFIX = 'cross';
|
||||
|
||||
Reference in New Issue
Block a user