diff --git a/docs/3.0.x/contribution.md b/docs/3.0.x/contribution.md index 42f3e911e..aa892be7b 100644 --- a/docs/3.0.x/contribution.md +++ b/docs/3.0.x/contribution.md @@ -1,6 +1,8 @@ --- id: contribution title: Contributing to NativeBase +metaTitle: Contributing to NativeBase | NativeBase +metaDescription: A set of guidelines for individuals interested in contributing to NativeBase. Please read carefully before creating an issue or pull request. --- Thanks for showing an interest in contributing to NativeBase. We are excited about our collaboration. The following is a set of guidelines that will make the journey memorable. Please spend several minutes reading these guidelines before you create an issue or pull request. diff --git a/docs/3.1.x/contribution.md b/docs/3.1.x/contribution.md index 42f3e911e..aa892be7b 100644 --- a/docs/3.1.x/contribution.md +++ b/docs/3.1.x/contribution.md @@ -1,6 +1,8 @@ --- id: contribution title: Contributing to NativeBase +metaTitle: Contributing to NativeBase | NativeBase +metaDescription: A set of guidelines for individuals interested in contributing to NativeBase. Please read carefully before creating an issue or pull request. --- Thanks for showing an interest in contributing to NativeBase. We are excited about our collaboration. The following is a set of guidelines that will make the journey memorable. Please spend several minutes reading these guidelines before you create an issue or pull request. diff --git a/docs/3.2.x/contribution.md b/docs/3.2.x/contribution.md index 42f3e911e..aa892be7b 100644 --- a/docs/3.2.x/contribution.md +++ b/docs/3.2.x/contribution.md @@ -1,6 +1,8 @@ --- id: contribution title: Contributing to NativeBase +metaTitle: Contributing to NativeBase | NativeBase +metaDescription: A set of guidelines for individuals interested in contributing to NativeBase. Please read carefully before creating an issue or pull request. --- Thanks for showing an interest in contributing to NativeBase. We are excited about our collaboration. The following is a set of guidelines that will make the journey memorable. Please spend several minutes reading these guidelines before you create an issue or pull request. diff --git a/docs/3.3.x/contribution.md b/docs/3.3.x/contribution.md index 42f3e911e..aa892be7b 100644 --- a/docs/3.3.x/contribution.md +++ b/docs/3.3.x/contribution.md @@ -1,6 +1,8 @@ --- id: contribution title: Contributing to NativeBase +metaTitle: Contributing to NativeBase | NativeBase +metaDescription: A set of guidelines for individuals interested in contributing to NativeBase. Please read carefully before creating an issue or pull request. --- Thanks for showing an interest in contributing to NativeBase. We are excited about our collaboration. The following is a set of guidelines that will make the journey memorable. Please spend several minutes reading these guidelines before you create an issue or pull request. diff --git a/docs/3.4.x/contribution.md b/docs/3.4.x/contribution.md index 0e1ca5e1f..f6f655002 100644 --- a/docs/3.4.x/contribution.md +++ b/docs/3.4.x/contribution.md @@ -1,6 +1,8 @@ --- id: contribution title: Contributing to NativeBase +metaTitle: Contributing to NativeBase | NativeBase +metaDescription: A set of guidelines for individuals interested in contributing to NativeBase. Please read carefully before creating an issue or pull request. --- Thanks for showing an interest in contributing to NativeBase. We are excited about our collaboration. The following is a set of guidelines that will make the journey memorable. Please spend several minutes reading these guidelines before you create an issue or pull request. diff --git a/docs/next/contribution.md b/docs/next/contribution.md index 0e1ca5e1f..f6f655002 100644 --- a/docs/next/contribution.md +++ b/docs/next/contribution.md @@ -1,6 +1,8 @@ --- id: contribution title: Contributing to NativeBase +metaTitle: Contributing to NativeBase | NativeBase +metaDescription: A set of guidelines for individuals interested in contributing to NativeBase. Please read carefully before creating an issue or pull request. --- Thanks for showing an interest in contributing to NativeBase. We are excited about our collaboration. The following is a set of guidelines that will make the journey memorable. Please spend several minutes reading these guidelines before you create an issue or pull request. diff --git a/layouts/index.tsx b/layouts/index.tsx index d165430b0..ca7115bdb 100644 --- a/layouts/index.tsx +++ b/layouts/index.tsx @@ -105,8 +105,8 @@ function Layout({ }`; let href = "https://docs.nativebase.io/" + pages.currentPage.id; - const { metaTitle, metaDescription } = frontMatter; - console.log(metaTitle, metaDescription); + const {metaTitle,metaDescription}=frontMatter; + return ( <>
@@ -117,7 +117,9 @@ function Layout({ /> {/* og meta links */} - +