docs/theme.config.jsx
2023-09-17 13:07:26 -05:00

20 lines
481 B
JavaScript

import React from "react"
export default {
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",
},
footer: {
text: (
<span>
MPL-2.0 {new Date().getFullYear()} ©{" "}
<a href="https://github.com/filiptibell/lune" target="_blank">
Lune
</a>
</span>
),
},
}