mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-07 17:25:19 -04:00
refactor(docs): move source for doc pages here (#119)
* docs: move dev docs to dev-docs folder * docs: move source for doc pages here * docs: improve docs
This commit is contained in:
parent
5341587dfa
commit
bfc82c0534
46 changed files with 6307 additions and 0 deletions
11
docs/next.config.js
Normal file
11
docs/next.config.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
const withNextra = require("nextra")({
|
||||
theme: "nextra-theme-docs",
|
||||
themeConfig: "./theme.config.jsx",
|
||||
});
|
||||
|
||||
module.exports = withNextra({
|
||||
output: "standalone",
|
||||
});
|
||||
|
||||
// If you have other Next.js configurations, you can pass them as the parameter:
|
||||
// module.exports = withNextra({ /* other next.js config */ })
|
Loading…
Add table
Add a link
Reference in a new issue