This commit is contained in:
Fabien POLLY
2026-01-22 22:54:40 +01:00
parent c52bb9164f
commit 57d4b5b540

View File

@@ -4,9 +4,9 @@
*/ */
const CONFIG = { const CONFIG = {
// Project Information // Project Information
projectName: "ACIDWIKI", projectName: "BJORN",
projectSubtitle: "WIKI NODE", projectSubtitle: "BJORN WIKI",
description: "Official Documentation and Wiki Template", description: "Official Documentation and Wiki for BJORN Cyber Viking",
// Versioning Settings // Versioning Settings
// type: "github" (automatic from API) or "local" (manual) // type: "github" (automatic from API) or "local" (manual)
@@ -18,7 +18,7 @@ const CONFIG = {
// GitHub Repository (for version checking when type is "github") // GitHub Repository (for version checking when type is "github")
// Format: "username/repo" // Format: "username/repo"
repo: "infinition/Bjorn", repo: "Bjorn/Bjorn",
branch: "wiki", branch: "wiki",
// Theme Settings // Theme Settings
@@ -66,7 +66,7 @@ const CONFIG = {
}, },
// Footer Customization // Footer Customization
footerText: "© 2026 ACIDWIKI - All rights reserved", footerText: "© 2026 BJORN WIKI - All rights reserved",
// UI Strings (Custom labels for the interface) // UI Strings (Custom labels for the interface)
ui: { ui: {
@@ -103,7 +103,7 @@ const CONFIG = {
// Badge Labels (Optional customization for shields.io) // Badge Labels (Optional customization for shields.io)
badges: { badges: {
discordLabel: "COMMUNITY", discordLabel: "COMMUNITY",
redditLabel: "r/ACIDWIKI", redditLabel: "r/BJORN",
githubLabel: "ACIDWIKI" githubLabel: "BJORN WIKI"
} }
}; };