mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 18:10:54 +01:00
Add logo to header
This commit is contained in:
parent
5289b4bf51
commit
42ca3df4fc
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
import React from "react"
|
||||
|
||||
export default {
|
||||
logo: <span>Lune Documentation</span>,
|
||||
logo: <span>Documentation</span>,
|
||||
logoLink: "https://github.com/filiptibell/lune/raw/main/assets/logo/tilt.ico",
|
||||
docsRepositoryBase: "https://github.com/lune-org/docs/blob/main/pages",
|
||||
project: {
|
||||
link: "https://github.com/filiptibell/lune",
|
||||
|
|
Loading…
Add table
Reference in a new issue