docs/theme.config.jsx

21 lines
481 B
React
Raw Normal View History

2023-07-22 13:25:44 +01:00
import React from "react"
export default {
2023-09-17 19:07:26 +01:00
logo: <span>Documentation</span>,
logoLink: "https://github.com/filiptibell/lune/raw/main/assets/logo/tilt.ico",
2023-07-22 13:25:44 +01:00
docsRepositoryBase: "https://github.com/lune-org/docs/blob/main/pages",
project: {
2023-07-28 18:04:11 +01:00
link: "https://github.com/filiptibell/lune",
2023-07-22 13:25:44 +01:00
},
footer: {
text: (
<span>
MPL-2.0 {new Date().getFullYear()} ©{" "}
2023-07-28 18:04:11 +01:00
<a href="https://github.com/filiptibell/lune" target="_blank">
2023-07-22 13:25:44 +01:00
Lune
</a>
</span>
),
},
}