diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 3bc382d..b9703ca 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -108,7 +108,7 @@ const config: Config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} AgentEval Contributors. Licensed under Apache 2.0.`, + copyright: `Copyright © ${new Date().getFullYear()} ByteVeda. Licensed under Apache 2.0.`, }, prism: { theme: prismThemes.github, diff --git a/docs/src/pages/index.module.css b/docs/src/pages/index.module.css index 1993b48..575b806 100644 --- a/docs/src/pages/index.module.css +++ b/docs/src/pages/index.module.css @@ -30,6 +30,17 @@ margin-bottom: 1rem; } +.buttons .button--outline { + color: #ffffff; + border-color: #ffffff; +} + +.buttons .button--outline:hover { + background: rgba(255, 255, 255, 0.15); + color: #ffffff; + border-color: #ffffff; +} + .quickstart { padding: 4rem 0; background: var(--ifm-color-emphasis-100); diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index c73e030..4503570 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -160,9 +160,9 @@ export default function Home(): ReactNode { Maven {` - com.agenteval + org.byteveda.agenteval agenteval-junit5 - 1.0.0 + 0.1.0 test `} @@ -170,7 +170,7 @@ export default function Home(): ReactNode {
Gradle (Kotlin DSL) -{`testImplementation("com.agenteval:agenteval-junit5:1.0.0")`} +{`testImplementation("org.byteveda.agenteval:agenteval-junit5:0.1.0")`}