1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 12:59:36 +02:00

Add screenshots and better documentation

This commit is contained in:
Sean Morley 2024-08-01 21:06:50 -04:00
parent ad1799b79e
commit 48b70b5bec
16 changed files with 61 additions and 154 deletions

View file

@ -4,7 +4,7 @@ import type * as Preset from "@docusaurus/preset-classic";
const config: Config = {
title: "Adventure Log",
tagline: "AdventureLog: Embark, Explore, Remember. 🌍",
tagline: "Embark, Explore, Remember. 🗺️",
favicon: "img/favicon.png",
// Set the production url of your site here
@ -42,13 +42,13 @@ const config: Config = {
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/",
},
// 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/",
// },
theme: {
customCss: "./src/css/custom.css",
},
@ -77,7 +77,7 @@ const config: Config = {
position: "left",
label: "Documentation",
},
{ to: "/blog", label: "Blog", position: "left" },
// { to: "/blog", label: "Blog", position: "left" },
{
href: "https://github.com/seanmorley15/adventurelog",
label: "GitHub",
@ -95,40 +95,32 @@ const config: Config = {
label: "Intro",
to: "/docs/intro",
},
{
label: "Installation",
to: "/docs/Installation/docker",
},
],
},
{
title: "Community",
items: [
{
label: "Stack Overflow",
href: "https://stackoverflow.com/questions/tagged/docusaurus",
},
{
label: "Discord",
href: "https://discordapp.com/invite/docusaurus",
},
{
label: "Twitter",
href: "https://twitter.com/docusaurus",
},
],
},
{
title: "More",
items: [
{
label: "Blog",
to: "/blog",
},
{
label: "GitHub",
href: "https://github.com/facebook/docusaurus",
href: "https://github.com/seanmorley15/adventurelog",
},
],
},
// {
// title: "More",
// items: [
// {
// label: "Blog",
// to: "/blog",
// },
// ],
// },
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} Sean Morley Built with Docusaurus.`,
},
prism: {
theme: prismThemes.github,