aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docusaurus.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r--docs/docusaurus.config.js30
1 files changed, 5 insertions, 25 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index d0031f84..a33d8f63 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -66,31 +66,11 @@ const config = {
({
// Replace with your project's social card
navbar: {
- title: '🐢 Atuin',
- items: [
- {
- type: 'doc',
- docId: 'guide/index',
- position: 'left',
- label: 'Docs',
- },
- { to: '/blog', label: 'Blog', position: 'left' },
- {
- href: 'https://github.com/ellie/atuin',
- label: 'GitHub',
- position: 'right',
- },
- {
- href: 'https://hachyderm.io/@atuin',
- label: 'Mastodon',
- position: 'right',
- },
- {
- href: 'https://twitter.com/atuinsh',
- label: 'Twitter',
- position: 'right',
- }
- ],
+ logo: {
+ href: "https://atuin.sh",
+ src: "/img/atuin.png"
+ }
+
},
footer: {
style: 'dark',