mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-11 14:43:49 -05:00
18 lines
276 B
TypeScript
18 lines
276 B
TypeScript
export default {
|
|
index: {
|
|
theme: {
|
|
sidebar: false,
|
|
toc: false,
|
|
breadcrumb: false,
|
|
pagination: false,
|
|
timestamp: false,
|
|
layout: "full",
|
|
},
|
|
display: "hidden",
|
|
},
|
|
docs: {
|
|
type: "page",
|
|
title: "Documentation",
|
|
},
|
|
};
|