Skip to content

Commit

Permalink
Docusaurus: add og image (#5812)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed Apr 10, 2024
1 parent 43844ea commit c8cf7dc
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/list-changed-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
post-files-changed-comment:
name: 'Docs: Spellcheck'
name: 'Post files changed comment'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 2 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ const config: Config = {
],

themeConfig: {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
image: '/docs/social/docs-social.png',
navbar: {
logo: {
srcDark: 'img/logo-white.svg',
Expand Down Expand Up @@ -453,7 +452,7 @@ const config: Config = {
{
className: 'theme-code-block-added-line added-line code-highlight',
line: 'add-next-line',
block: {start: 'add-start', end: 'add-end'},
block: { start: 'add-start', end: 'add-end' },
},
{
className: 'theme-code-block-deleted-line deleted-line code-highlight',
Expand Down
Binary file added static/img/docs-social.png
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 static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file removed static/img/docusaurus.png
Binary file not shown.
Binary file added static/social/docs-social.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c8cf7dc

Please sign in to comment.