Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
emeeks committed Jul 24, 2023
1 parent f779457 commit 1087f66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,20 @@ const config = {
content: "jupyter, python, llm, chatgpt, developer, blog",
},
{ name: "twitter:site", content: "@noteable_io" },
{ name: "twitter:title", content: "Noteable Platform" },
{
name: "twitter:description",
content:
"Resources for developers working with Noteable notebook and LLM functionality",
},
{ name: "og:title", content: "Noteable Platform" },
{
name: "og:description",
content:
"Resources for developers working with Noteable notebook and LLM functionality",
},
{
name: "og:site_name",
content: "Noteable",
},
],
navbar: {
title: "Noteable Developer Platform",
Expand Down

0 comments on commit 1087f66

Please sign in to comment.