diff --git a/docs/en/1.10.x/api-pages.html b/docs/en/1.10.x/api-pages.html index 1611dded8e..0f404e4fb9 100644 --- a/docs/en/1.10.x/api-pages.html +++ b/docs/en/1.10.x/api-pages.html @@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description'; className="myCustomClass" contents={[ { - title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`, - content: 'Learn how to use this project', - image: siteConfig.baseUrl + 'img/learn.png', - imageAlt: 'Learn how to use this project', - imageLink: siteConfig.baseUrl + 'docs/tutorial.html', + title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`, + content: 'Learn how to use this project', + image: siteConfig.baseUrl + 'img/learn.png', + imageAlt: 'Learn how to use this project', + imageLink: siteConfig.baseUrl + 'docs/tutorial.html', }, { - title: 'Frequently Asked Questions', - content: 'Questions gathered from the community', - image: siteConfig.baseUrl + 'img/faq.png', - imageAlign: 'top', + title: 'Frequently Asked Questions', + content: 'Questions gathered from the community', + image: siteConfig.baseUrl + 'img/faq.png', + imageAlign: 'top', }, { - title: 'More', - content: 'Lots of documentation is on this site', + title: 'More', + content: 'Lots of documentation is on this site', }, ]} /> diff --git a/docs/en/1.10.x/api-pages/index.html b/docs/en/1.10.x/api-pages/index.html index 1611dded8e..0f404e4fb9 100644 --- a/docs/en/1.10.x/api-pages/index.html +++ b/docs/en/1.10.x/api-pages/index.html @@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description'; className="myCustomClass" contents={[ { - title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`, - content: 'Learn how to use this project', - image: siteConfig.baseUrl + 'img/learn.png', - imageAlt: 'Learn how to use this project', - imageLink: siteConfig.baseUrl + 'docs/tutorial.html', + title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`, + content: 'Learn how to use this project', + image: siteConfig.baseUrl + 'img/learn.png', + imageAlt: 'Learn how to use this project', + imageLink: siteConfig.baseUrl + 'docs/tutorial.html', }, { - title: 'Frequently Asked Questions', - content: 'Questions gathered from the community', - image: siteConfig.baseUrl + 'img/faq.png', - imageAlign: 'top', + title: 'Frequently Asked Questions', + content: 'Questions gathered from the community', + image: siteConfig.baseUrl + 'img/faq.png', + imageAlign: 'top', }, { - title: 'More', - content: 'Lots of documentation is on this site', + title: 'More', + content: 'Lots of documentation is on this site', }, ]} /> diff --git a/docs/en/1.10.x/doc-markdown.html b/docs/en/1.10.x/doc-markdown.html index 39d8e15106..a96aacfda6 100644 --- a/docs/en/1.10.x/doc-markdown.html +++ b/docs/en/1.10.x/doc-markdown.html @@ -214,7 +214,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/1.10.x/doc-markdown/index.html b/docs/en/1.10.x/doc-markdown/index.html
index 39d8e15106..a96aacfda6 100644
--- a/docs/en/1.10.x/doc-markdown/index.html
+++ b/docs/en/1.10.x/doc-markdown/index.html
@@ -214,7 +214,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/1.11.x/api-pages.html b/docs/en/1.11.x/api-pages.html
index 8efe8e7a73..6cce857ee6 100644
--- a/docs/en/1.11.x/api-pages.html
+++ b/docs/en/1.11.x/api-pages.html
@@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description';
className="myCustomClass"
contents={[
{
- title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
- content: 'Learn how to use this project',
- image: siteConfig.baseUrl + 'img/learn.png',
- imageAlt: 'Learn how to use this project',
- imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
+ title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
+ content: 'Learn how to use this project',
+ image: siteConfig.baseUrl + 'img/learn.png',
+ imageAlt: 'Learn how to use this project',
+ imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
},
{
- title: 'Frequently Asked Questions',
- content: 'Questions gathered from the community',
- image: siteConfig.baseUrl + 'img/faq.png',
- imageAlign: 'top',
+ title: 'Frequently Asked Questions',
+ content: 'Questions gathered from the community',
+ image: siteConfig.baseUrl + 'img/faq.png',
+ imageAlign: 'top',
},
{
- title: 'More',
- content: 'Lots of documentation is on this site',
+ title: 'More',
+ content: 'Lots of documentation is on this site',
},
]}
/>
diff --git a/docs/en/1.11.x/api-pages/index.html b/docs/en/1.11.x/api-pages/index.html
index 8efe8e7a73..6cce857ee6 100644
--- a/docs/en/1.11.x/api-pages/index.html
+++ b/docs/en/1.11.x/api-pages/index.html
@@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description';
className="myCustomClass"
contents={[
{
- title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
- content: 'Learn how to use this project',
- image: siteConfig.baseUrl + 'img/learn.png',
- imageAlt: 'Learn how to use this project',
- imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
+ title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
+ content: 'Learn how to use this project',
+ image: siteConfig.baseUrl + 'img/learn.png',
+ imageAlt: 'Learn how to use this project',
+ imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
},
{
- title: 'Frequently Asked Questions',
- content: 'Questions gathered from the community',
- image: siteConfig.baseUrl + 'img/faq.png',
- imageAlign: 'top',
+ title: 'Frequently Asked Questions',
+ content: 'Questions gathered from the community',
+ image: siteConfig.baseUrl + 'img/faq.png',
+ imageAlign: 'top',
},
{
- title: 'More',
- content: 'Lots of documentation is on this site',
+ title: 'More',
+ content: 'Lots of documentation is on this site',
},
]}
/>
diff --git a/docs/en/1.11.x/doc-markdown.html b/docs/en/1.11.x/doc-markdown.html
index ae0c023f03..976866b7a7 100644
--- a/docs/en/1.11.x/doc-markdown.html
+++ b/docs/en/1.11.x/doc-markdown.html
@@ -214,7 +214,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/1.11.x/doc-markdown/index.html b/docs/en/1.11.x/doc-markdown/index.html
index ae0c023f03..976866b7a7 100644
--- a/docs/en/1.11.x/doc-markdown/index.html
+++ b/docs/en/1.11.x/doc-markdown/index.html
@@ -214,7 +214,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/1.12.0/api-pages.html b/docs/en/1.12.0/api-pages.html
index 3f3c5fc5ec..d3b8f23128 100644
--- a/docs/en/1.12.0/api-pages.html
+++ b/docs/en/1.12.0/api-pages.html
@@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description';
className="myCustomClass"
contents={[
{
- title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
- content: 'Learn how to use this project',
- image: siteConfig.baseUrl + 'img/learn.png',
- imageAlt: 'Learn how to use this project',
- imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
+ title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
+ content: 'Learn how to use this project',
+ image: siteConfig.baseUrl + 'img/learn.png',
+ imageAlt: 'Learn how to use this project',
+ imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
},
{
- title: 'Frequently Asked Questions',
- content: 'Questions gathered from the community',
- image: siteConfig.baseUrl + 'img/faq.png',
- imageAlign: 'top',
+ title: 'Frequently Asked Questions',
+ content: 'Questions gathered from the community',
+ image: siteConfig.baseUrl + 'img/faq.png',
+ imageAlign: 'top',
},
{
- title: 'More',
- content: 'Lots of documentation is on this site',
+ title: 'More',
+ content: 'Lots of documentation is on this site',
},
]}
/>
diff --git a/docs/en/1.12.0/api-pages/index.html b/docs/en/1.12.0/api-pages/index.html
index 3f3c5fc5ec..d3b8f23128 100644
--- a/docs/en/1.12.0/api-pages/index.html
+++ b/docs/en/1.12.0/api-pages/index.html
@@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description';
className="myCustomClass"
contents={[
{
- title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
- content: 'Learn how to use this project',
- image: siteConfig.baseUrl + 'img/learn.png',
- imageAlt: 'Learn how to use this project',
- imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
+ title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
+ content: 'Learn how to use this project',
+ image: siteConfig.baseUrl + 'img/learn.png',
+ imageAlt: 'Learn how to use this project',
+ imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
},
{
- title: 'Frequently Asked Questions',
- content: 'Questions gathered from the community',
- image: siteConfig.baseUrl + 'img/faq.png',
- imageAlign: 'top',
+ title: 'Frequently Asked Questions',
+ content: 'Questions gathered from the community',
+ image: siteConfig.baseUrl + 'img/faq.png',
+ imageAlign: 'top',
},
{
- title: 'More',
- content: 'Lots of documentation is on this site',
+ title: 'More',
+ content: 'Lots of documentation is on this site',
},
]}
/>
diff --git a/docs/en/1.12.0/doc-markdown.html b/docs/en/1.12.0/doc-markdown.html
index 9e34ec3950..24e1636d4b 100644
--- a/docs/en/1.12.0/doc-markdown.html
+++ b/docs/en/1.12.0/doc-markdown.html
@@ -214,7 +214,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/1.12.0/doc-markdown/index.html b/docs/en/1.12.0/doc-markdown/index.html
index 9e34ec3950..24e1636d4b 100644
--- a/docs/en/1.12.0/doc-markdown/index.html
+++ b/docs/en/1.12.0/doc-markdown/index.html
@@ -214,7 +214,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/1.13.0/api-pages.html b/docs/en/1.13.0/api-pages.html
index d0c8812d9d..fcd3bb4ede 100644
--- a/docs/en/1.13.0/api-pages.html
+++ b/docs/en/1.13.0/api-pages.html
@@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description';
className="myCustomClass"
contents={[
{
- title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
- content: 'Learn how to use this project',
- image: siteConfig.baseUrl + 'img/learn.png',
- imageAlt: 'Learn how to use this project',
- imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
+ title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
+ content: 'Learn how to use this project',
+ image: siteConfig.baseUrl + 'img/learn.png',
+ imageAlt: 'Learn how to use this project',
+ imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
},
{
- title: 'Frequently Asked Questions',
- content: 'Questions gathered from the community',
- image: siteConfig.baseUrl + 'img/faq.png',
- imageAlign: 'top',
+ title: 'Frequently Asked Questions',
+ content: 'Questions gathered from the community',
+ image: siteConfig.baseUrl + 'img/faq.png',
+ imageAlign: 'top',
},
{
- title: 'More',
- content: 'Lots of documentation is on this site',
+ title: 'More',
+ content: 'Lots of documentation is on this site',
},
]}
/>
diff --git a/docs/en/1.13.0/api-pages/index.html b/docs/en/1.13.0/api-pages/index.html
index d0c8812d9d..fcd3bb4ede 100644
--- a/docs/en/1.13.0/api-pages/index.html
+++ b/docs/en/1.13.0/api-pages/index.html
@@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description';
className="myCustomClass"
contents={[
{
- title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
- content: 'Learn how to use this project',
- image: siteConfig.baseUrl + 'img/learn.png',
- imageAlt: 'Learn how to use this project',
- imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
+ title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
+ content: 'Learn how to use this project',
+ image: siteConfig.baseUrl + 'img/learn.png',
+ imageAlt: 'Learn how to use this project',
+ imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
},
{
- title: 'Frequently Asked Questions',
- content: 'Questions gathered from the community',
- image: siteConfig.baseUrl + 'img/faq.png',
- imageAlign: 'top',
+ title: 'Frequently Asked Questions',
+ content: 'Questions gathered from the community',
+ image: siteConfig.baseUrl + 'img/faq.png',
+ imageAlign: 'top',
},
{
- title: 'More',
- content: 'Lots of documentation is on this site',
+ title: 'More',
+ content: 'Lots of documentation is on this site',
},
]}
/>
diff --git a/docs/en/1.13.0/doc-markdown.html b/docs/en/1.13.0/doc-markdown.html
index aae7ccf8bd..a324020aa1 100644
--- a/docs/en/1.13.0/doc-markdown.html
+++ b/docs/en/1.13.0/doc-markdown.html
@@ -214,7 +214,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/1.13.0/doc-markdown/index.html b/docs/en/1.13.0/doc-markdown/index.html
index aae7ccf8bd..a324020aa1 100644
--- a/docs/en/1.13.0/doc-markdown/index.html
+++ b/docs/en/1.13.0/doc-markdown/index.html
@@ -214,7 +214,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/1.9.x/api-pages.html b/docs/en/1.9.x/api-pages.html
index d3cb4667ba..a79c829dd9 100644
--- a/docs/en/1.9.x/api-pages.html
+++ b/docs/en/1.9.x/api-pages.html
@@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description';
className="myCustomClass"
contents={[
{
- title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
- content: 'Learn how to use this project',
- image: siteConfig.baseUrl + 'img/learn.png',
- imageAlt: 'Learn how to use this project',
- imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
+ title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
+ content: 'Learn how to use this project',
+ image: siteConfig.baseUrl + 'img/learn.png',
+ imageAlt: 'Learn how to use this project',
+ imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
},
{
- title: 'Frequently Asked Questions',
- content: 'Questions gathered from the community',
- image: siteConfig.baseUrl + 'img/faq.png',
- imageAlign: 'top',
+ title: 'Frequently Asked Questions',
+ content: 'Questions gathered from the community',
+ image: siteConfig.baseUrl + 'img/faq.png',
+ imageAlign: 'top',
},
{
- title: 'More',
- content: 'Lots of documentation is on this site',
+ title: 'More',
+ content: 'Lots of documentation is on this site',
},
]}
/>
diff --git a/docs/en/1.9.x/api-pages/index.html b/docs/en/1.9.x/api-pages/index.html
index d3cb4667ba..a79c829dd9 100644
--- a/docs/en/1.9.x/api-pages/index.html
+++ b/docs/en/1.9.x/api-pages/index.html
@@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description';
className="myCustomClass"
contents={[
{
- title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
- content: 'Learn how to use this project',
- image: siteConfig.baseUrl + 'img/learn.png',
- imageAlt: 'Learn how to use this project',
- imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
+ title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
+ content: 'Learn how to use this project',
+ image: siteConfig.baseUrl + 'img/learn.png',
+ imageAlt: 'Learn how to use this project',
+ imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
},
{
- title: 'Frequently Asked Questions',
- content: 'Questions gathered from the community',
- image: siteConfig.baseUrl + 'img/faq.png',
- imageAlign: 'top',
+ title: 'Frequently Asked Questions',
+ content: 'Questions gathered from the community',
+ image: siteConfig.baseUrl + 'img/faq.png',
+ imageAlign: 'top',
},
{
- title: 'More',
- content: 'Lots of documentation is on this site',
+ title: 'More',
+ content: 'Lots of documentation is on this site',
},
]}
/>
diff --git a/docs/en/1.9.x/doc-markdown.html b/docs/en/1.9.x/doc-markdown.html
index 738482ff0f..edb26b9188 100644
--- a/docs/en/1.9.x/doc-markdown.html
+++ b/docs/en/1.9.x/doc-markdown.html
@@ -214,7 +214,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/1.9.x/doc-markdown/index.html b/docs/en/1.9.x/doc-markdown/index.html
index 738482ff0f..edb26b9188 100644
--- a/docs/en/1.9.x/doc-markdown/index.html
+++ b/docs/en/1.9.x/doc-markdown/index.html
@@ -214,7 +214,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/api-pages.html b/docs/en/api-pages.html
index daeaab7bbe..ee2ebed9f0 100644
--- a/docs/en/api-pages.html
+++ b/docs/en/api-pages.html
@@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description';
className="myCustomClass"
contents={[
{
- title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
- content: 'Learn how to use this project',
- image: siteConfig.baseUrl + 'img/learn.png',
- imageAlt: 'Learn how to use this project',
- imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
+ title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
+ content: 'Learn how to use this project',
+ image: siteConfig.baseUrl + 'img/learn.png',
+ imageAlt: 'Learn how to use this project',
+ imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
},
{
- title: 'Frequently Asked Questions',
- content: 'Questions gathered from the community',
- image: siteConfig.baseUrl + 'img/faq.png',
- imageAlign: 'top',
+ title: 'Frequently Asked Questions',
+ content: 'Questions gathered from the community',
+ image: siteConfig.baseUrl + 'img/faq.png',
+ imageAlign: 'top',
},
{
- title: 'More',
- content: 'Lots of documentation is on this site',
+ title: 'More',
+ content: 'Lots of documentation is on this site',
},
]}
/>
diff --git a/docs/en/api-pages/index.html b/docs/en/api-pages/index.html
index daeaab7bbe..ee2ebed9f0 100644
--- a/docs/en/api-pages/index.html
+++ b/docs/en/api-pages/index.html
@@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description';
className="myCustomClass"
contents={[
{
- title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
- content: 'Learn how to use this project',
- image: siteConfig.baseUrl + 'img/learn.png',
- imageAlt: 'Learn how to use this project',
- imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
+ title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
+ content: 'Learn how to use this project',
+ image: siteConfig.baseUrl + 'img/learn.png',
+ imageAlt: 'Learn how to use this project',
+ imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
},
{
- title: 'Frequently Asked Questions',
- content: 'Questions gathered from the community',
- image: siteConfig.baseUrl + 'img/faq.png',
- imageAlign: 'top',
+ title: 'Frequently Asked Questions',
+ content: 'Questions gathered from the community',
+ image: siteConfig.baseUrl + 'img/faq.png',
+ imageAlign: 'top',
},
{
- title: 'More',
- content: 'Lots of documentation is on this site',
+ title: 'More',
+ content: 'Lots of documentation is on this site',
},
]}
/>
diff --git a/docs/en/doc-markdown.html b/docs/en/doc-markdown.html
index bacac587dc..ea7b3a7c81 100644
--- a/docs/en/doc-markdown.html
+++ b/docs/en/doc-markdown.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/doc-markdown/index.html b/docs/en/doc-markdown/index.html
index bacac587dc..ea7b3a7c81 100644
--- a/docs/en/doc-markdown/index.html
+++ b/docs/en/doc-markdown/index.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/next/api-pages.html b/docs/en/next/api-pages.html
index e7f554d3b5..c75ac23263 100644
--- a/docs/en/next/api-pages.html
+++ b/docs/en/next/api-pages.html
@@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description';
className="myCustomClass"
contents={[
{
- title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
- content: 'Learn how to use this project',
- image: siteConfig.baseUrl + 'img/learn.png',
- imageAlt: 'Learn how to use this project',
- imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
+ title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
+ content: 'Learn how to use this project',
+ image: siteConfig.baseUrl + 'img/learn.png',
+ imageAlt: 'Learn how to use this project',
+ imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
},
{
- title: 'Frequently Asked Questions',
- content: 'Questions gathered from the community',
- image: siteConfig.baseUrl + 'img/faq.png',
- imageAlign: 'top',
+ title: 'Frequently Asked Questions',
+ content: 'Questions gathered from the community',
+ image: siteConfig.baseUrl + 'img/faq.png',
+ imageAlign: 'top',
},
{
- title: 'More',
- content: 'Lots of documentation is on this site',
+ title: 'More',
+ content: 'Lots of documentation is on this site',
},
]}
/>
diff --git a/docs/en/next/api-pages/index.html b/docs/en/next/api-pages/index.html
index e7f554d3b5..c75ac23263 100644
--- a/docs/en/next/api-pages/index.html
+++ b/docs/en/next/api-pages/index.html
@@ -202,21 +202,21 @@ MyPage.description = 'My Custom Description';
className="myCustomClass"
contents={[
{
- title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
- content: 'Learn how to use this project',
- image: siteConfig.baseUrl + 'img/learn.png',
- imageAlt: 'Learn how to use this project',
- imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
+ title: `[Learn](${siteConfig.baseUrl}${siteConfig.docsUrl}/tutorial.html)`,
+ content: 'Learn how to use this project',
+ image: siteConfig.baseUrl + 'img/learn.png',
+ imageAlt: 'Learn how to use this project',
+ imageLink: siteConfig.baseUrl + 'docs/tutorial.html',
},
{
- title: 'Frequently Asked Questions',
- content: 'Questions gathered from the community',
- image: siteConfig.baseUrl + 'img/faq.png',
- imageAlign: 'top',
+ title: 'Frequently Asked Questions',
+ content: 'Questions gathered from the community',
+ image: siteConfig.baseUrl + 'img/faq.png',
+ imageAlign: 'top',
},
{
- title: 'More',
- content: 'Lots of documentation is on this site',
+ title: 'More',
+ content: 'Lots of documentation is on this site',
},
]}
/>
diff --git a/docs/en/next/doc-markdown.html b/docs/en/next/doc-markdown.html
index 7a5d4ec9c1..a22d5ee6a0 100644
--- a/docs/en/next/doc-markdown.html
+++ b/docs/en/next/doc-markdown.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/next/doc-markdown/index.html b/docs/en/next/doc-markdown/index.html
index 7a5d4ec9c1..a22d5ee6a0 100644
--- a/docs/en/next/doc-markdown/index.html
+++ b/docs/en/next/doc-markdown/index.html
@@ -217,7 +217,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
class Example extends React.Component {
render() {
return (
- <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+ <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Docusaurus</Text>
<Button
title="Click me"
diff --git a/docs/en/next/publishing.html b/docs/en/next/publishing.html
index c4b63de3b6..f0c8965511 100644
--- a/docs/en/next/publishing.html
+++ b/docs/en/next/publishing.html
@@ -307,33 +307,33 @@
# azure-pipelines.yml
trigger:
-- master
+ - master
pool:
vmImage: 'ubuntu-latest'
steps:
-- checkout: self
- persistCredentials: true
+ - checkout: self
+ persistCredentials: true
-- task: NodeTool@0
- inputs:
- versionSpec: '10.x'
- displayName: 'Install Node.js'
+ - task: NodeTool@0
+ inputs:
+ versionSpec: '10.x'
+ displayName: 'Install Node.js'
-- script: |
- git config --global user.name "${GH_NAME}"
- git config --global user.email "${GH_EMAIL}"
- git checkout -b master
- echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
- cd website
- yarn install
- GIT_USER="${GH_NAME}" CURRENT_BRANCH=master yarn run publish-gh-pages
- env:
- GH_NAME: $(GH_NAME)
- GH_EMAIL: $(GH_EMAIL)
- GH_TOKEN: $(GH_TOKEN)
- displayName: 'yarn install and build'
+ - script: |
+ git config --global user.name "${GH_NAME}"
+ git config --global user.email "${GH_EMAIL}"
+ git checkout -b master
+ echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
+ cd website
+ yarn install
+ GIT_USER="${GH_NAME}" CURRENT_BRANCH=master yarn run publish-gh-pages
+ env:
+ GH_NAME: $(GH_NAME)
+ GH_EMAIL: $(GH_EMAIL)
+ GH_TOKEN: $(GH_TOKEN)
+ displayName: 'yarn install and build'
Hosting on ZEIT Now
With ZEIT Now, you can deploy your site and connect it to GitHub or GitLab to automatically receive a new deployment every time you push a commit.
@@ -386,7 +386,7 @@
Alter your siteConfig.js
to add a property 'githubHost'
which represents the GitHub Enterprise hostname. Alternatively, set an environment variable GITHUB_HOST
when executing the publish command.
-Last updated on 7/23/2020 by Ayan Banerjee