This commit is contained in:
Fabien POLLY
2026-01-24 17:22:18 +01:00
parent fc2a3f6972
commit caf7cf89fc

View File

@@ -5,9 +5,9 @@
*/ */
const CONFIG = { const CONFIG = {
// Project Information (Sera remplacé par le nom du Repo) // Project Information (Sera remplacé par le nom du Repo)
projectName: "ACIDWIKI", projectName: "Bjorn",
projectSubtitle: "ACIDWIKI WIKI", projectSubtitle: "Bjorn WIKI",
description: "Official Documentation and Wiki for AcidWiki", description: "Official Documentation and Wiki for Bjorn",
// Versioning Settings // Versioning Settings
versioning: { versioning: {
@@ -17,7 +17,7 @@ const CONFIG = {
}, },
// GitHub Repository // GitHub Repository
repo: "infinition/AcidWiki", repo: "infinition/Bjorn",
branch: "main", branch: "main",
// Theme Settings // Theme Settings
@@ -62,7 +62,7 @@ const CONFIG = {
}, },
// Footer // Footer
footerText: "© 2026 ACIDWIKI WIKI - All rights reserved", footerText: "© 2026 Bjorn WIKI - All rights reserved",
// UI Strings // UI Strings
ui: { ui: {
@@ -97,7 +97,7 @@ const CONFIG = {
social: { social: {
discord: null, discord: null,
reddit: null, reddit: null,
github: "https://github.com/infinition/AcidWiki", // Virgule respectée par le script github: "https://github.com/infinition/Bjorn", // Virgule respectée par le script
buyMeACoffee: "https://buymeacoffee.com/infinition" buyMeACoffee: "https://buymeacoffee.com/infinition"
}, },
@@ -105,6 +105,6 @@ const CONFIG = {
badges: { badges: {
discordLabel: "COMMUNITY", discordLabel: "COMMUNITY",
redditLabel: "REDDIT", redditLabel: "REDDIT",
githubLabel: "ACIDWIKI" githubLabel: "BJORN"
} }
}; };