Skip to content

Commit 2d86618

Browse files
hramosfacebook-github-bot
authored andcommitted
Split out docs to their own repo
Reviewed By: yungsters Differential Revision: D6462045 fbshipit-source-id: c4fe1e3bd2ccf4dbd344587456f027d6404ccbe7
1 parent a99f0d6 commit 2d86618

File tree

333 files changed

+2
-42552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

333 files changed

+2
-42552
lines changed

.eslintignore

-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
**/main.js
55
Libraries/vendor/**/*
66
Libraries/Renderer/*
7-
website/node_modules
87
pr-inactivity-bookmarklet.js
98
question-bookmarklet.js
109
flow/
11-
website/core/metadata.js
12-
website/core/metadata-blog.js
13-
website/src/react-native/docs/
14-
website/src/react-native/blog/
1510
danger/

.flowconfig

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
; Ignore templates for 'react-native init'
66
.*/local-cli/templates/.*
77

8-
; Ignore the website subdir
9-
<PROJECT_ROOT>/website/.*
10-
118
; Ignore the Dangerfile
129
<PROJECT_ROOT>/danger/dangerfile.js
1310

.github/CODEOWNERS

-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ React/Views/* @shergin
99
React/Modules/* @shergin
1010
React/CxxBridge/* @mhorowitz
1111
ReactAndroid/src/main/java/com/facebook/react/animated/* @janicduplessis
12-
website/* @hramos
13-
website/showcase.json @hramos
1412
package.json @hramos
15-
website/package.json @hramos
1613
local-cli/core/* @grabbou @kureev
1714
local-cli/link/* @grabbou @kureev
1815
local-cli/unlink/* @grabbou @kureev

CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,10 @@ All pull requests should be opened against the `master` branch. After opening yo
106106
107107
#### Test plan
108108

109-
A good test plan has the exact commands you ran and their output, provides screenshots or videos if the pull request changes UI or updates the website.
109+
A good test plan has the exact commands you ran and their output, provides screenshots or videos if the pull request changes UI.
110110

111111
* If you've added code that should be tested, add tests!
112112
* If you've changed APIs, update the documentation.
113-
* If you've updated the docs, verify the website locally and submit screenshots if applicable (see [website/README.md](https://github.com/facebook/react-native/blob/master/website/README.md))
114113

115114
See [What is a Test Plan?](https://medium.com/@martinkonicek/what-is-a-test-plan-8bfc840ec171#.y9lcuqqi9) to learn more.
116115

docs/Accessibility.md

-180
This file was deleted.

0 commit comments

Comments
 (0)