2019-02-21 16:16:15 -05:00
<!DOCTYPE html> < html lang = "en" > < head > < meta charSet = "utf-8" / > < meta http-equiv = "X-UA-Compatible" content = "IE=edge" / > < title > Users · Docusaurus< / title > < meta name = "viewport" content = "width=device-width" / > < meta name = "generator" content = "Docusaurus" / > < meta name = "description" content = "Easy to Maintain Open Source Documentation Websites" / > < meta name = "docsearch:language" content = "en" / > < meta property = "og:title" content = "Users · Docusaurus" / > < meta property = "og:type" content = "website" / > < meta property = "og:url" content = "https://docusaurus.io/" / > < meta property = "og:description" content = "Easy to Maintain Open Source Documentation Websites" / > < meta property = "og:image" content = "https://docusaurus.io/img/docusaurus.png" / > < meta name = "twitter:card" content = "summary" / > < meta name = "twitter:image" content = "https://docusaurus.io/img/docusaurus.png" / > < link rel = "shortcut icon" href = "/img/docusaurus.ico" / > < link rel = "stylesheet" href = "https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" / > < link rel = "stylesheet" href = "//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-dark.min.css" / > < link rel = "alternate" type = "application/atom+xml" href = "https://docusaurus.io/blog/atom.xml" title = "Docusaurus Blog ATOM Feed" / > < link rel = "alternate" type = "application/rss+xml" href = "https://docusaurus.io/blog/feed.xml" title = "Docusaurus Blog RSS Feed" / > < script >
2017-12-13 22:43:05 -05:00
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44373548-31', 'auto');
ga('send', 'pageview');
2019-04-09 06:44:45 -04:00
< / script > < script type = "text/javascript" src = "https://buttons.github.io/buttons.js" > < / script > < script type = "text/javascript" src = "https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js" > < / script > < script type = "text/javascript" src = "/js/code-blocks-buttons.js" > < / script > < script src = "https://unpkg.com/vanilla-back-to-top@7.1.14/dist/vanilla-back-to-top.min.js" > < / script > < script >
2018-07-11 01:11:13 -04:00
document.addEventListener('DOMContentLoaded', function() {
2018-06-06 15:49:21 -04:00
addBackToTop(
{"zIndex":100}
)
});
2019-09-16 02:24:47 -04:00
< / script > < script src = "/js/scrollSpy.js" > < / script > < link rel = "stylesheet" href = "/css/prism.css" / > < link rel = "stylesheet" href = "/css/main.css" / > < script src = "/js/codetabs.js" > < / script > < / head > < body > < div class = "fixedHeaderContainer" > < div class = "headerWrapper wrapper" > < header > < a href = "/en" > < img class = "logo" src = "/img/docusaurus.svg" alt = "Docusaurus" / > < h2 class = "headerTitleWithLogo" > Docusaurus< / h2 > < / a > < a href = "/en/versions" > < h3 > 1.13.0< / h3 > < / a > < div class = "navigationWrapper navigationSlider" > < nav class = "slidingNav" > < ul class = "nav-site nav-site-internal" > < li class = "" > < a href = "/docs/en/installation" target = "_self" > Docs< / a > < / li > < li class = "" > < a href = "/docs/en/tutorial-setup" target = "_self" > Tutorial< / a > < / li > < li class = "siteNavItemActive" > < a href = "/en/users" target = "_self" > Users< / a > < / li > < li class = "" > < a href = "/blog/" target = "_self" > Blog< / a > < / li > < li class = "" > < a href = "https://github.com/facebook/docusaurus" target = "_self" > GitHub< / a > < / li > < span > < li > < a id = "languages-menu" href = "#" > < img class = "languages-icon" src = "/img/language.svg" alt = "Languages icon" / > English< / a > < div id = "languages-dropdown" class = "hide" > < ul id = "languages-dropdown-items" > < li > < a href = "/fr/users" > Français< / a > < / li > < li > < a href = "/ko/users" > 한국어< / a > < / li > < li > < a href = "/pt-BR/users" > Português (Brasil)< / a > < / li > < li > < a href = "/ro/users" > Română< / a > < / li > < li > < a href = "/ru/users" > Русский< / a > < / li > < li > < a href = "/zh-CN/users" > 简体中文< / a > < / li > < li > < a href = "https://crowdin.com/project/docusaurus" target = "_blank" rel = "noreferrer noopener" > Help Us Translate< / a > < / li > < / ul > < / div > < / li > < script >
2018-06-06 15:17:06 -04:00
const languagesMenuItem = document.getElementById("languages-menu");
const languagesDropDown = document.getElementById("languages-dropdown");
2018-06-25 01:15:02 -04:00
languagesMenuItem.addEventListener("click", function(event) {
event.preventDefault();
if (languagesDropDown.className == "hide") {
2018-06-06 15:17:06 -04:00
languagesDropDown.className = "visible";
} else {
languagesDropDown.className = "hide";
}
});
2019-10-18 07:34:23 -04:00
< / script > < / span > < li class = "navSearchWrapper reactNavSearchWrapper" > < input type = "text" id = "search_input_react" placeholder = "Search" title = "Search" / > < / li > < / ul > < / nav > < / div > < / header > < / div > < / div > < div class = "navPusher" > < div class = "mainContainer" > < div class = "container paddingBottom" > < div class = "wrapper" > < div class = "showcaseSection" > < div class = "prose" > < h1 > Who is using Docusaurus?< / h1 > < p > Docusaurus powers some of Facebook' s popular < a href = "https://opensource.facebook.com/" > open source projects< / a > .< / p > < / div > < div class = "showcase" > < a class = "link" href = "https://ax.dev/" > < img src = "/img/users/ax.svg" alt = "Ax" title = "Ax" / > < span class = "caption" > Ax< / span > < / a > < a class = "link" href = "https://pybowler.io/" > < img src = "/img/users/bowler.svg" alt = "Bowler" title = "Bowler" / > < span class = "caption" > Bowler< / span > < / a > < a class = "link" href = "https://facebook.github.io/create-react-app/" > < img src = "/img/users/react.svg" alt = "Create React App" title = "Create React App" / > < span class = "caption" > Create React App< / span > < / a > < a class = "link" href = "https://www.docusaurus.io" > < img src = "/img/users/docusaurus.svg" alt = "Docusaurus" title = "Docusaurus" / > < span class = "caption" > Docusaurus< / span > < / a > < a class = "link" href = "https://draftjs.org/" > < img src = "/img/users/draftjs.png" alt = "Draft.js" title = "Draft.js" / > < span class = "caption" > Draft.js< / span > < / a > < a class = "link" href = "https://fasttext.cc" > < img src = "/img/users/fasttext.png" alt = "FastText" title = "FastText" / > < span class = "caption" > FastText< / span > < / a > < a class = "link" href = "https://facebookincubator.github.io/fbt/" > < img src = "/img/users/fbt_blue.png" alt = "FBT" title = "FBT" / > < span class = "caption" > FBT< / span > < / a > < a class = "link" href = "https://fbflipper.com" > < img src = "/img/users/flipper.png" alt = "Flipper" title = "Flipper" / > < span class = "caption" > Flipper< / span > < / a > < a class = "link" href = "https://www.fbidb.io/" > < img src = "/img/users/idb.svg" alt = "Idb" title = "Idb" / > < span class = "caption" > Idb< / span > < / a > < a class = "link" href = "https://facebook.github.io/instant-articles-builder/" > < img src = "/img/users/facebook-instant-articles-rules-editor.svg" alt = "Instant Articles Builder" title = "Instant Articles Builder" / > < span class = "caption" > Instant Articles Builder< / span > < / a > < a class = "link" href = "https://jestjs.io" > < img src = "/img/users/jest.png" alt = "Jest" title = "Jest" / > < span class = "caption" > Jest< / span > < / a > < a class = "link" href = "https://makeitopen.com/" > < img src = "/img/users/makeitopen.png" alt = "MakeItOpen" title = "MakeItOpen" / > < span class = "caption" > MakeItOpen< / span > < / a > < a class = "link" href = "https://facebook.github.io/metro/" > < img src = "/img/users/metro.svg" alt = "Metro" title = "Metro" / > < span class = "caption" > Metro< / span > < / a > < a class = "link" href = "https://facebookmicrosites.github.io/netconsd/" > < img src = "/img/users/netconsd.svg" alt = "Netconsd" title = "Netconsd" / > < span class = "caption" > Netconsd< / span > < / a > < a class = "link" href = "https://facebookincubator.github.io/profilo/" > < img src = "/img/users/profilo.png" alt = "Profilo" title = "Profilo" / > < span class = "caption" > Profilo< / span > < / a > < a class = "link" href = "https://pyre-check.org" > < img src = "/img/users/pyre.svg" alt = "Pyre" title = "Pyre" / > < span class = "caption" > Pyre< / span > < / a > < a class = "link" href = "https://facebook.github.io/react-360" > < img src = "/img/users/react-360.svg" alt = "React 360" title = "React 360" / > < span class = "caption" > React 360< / span > < / a > < a class = "link" href = "https://facebook.github.io/react-native" > < img src = "/img/users/react-native.svg" alt = "React Native" title = "React Native" / > < span class = "caption" > React Native< / span > < / a > < a class = "link" href = "https://reasonml.github.io/" > < img src = "/img/users/reason.svg" alt = "Reason" title = "Reason" / > < span class = "caption" > Reason< / span > < / a > < a class = "link" href = "https://reasonml.github.io/reason-react/" > < img src = "/img/users/reason-react.svg" alt = "ReasonReact" title = "ReasonReact" / > < span class = "caption" > ReasonReact< / span > < / a > < a class = "link" href = "https://fbredex.com/" > < img src = "/img/users/redex.png" alt = "Redex" title = "Redex" / > < span class = "caption" > Redex< / span > < / a > < a class = "link" href = "https://facebook.github.io/relay/" > < img src = "/img/users/relay.svg" alt = "Relay" title = "Relay" / > < span class = "cap
2018-07-07 04:30:51 -04:00
/docs/en/installation">Getting Started< / a > < a href = "
/docs/en/versioning">Versioning< / a > < a href = "
/docs/en/translation">Localization< / a > < a href = "
2019-07-13 10:12:44 -04:00
/docs/en/search">Adding Search< / a > < / div > < div class = "footerSection" > < h5 > Community< / h5 > < a href = "/en/help" > Help< / a > < a href = "/en/users" > User Showcase< / a > < a href = "/en/about-slash" > About< / a > < / div > < div class = "footerSection" > < h5 > Social< / h5 > < div class = "social" > < a class = "github-button" href = "https://github.com/facebook/docusaurus" data-count-href = "https://github.com/facebook/docusaurus/stargazers" data-show-count = "true" data-count-aria-label = "# stargazers on GitHub" aria-label = "Star this project on GitHub" > docusaurus< / a > < / div > < div class = "social" > < a href = "https://twitter.com/docusaurus" class = "twitter-follow-button" > Follow @docusaurus< / a > < / div > < div class = "social" > < div class = "fb-like" data-href = "https://docusaurus.io" data-colorscheme = "dark" data-layout = "standard" data-share = "true" data-width = "225" data-show-faces = "false" > < / div > < / div > < / div > < / section > < a href = "https://opensource.facebook.com/" target = "_blank" rel = "noreferrer noopener" class = "fbOpenSource" > < img src = "/img/oss_logo.png" alt = "Facebook Open Source" width = "170" height = "45" / > < / a > < section class = "copyright" > < span > Copyright © 2019 Facebook Inc.< / span > Landing images by < a href = "https://undraw.co/" > unDraw< / a > .< / section > < / footer > < / div > < script type = "text/javascript" src = "https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js" > < / script > < script > w i n d o w . f b A s y n c I n i t = f u n c t i o n ( ) { F B . i n i t ( { a p p I d : ' 1 9 9 1 3 8 8 9 0 7 2 8 4 1 1 ' , x f b m l : t r u e , v e r s i o n : ' v 2 . 7 ' } ) ; } ; ( f u n c t i o n ( d , s , i d ) { v a r j s , f j s = d . g e t E l e m e n t s B y T a g N a m e ( s ) [ 0 ] ; i f ( d . g e t E l e m e n t B y I d ( i d ) ) { r e t u r n ; } j s = d . c r e a t e E l e m e n t ( s ) ; j s . i d = i d ; j s . s r c = ' / / c o n n e c t . f a c e b o o k . n e t / e n _ U S / s d k . j s ' ; f j s . p a r e n t N o d e . i n s e r t B e f o r e ( j s , f j s ) ; } ( d o c u m e n t , ' s c r i p t ' , ' f a c e b o o k - j s s d k ' ) ) ;
2017-12-13 23:11:41 -05:00
< / script > < script > window . twttr = ( function ( d , s , id ) { var js , fjs = d . getElementsByTagName ( s ) [ 0 ] , t = window . twttr || { } ; if ( d . getElementById ( id ) ) return t ; js = d . createElement ( s ) ; js . id = id ; js . src = 'https://platform.twitter.com/widgets.js' ; fjs . parentNode . insertBefore ( js , fjs ) ; t . _e = [ ] ; t . ready = function ( f ) { t . _e . push ( f ) ; } ; return t ; } ( document , 'script' , 'twitter-wjs' ) ) ; < / script > < script >
2018-10-12 01:54:18 -04:00
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
}
// keyCode for '/' (slash)
if (e.keyCode === 191) {
const search = document.getElementById('search_input_react');
search & & search.focus();
}
});
< / script > < script >
2017-12-12 13:19:28 -05:00
var search = docsearch({
2018-03-04 00:46:53 -05:00
2017-12-12 13:19:28 -05:00
apiKey: '3eb9507824b8be89e7a199ecaa1a9d2c',
indexName: 'docusaurus',
2018-06-18 11:18:13 -04:00
inputSelector: '#search_input_react',
2019-09-16 02:24:47 -04:00
algoliaOptions: {"facetFilters":["language:en","version:1.13.0"]}
2017-12-12 13:19:28 -05:00
});
< / script > < / body > < / html >