Skip to content

Commit

Permalink
[Docs] add twitter card (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xChqrles authored Apr 27, 2024
1 parent 9acfd13 commit 135cec8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,6 @@ contracts/.snfoundry_cache/

# Build
build

# Misc
.DS_Store
3 changes: 2 additions & 1 deletion packages/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
// From node
nodeEnv: process.env.NODE_ENV,
},
title: 'Unruggable memecoin',
title: 'Unruggable meme',
tagline: 'Documentation and Guides',
url: 'https://docs.unruggable.meme',
baseUrl: '/',
Expand All @@ -17,6 +17,7 @@ module.exports = {
organizationName: 'Keep Starknet Strange', // Usually your GitHub org/user name.
projectName: 'Unruggable-docs', // Usually your repo name.
themeConfig: {
image: 'img/twitter_card_bg.jpg',
prism: {
additionalLanguages: ['rust'],
},
Expand Down
Binary file removed packages/docs/static/.DS_Store
Binary file not shown.
Binary file removed packages/docs/static/img/.DS_Store
Binary file not shown.
Binary file added packages/docs/static/img/twitter_card_bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed packages/frontend/src/.DS_Store
Binary file not shown.

0 comments on commit 135cec8

Please sign in to comment.