diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index dfe3f1f1..88e85abb 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -33,6 +33,7 @@ export default defineConfig({ search: { provider: 'local' }, + logo: "/mr.cookie.svg", editLink: { pattern: 'https://github.com/bavix/gripmock/edit/master/docs/:path' }, diff --git a/docs/.vitepress/mr.cookie.svg b/docs/.vitepress/mr.cookie.svg new file mode 100644 index 00000000..93ba99a0 --- /dev/null +++ b/docs/.vitepress/mr.cookie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 6a999675..d4839f17 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,8 +6,7 @@ hero: name: GripMock text: Fast. Just. Comfortable. tagline: gRPC-MockServer - image: - light: https://github.com/bavix/gripmock/assets/5111255/b835b1a7-f572-438d-9ddb-eda7e0842db0 + image: https://github.com/bavix/gripmock/assets/5111255/d33740c1-2c53-4c06-a7a7-d3a9cb6e7c00 actions: - theme: brand text: Getting started @@ -24,3 +23,22 @@ hero: # - title: Feature C # details: Lorem ipsum dolor sit amet, consectetur adipiscing elit --- + + \ No newline at end of file