mirror of
https://github.com/lune-org/docs.git
synced 2024-12-12 13:00:37 +00:00
20 lines
400 B
React
20 lines
400 B
React
|
import React from "react"
|
||
|
|
||
|
export default {
|
||
|
logo: <span>Lune Documentation</span>,
|
||
|
docsRepositoryBase: "https://github.com/lune-org/docs/blob/main/pages",
|
||
|
project: {
|
||
|
link: "https://github.com/lune-org/lune",
|
||
|
},
|
||
|
footer: {
|
||
|
text: (
|
||
|
<span>
|
||
|
MPL-2.0 {new Date().getFullYear()} ©{" "}
|
||
|
<a href="https://github.com/lune-org/lune" target="_blank">
|
||
|
Lune
|
||
|
</a>
|
||
|
</span>
|
||
|
),
|
||
|
},
|
||
|
}
|