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

More settings localization

This commit is contained in:
Sean Morley 2024-11-03 15:45:29 -05:00
parent 4bbbc10097
commit c0aaec1436
13 changed files with 464 additions and 284 deletions

View file

@ -15,8 +15,8 @@ const config: Config = {
// 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: "seanmorley", // Usually your GitHub org/user name.
projectName: "adventurelog", // Usually your repo name.
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
@ -40,7 +40,7 @@ const config: 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/",
"https://github.com/seanmorley15/AdventureLog/tree/main/documentation",
},
// blog: {
// showReadingTime: true,