-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update page title and social description
- Loading branch information
1 parent
21e306b
commit f8e9e6b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
export const siteMetadata = { | ||
baseUrl: 'https://kedro.org/', | ||
title: 'Kedro | A Python framework for creating data science code', | ||
title: 'Kedro | An open-source framework for data science code', | ||
description: | ||
'Kedro is an open-source Python framework for creating reproducible, maintainable and modular data-science code. It borrows concepts from software engineering and applies them to machine-learning code.', | ||
socialImage: 'https://kedro.org/images/kedro-social-image.png', | ||
socialDescription: 'A Python framework for creating data science code', | ||
socialDescription: 'An open-source framework for data science code', | ||
}; |