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:
parent
4bbbc10097
commit
c0aaec1436
13 changed files with 464 additions and 284 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue