From 74601693729fecfa4095751bdbe9bb8f66605b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Tue, 28 Feb 2017 16:31:19 -0800 Subject: [PATCH] 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 how 1cbf79d456172c1d348a925d32a7f817df4aaf4b expects `"mkdirp": "^0.5.1"` in `package.json`, but the earlier 66920e4e4b04174d63834d6220c4da76453f27a2 had 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 --- website/server/extractDocs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/server/extractDocs.js b/website/server/extractDocs.js index 8936f74c454..0714c0db76d 100644 --- a/website/server/extractDocs.js +++ b/website/server/extractDocs.js @@ -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';