Skip to content

Commit f251dd4

Browse files
add: adding aeorank plugin to get better AI scores
1 parent c82e130 commit f251dd4

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

docusaurus.config.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,17 @@ const config: Config = {
3939
trailingSlash: false,
4040

4141
// Plugins
42-
plugins: ['./src/plugins/tailwind-config.js'],
42+
plugins: [
43+
'./src/plugins/tailwind-config.js',
44+
[
45+
'@aeorank/docusaurus',
46+
{
47+
siteName: 'Graphical Playground Documentation',
48+
description: 'Comprehensive documentation for Graphical Playground, the visual programming environment.',
49+
siteUrl: 'https://docs.graphical-playground.com'
50+
}
51+
]
52+
],
4353

4454
// Even if you don't use internationalization, you can use this field to set
4555
// useful metadata like html lang. For example, if your site is Chinese, you
@@ -99,7 +109,7 @@ const config: Config = {
99109
logo: {
100110
alt: 'GP Logo',
101111
src: 'images/logo-short-text-black.svg',
102-
srcDark: 'images/logo-short-text-white.svg',
112+
srcDark: 'images/logo-short-text-white.svg'
103113
},
104114
items: [
105115
{

package-lock.json

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"typecheck": "tsc"
1616
},
1717
"dependencies": {
18+
"@aeorank/docusaurus": "^0.0.1",
1819
"@docusaurus/core": "3.10.1",
1920
"@docusaurus/faster": "3.10.1",
2021
"@docusaurus/preset-classic": "3.10.1",

0 commit comments

Comments
 (0)