aboutsummaryrefslogtreecommitdiff
path: root/docusaurus.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'docusaurus.config.js')
-rw-r--r--docusaurus.config.js41
1 files changed, 15 insertions, 26 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 69afc6e..f147cec 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -10,15 +10,15 @@ const config = {
favicon: "img/favicon.ico",
// Set the production url of your site here
- url: "https://your-docusaurus-test-site.com",
+ url: "https://neohaskell.org",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
- organizationName: "facebook", // Usually your GitHub org/user name.
- projectName: "docusaurus", // Usually your repo name.
+ organizationName: "neohaskell", // Usually your GitHub org/user name.
+ projectName: "neohaskell", // Usually your repo name.
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
@@ -55,14 +55,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
- "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
- },
- blog: {
- showReadingTime: true,
- // Please change this to your repo.
- // Remove this to remove the "edit this page" links.
- editUrl:
- "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
+ "https://github.com/neohaskell/neohaskell.github.io/tree/main/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
@@ -92,14 +85,18 @@ const config = {
type: "docSidebar",
sidebarId: "tutorialSidebar",
position: "left",
- label: "Tutorial",
+ label: "Fundamentals",
},
- { to: "/blog", label: "Blog", position: "left" },
{
- href: "https://github.com/facebook/docusaurus",
+ href: "https://github.com/neohaskell/",
label: "GitHub",
position: "right",
},
+ {
+ href: "https://discord.com/invite/wDj3UYzec8",
+ label: "Discord",
+ position: "right",
+ },
],
},
footer: {
@@ -109,7 +106,7 @@ const config = {
title: "Docs",
items: [
{
- label: "Tutorial",
+ label: "Fundamentals",
to: "/docs/intro",
},
],
@@ -118,16 +115,12 @@ const config = {
title: "Community",
items: [
{
- label: "Stack Overflow",
- href: "https://stackoverflow.com/questions/tagged/docusaurus",
- },
- {
label: "Discord",
- href: "https://discordapp.com/invite/docusaurus",
+ href: "https://discord.com/invite/wDj3UYzec8",
},
{
label: "Twitter",
- href: "https://twitter.com/docusaurus",
+ href: "https://twitter.com/neohaskell",
},
],
},
@@ -135,12 +128,8 @@ const config = {
title: "More",
items: [
{
- label: "Blog",
- to: "/blog",
- },
- {
label: "GitHub",
- href: "https://github.com/facebook/docusaurus",
+ href: "https://github.com/neohaskell",
},
],
},