-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdocusaurus.config.min.js
1 lines (1 loc) · 2.13 KB
/
docusaurus.config.min.js
1
const lightCodeTheme=require("prism-react-renderer/themes/github"),darkCodeTheme=require("prism-react-renderer/themes/dracula"),config={title:"JATOS",tagline:"Just Another Tool for Online Studies",url:"https://www.jatos.org",baseUrl:"/",onBrokenLinks:"ignore",onBrokenMarkdownLinks:"warn",favicon:"img/favicon.ico",organizationName:"JATOS",projectName:"JATOS_docs",trailingSlash:!1,presets:[["@docusaurus/preset-classic",{docs:{sidebarPath:require.resolve("./sidebars.js"),editUrl:"https://github.com/JATOS/JATOS_docs/tree/main",routeBasePath:"/",showLastUpdateAuthor:!0,showLastUpdateTime:!0,versions:{current:{label:"next",path:"next",banner:"unreleased"},"3.7.1":{label:"3.7.x",path:"",banner:"none"},"3.6.1":{label:"3.6.1 and earlier",path:"3.6.1",banner:"none"}}},blog:{showReadingTime:!0,editUrl:"https://github.com/JATOS/JATOS_docs/tree/main/blog"},theme:{customCss:require.resolve("./src/css/custom.css")},googleAnalytics:{trackingID:"UA-57013276-1",anonymizeIP:!0}}]],themeConfig:{navbar:{title:"JATOS",logo:{alt:"JATOS Logo",src:"img/jatos_logo_color.svg"},items:[{type:"doc",docId:"Overview/Whats-JATOS",position:"left",label:"Documentation"},{to:"/Example-Studies",label:"Example Studies",position:"left"},{type:"doc",docId:"Overview/Contact-us",position:"left",label:"Contact"},{to:"https://ko-fi.com/jatos",label:"Support us",position:"right"},{type:"docsVersionDropdown",position:"right"}]},footer:{style:"dark",links:[{title:"Community",items:[{label:"JATOS Forum",to:"https://forum.cogsci.nl/categories/jatos"},{label:"Slack",to:"https://communityinviter.com/apps/jatosworkspace/jatos-slack"},{label:"Google Group",to:"https://groups.google.com/g/jatos"},{label:"GitHub Issues",to:"https://github.com/JATOS/JATOS/issues"}]},{title:"More",items:[{label:"Blog",to:"http://blog.jatos.org/"},{label:"GitHub",to:"https://github.com/JATOS/JATOS"}]}],copyright:'JATOS is free and <a href="https://github.com/JATOS/JATOS" class="footer__link-item">open source</a> and published under <a href="https://www.apache.org/licenses/LICENSE-2.0" class="footer__link-item">Apache License, version 2.0</a>'},prism:{theme:lightCodeTheme,darkTheme:darkCodeTheme}}};module.exports=config;