mirror of
https://github.com/infinition/Bjorn.git
synced 2026-02-05 03:31:02 +00:00
fix
This commit is contained in:
14
config.js
14
config.js
@@ -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"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user