module.exports = {
title: "slack-message-parser",
description: "Documentation for slack-message-parser",
// Assume hosted on GitHub Pages.
base: "/slack-message-parser/",
themeConfig: {
nav: [
{ text: "Guide", link: "/" },
{ text: "API", link: "/api/" },
{
text: "GitHub",
link: "https://github.com/pocka/slack-message-parser",
},
],
sidebar: ["/", "/api/"],
},
};