mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
15 lines
276 B
JavaScript
15 lines
276 B
JavaScript
window.$docsify = {
|
|
name: '🚀 Axios Cache Interceptor',
|
|
|
|
loadSidebar: 'config/sidebar.md',
|
|
notFoundPage: 'config/404.md',
|
|
homepage: 'pages/homepage.md',
|
|
|
|
themeColor: 'hsl(275, 100%, 50%)',
|
|
|
|
subMaxLevel: 1,
|
|
|
|
search: 'auto',
|
|
plugins: [window.runkitDocsify]
|
|
};
|