mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
13 lines
237 B
JavaScript
13 lines
237 B
JavaScript
window.$docsify = {
|
|
name: 'Axios Cache Interceptor',
|
|
|
|
loadSidebar: 'config/sidebar.md',
|
|
notFoundPage: 'config/404.md',
|
|
homepage: 'pages/introduction.md',
|
|
|
|
subMaxLevel: 2,
|
|
|
|
search: 'auto',
|
|
plugins: [window.runkitDocsify]
|
|
};
|