aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/vendor/react-router/docs/api/README.md
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-13 16:28:45 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-13 16:28:45 +0200
commitb59234e25db8418cd53795ce94dda943e54f8ac1 (patch)
tree0fae4d0f0fba8330327a834f0ff2b1ce733fc002 /web/src/vendor/react-router/docs/api/README.md
parent2842f25b82799315c36a81564619cb5467bff61f (diff)
downloadmitmproxy-b59234e25db8418cd53795ce94dda943e54f8ac1.tar.gz
mitmproxy-b59234e25db8418cd53795ce94dda943e54f8ac1.tar.bz2
mitmproxy-b59234e25db8418cd53795ce94dda943e54f8ac1.zip
use bowser-installer
Diffstat (limited to 'web/src/vendor/react-router/docs/api/README.md')
-rw-r--r--web/src/vendor/react-router/docs/api/README.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/web/src/vendor/react-router/docs/api/README.md b/web/src/vendor/react-router/docs/api/README.md
deleted file mode 100644
index 83c33fba..00000000
--- a/web/src/vendor/react-router/docs/api/README.md
+++ /dev/null
@@ -1,32 +0,0 @@
-React Router API
-================
-
-- [`Router`](/docs/api/Router.md)
-
-- Components
- - [`DefaultRoute`](/docs/api/components/DefaultRoute.md)
- - [`Link`](/docs/api/components/Link.md)
- - [`NotFoundRoute`](/docs/api/components/NotFoundRoute.md)
- - [`Redirect`](/docs/api/components/Redirect.md)
- - [`Route`](/docs/api/components/Route.md)
- - [`RouteHandler`](/docs/api/components/RouteHandler.md)
- - [`Routes`](/docs/api/components/Routes.md)
-
-- Misc
- - [`transition`](/docs/api/misc/transition.md)
-
-- Mixins
- - [`ActiveState`](/docs/api/mixins/ActiveState.md)
- - [`AsyncState`](/docs/api/mixins/AsyncState.md)
-
-
-Public Modules
---------------
-
-All modules found at the repository root are considered public. You can
-require them conveniently with `var Route = require('react-router/Route');` etc.
-
-Note that we do not support requiring modules from our `modules`
-directory. (No notes in the changelog, no changes to the versioning of
-the lib, etc.)
-