diff --git a/docs/en/1.10.x/api-pages.html b/docs/en/1.10.x/api-pages.html
index 0f404e4fb9..a96744bff9 100644
--- a/docs/en/1.10.x/api-pages.html
+++ b/docs/en/1.10.x/api-pages.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.10.x/api-pages/index.html b/docs/en/1.10.x/api-pages/index.html
index 0f404e4fb9..a96744bff9 100644
--- a/docs/en/1.10.x/api-pages/index.html
+++ b/docs/en/1.10.x/api-pages/index.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.10.x/doc-markdown.html b/docs/en/1.10.x/doc-markdown.html
index c531bbe670..72f516022a 100644
--- a/docs/en/1.10.x/doc-markdown.html
+++ b/docs/en/1.10.x/doc-markdown.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.10.x/doc-markdown/index.html b/docs/en/1.10.x/doc-markdown/index.html
index c531bbe670..72f516022a 100644
--- a/docs/en/1.10.x/doc-markdown/index.html
+++ b/docs/en/1.10.x/doc-markdown/index.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.10.x/translation.html b/docs/en/1.10.x/translation.html
index 11cb57c629..7c865c3435 100644
--- a/docs/en/1.10.x/translation.html
+++ b/docs/en/1.10.x/translation.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/1.10.x/translation/index.html b/docs/en/1.10.x/translation/index.html
index 11cb57c629..7c865c3435 100644
--- a/docs/en/1.10.x/translation/index.html
+++ b/docs/en/1.10.x/translation/index.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/1.11.x/api-pages.html b/docs/en/1.11.x/api-pages.html
index 6cce857ee6..1c63223d2a 100644
--- a/docs/en/1.11.x/api-pages.html
+++ b/docs/en/1.11.x/api-pages.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.11.x/api-pages/index.html b/docs/en/1.11.x/api-pages/index.html
index 6cce857ee6..1c63223d2a 100644
--- a/docs/en/1.11.x/api-pages/index.html
+++ b/docs/en/1.11.x/api-pages/index.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.11.x/doc-markdown.html b/docs/en/1.11.x/doc-markdown.html
index 436d33f05b..289930c3c1 100644
--- a/docs/en/1.11.x/doc-markdown.html
+++ b/docs/en/1.11.x/doc-markdown.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.11.x/doc-markdown/index.html b/docs/en/1.11.x/doc-markdown/index.html
index 436d33f05b..289930c3c1 100644
--- a/docs/en/1.11.x/doc-markdown/index.html
+++ b/docs/en/1.11.x/doc-markdown/index.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.11.x/translation.html b/docs/en/1.11.x/translation.html
index 102dab6dd2..76e40d8d86 100644
--- a/docs/en/1.11.x/translation.html
+++ b/docs/en/1.11.x/translation.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/1.11.x/translation/index.html b/docs/en/1.11.x/translation/index.html
index 102dab6dd2..76e40d8d86 100644
--- a/docs/en/1.11.x/translation/index.html
+++ b/docs/en/1.11.x/translation/index.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/1.12.0/api-pages.html b/docs/en/1.12.0/api-pages.html
index d3b8f23128..4e05137d8c 100644
--- a/docs/en/1.12.0/api-pages.html
+++ b/docs/en/1.12.0/api-pages.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.12.0/api-pages/index.html b/docs/en/1.12.0/api-pages/index.html
index d3b8f23128..4e05137d8c 100644
--- a/docs/en/1.12.0/api-pages/index.html
+++ b/docs/en/1.12.0/api-pages/index.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.12.0/doc-markdown.html b/docs/en/1.12.0/doc-markdown.html
index 61b52ccb14..8400658f5f 100644
--- a/docs/en/1.12.0/doc-markdown.html
+++ b/docs/en/1.12.0/doc-markdown.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.12.0/doc-markdown/index.html b/docs/en/1.12.0/doc-markdown/index.html
index 61b52ccb14..8400658f5f 100644
--- a/docs/en/1.12.0/doc-markdown/index.html
+++ b/docs/en/1.12.0/doc-markdown/index.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.12.0/translation.html b/docs/en/1.12.0/translation.html
index 0df412ffc5..29b02e5aa4 100644
--- a/docs/en/1.12.0/translation.html
+++ b/docs/en/1.12.0/translation.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/1.12.0/translation/index.html b/docs/en/1.12.0/translation/index.html
index 0df412ffc5..29b02e5aa4 100644
--- a/docs/en/1.12.0/translation/index.html
+++ b/docs/en/1.12.0/translation/index.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/1.13.0/api-pages.html b/docs/en/1.13.0/api-pages.html
index fcd3bb4ede..b250aa0d9e 100644
--- a/docs/en/1.13.0/api-pages.html
+++ b/docs/en/1.13.0/api-pages.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.13.0/api-pages/index.html b/docs/en/1.13.0/api-pages/index.html
index fcd3bb4ede..b250aa0d9e 100644
--- a/docs/en/1.13.0/api-pages/index.html
+++ b/docs/en/1.13.0/api-pages/index.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.13.0/doc-markdown.html b/docs/en/1.13.0/doc-markdown.html
index f40e62b6a7..91d0d75ee8 100644
--- a/docs/en/1.13.0/doc-markdown.html
+++ b/docs/en/1.13.0/doc-markdown.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.13.0/doc-markdown/index.html b/docs/en/1.13.0/doc-markdown/index.html
index f40e62b6a7..91d0d75ee8 100644
--- a/docs/en/1.13.0/doc-markdown/index.html
+++ b/docs/en/1.13.0/doc-markdown/index.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.13.0/translation.html b/docs/en/1.13.0/translation.html
index 37c7a12895..09e5612db2 100644
--- a/docs/en/1.13.0/translation.html
+++ b/docs/en/1.13.0/translation.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/1.13.0/translation/index.html b/docs/en/1.13.0/translation/index.html
index 37c7a12895..09e5612db2 100644
--- a/docs/en/1.13.0/translation/index.html
+++ b/docs/en/1.13.0/translation/index.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/1.14.4/api-pages.html b/docs/en/1.14.4/api-pages.html
index 297f963d5f..a2b7b0cfec 100644
--- a/docs/en/1.14.4/api-pages.html
+++ b/docs/en/1.14.4/api-pages.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.14.4/api-pages/index.html b/docs/en/1.14.4/api-pages/index.html
index 297f963d5f..a2b7b0cfec 100644
--- a/docs/en/1.14.4/api-pages/index.html
+++ b/docs/en/1.14.4/api-pages/index.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.14.4/doc-markdown.html b/docs/en/1.14.4/doc-markdown.html
index 7207a02bae..9ce3c9d801 100644
--- a/docs/en/1.14.4/doc-markdown.html
+++ b/docs/en/1.14.4/doc-markdown.html
@@ -220,7 +220,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.14.4/doc-markdown/index.html b/docs/en/1.14.4/doc-markdown/index.html
index 7207a02bae..9ce3c9d801 100644
--- a/docs/en/1.14.4/doc-markdown/index.html
+++ b/docs/en/1.14.4/doc-markdown/index.html
@@ -220,7 +220,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.14.4/translation.html b/docs/en/1.14.4/translation.html
index 25833ae86c..306b4776bd 100644
--- a/docs/en/1.14.4/translation.html
+++ b/docs/en/1.14.4/translation.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/1.14.4/translation/index.html b/docs/en/1.14.4/translation/index.html
index 25833ae86c..306b4776bd 100644
--- a/docs/en/1.14.4/translation/index.html
+++ b/docs/en/1.14.4/translation/index.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/1.14.5/api-pages.html b/docs/en/1.14.5/api-pages.html
index a966854592..212af83753 100644
--- a/docs/en/1.14.5/api-pages.html
+++ b/docs/en/1.14.5/api-pages.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.14.5/api-pages/index.html b/docs/en/1.14.5/api-pages/index.html
index a966854592..212af83753 100644
--- a/docs/en/1.14.5/api-pages/index.html
+++ b/docs/en/1.14.5/api-pages/index.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.14.5/doc-markdown.html b/docs/en/1.14.5/doc-markdown.html
index 0569d534b1..7e7773d61d 100644
--- a/docs/en/1.14.5/doc-markdown.html
+++ b/docs/en/1.14.5/doc-markdown.html
@@ -220,7 +220,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.14.5/doc-markdown/index.html b/docs/en/1.14.5/doc-markdown/index.html
index 0569d534b1..7e7773d61d 100644
--- a/docs/en/1.14.5/doc-markdown/index.html
+++ b/docs/en/1.14.5/doc-markdown/index.html
@@ -220,7 +220,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.14.5/translation.html b/docs/en/1.14.5/translation.html
index 715e4c676e..69f45038a4 100644
--- a/docs/en/1.14.5/translation.html
+++ b/docs/en/1.14.5/translation.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/1.14.5/translation/index.html b/docs/en/1.14.5/translation/index.html
index 715e4c676e..69f45038a4 100644
--- a/docs/en/1.14.5/translation/index.html
+++ b/docs/en/1.14.5/translation/index.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/1.9.x/api-pages.html b/docs/en/1.9.x/api-pages.html
index a79c829dd9..1ad83f858d 100644
--- a/docs/en/1.9.x/api-pages.html
+++ b/docs/en/1.9.x/api-pages.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.9.x/api-pages/index.html b/docs/en/1.9.x/api-pages/index.html
index a79c829dd9..1ad83f858d 100644
--- a/docs/en/1.9.x/api-pages/index.html
+++ b/docs/en/1.9.x/api-pages/index.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/1.9.x/doc-markdown.html b/docs/en/1.9.x/doc-markdown.html
index 898598215a..8643da4c5e 100644
--- a/docs/en/1.9.x/doc-markdown.html
+++ b/docs/en/1.9.x/doc-markdown.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.9.x/doc-markdown/index.html b/docs/en/1.9.x/doc-markdown/index.html
index 898598215a..8643da4c5e 100644
--- a/docs/en/1.9.x/doc-markdown/index.html
+++ b/docs/en/1.9.x/doc-markdown/index.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/1.9.x/translation.html b/docs/en/1.9.x/translation.html
index 88ddaac4e4..bcad2e0eee 100644
--- a/docs/en/1.9.x/translation.html
+++ b/docs/en/1.9.x/translation.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/1.9.x/translation/index.html b/docs/en/1.9.x/translation/index.html
index 88ddaac4e4..bcad2e0eee 100644
--- a/docs/en/1.9.x/translation/index.html
+++ b/docs/en/1.9.x/translation/index.html
@@ -119,7 +119,7 @@ languages.js
You can also include an optional description attribute to give more context to a translator about how to translate the string:
< p>
- < translate desc = " flower, not verb" > Rose </ translate>
+ < translate desc = " flower, not verb" > Rose </ translate>
< p>
diff --git a/docs/en/api-pages.html b/docs/en/api-pages.html
index 824e78c59b..4cf41b6932 100644
--- a/docs/en/api-pages.html
+++ b/docs/en/api-pages.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/api-pages/index.html b/docs/en/api-pages/index.html
index 824e78c59b..4cf41b6932 100644
--- a/docs/en/api-pages/index.html
+++ b/docs/en/api-pages/index.html
@@ -162,8 +162,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -197,9 +197,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -230,8 +230,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/doc-markdown.html b/docs/en/doc-markdown.html
index 8b4412aad1..2940e0c83a 100644
--- a/docs/en/doc-markdown.html
+++ b/docs/en/doc-markdown.html
@@ -220,7 +220,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/doc-markdown/index.html b/docs/en/doc-markdown/index.html
index 8b4412aad1..2940e0c83a 100644
--- a/docs/en/doc-markdown/index.html
+++ b/docs/en/doc-markdown/index.html
@@ -220,7 +220,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/next/api-pages.html b/docs/en/next/api-pages.html
index 7eb685adfb..31f7c2e65f 100644
--- a/docs/en/next/api-pages.html
+++ b/docs/en/next/api-pages.html
@@ -163,8 +163,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -198,9 +198,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -231,8 +231,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/next/api-pages/index.html b/docs/en/next/api-pages/index.html
index 7eb685adfb..31f7c2e65f 100644
--- a/docs/en/next/api-pages/index.html
+++ b/docs/en/next/api-pages/index.html
@@ -163,8 +163,8 @@ MyPage.description = 'My Custom Description' ;
Example
< Container
padding = { [ 'bottom' , 'top' ] }
- background = " light"
- className = " myCustomClass" >
+ background = " light"
+ className = " myCustomClass" >
...
</ Container >
@@ -198,9 +198,9 @@ MyPage.description = 'My Custom Description' ;
Example
< GridBlock
- align = " center"
- layout = " threeColumn"
- className = " myCustomClass"
+ align = " center"
+ layout = " threeColumn"
+ className = " myCustomClass"
contents = { [
{
title: ` [Learn]( ${ siteConfig. baseUrl} ${ siteConfig. docsUrl} /tutorial.html) ` ,
@@ -231,8 +231,8 @@ MyPage.description = 'My Custom Description' ;
</ p>
You can also provide an optional description attribute to provide context for translators. e.g,
-< a href = " /community" >
- < translate desc = " Footer link to page referring to community GitHub and Slack" >
+< a href = " /community" >
+ < translate desc = " Footer link to page referring to community GitHub and Slack" >
Community
</ translate>
</ a>
diff --git a/docs/en/next/doc-markdown.html b/docs/en/next/doc-markdown.html
index a22d5ee6a0..a51274267c 100644
--- a/docs/en/next/doc-markdown.html
+++ b/docs/en/next/doc-markdown.html
@@ -220,7 +220,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/next/doc-markdown/index.html b/docs/en/next/doc-markdown/index.html
index a22d5ee6a0..a51274267c 100644
--- a/docs/en/next/doc-markdown/index.html
+++ b/docs/en/next/doc-markdown/index.html
@@ -220,7 +220,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
< View style = { { flex: 1 , alignItems: 'center' , justifyContent: 'center' } } >
< Text > Docusaurus </ Text >
< Button
- title = " Click me"
+ title = " Click me"
onPress = { ( ) => this . props. navigation. push ( 'Docusaurus' ) }
/>
</ View >
diff --git a/docs/en/next/site-config.html b/docs/en/next/site-config.html
index a148c5fb87..12ca775f7d 100644
--- a/docs/en/next/site-config.html
+++ b/docs/en/next/site-config.html
@@ -82,7 +82,7 @@
});
A large part of the site configuration is done by editing the siteConfig.js file.
User Showcase
-The users array is used to store objects for each project/user that you want to show on your site. Currently, this field is used by example the pages/en/index.js and pages/en/users.js files provided. Each user object should have caption, image, infoLink, and pinned fields. The caption is the text showed when someone hovers over the image of that user, and the infoLink is where clicking the image will bring someone. The pinned field determines whether or not it shows up on the index page.
+The users array is used to store objects for each project/user that you want to show on your site. Currently, this field is used by the example pages/en/index.js and pages/en/users.js files provided. Each user object should have caption, image, infoLink, and pinned fields. The caption is the text showed when someone hovers over the image of that user, and the infoLink is where clicking the image will bring someone. The pinned field determines whether or not it shows up on the index page.
Currently, this users array is used only by the index.js and users.js example files. If you do not wish to have a users page or show users on the index page, you may remove this section.
siteConfig Fields
The siteConfig object contains the bulk of the configuration settings for your website.
@@ -406,7 +406,7 @@
module .exports = siteConfig;
-Last updated on 7/28/2020 by Bartosz Kaszubowski