mirror of
https://github.com/infinition/Bjorn.git
synced 2026-03-09 14:12:00 +00:00
Compare commits
16 Commits
e9c9266d5a
...
wiki
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8c26288ab | ||
|
|
8fd63ce5b1 | ||
|
|
9b04b1eb50 | ||
|
|
2d70c1ed66 | ||
|
|
33f4bc7e40 | ||
|
|
04496b9890 | ||
|
|
e6810a739b | ||
|
|
130c6b1ad0 | ||
|
|
f98f2f024a | ||
|
|
7c8dfdb072 | ||
|
|
caf7cf89fc | ||
|
|
fc2a3f6972 | ||
|
|
e7168f6d1d | ||
|
|
39e1169016 | ||
|
|
3ba9cdccf7 | ||
|
|
2173f7aa36 |
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Node.js
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.npm/
|
||||
|
||||
# Project specific
|
||||
.gemini/
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Wiki Content (Keep empty for template)
|
||||
wiki/docs/*
|
||||
!wiki/docs/.gitkeep
|
||||
|
||||
# Wiki Content (Keep empty for template)
|
||||
wiki/docs/*
|
||||
!wiki/docs/.gitkeep
|
||||
@@ -1,4 +1,4 @@
|
||||
Contact: https://github.com/infinition/Bjorn/issues
|
||||
Expires: 2027-01-01T00:00:00.000Z
|
||||
Expires: 2027-01-24T15:36:48.000Z
|
||||
Preferred-Languages: en, fr
|
||||
Policy: https://github.com/infinition/Bjorn/blob/wiki/SECURITY.md
|
||||
|
||||
21
LICENSE
Normal file
21
LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026 Infinition
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"social": {
|
||||
"discord": "https://discord.gg/B3ZH9taVfT",
|
||||
"reddit": null
|
||||
},
|
||||
"buymeacoffee": "https://buymeacoffee.com/infinition"
|
||||
"social": {
|
||||
"discord": "https://discord.gg/B3ZH9taVfT",
|
||||
"reddit": "https://www.reddit.com/r/Bjorn_CyberViking/",
|
||||
"github": "https://github.com/infinition/Bjorn",
|
||||
"buyMeACoffee": "https://buymeacoffee.com/infinition"
|
||||
}
|
||||
}
|
||||
1195
index.html
1195
index.html
File diff suppressed because it is too large
Load Diff
@@ -1,35 +1,35 @@
|
||||
{
|
||||
"name": "BJORN WIKI",
|
||||
"short_name": "BjornWiki",
|
||||
"description": "Official Documentation and Wiki for BJORN Cyber Viking",
|
||||
"start_url": "./index.html",
|
||||
"display": "standalone",
|
||||
"background_color": "#0B0C0E",
|
||||
"theme_color": "#22c55e",
|
||||
"orientation": "any",
|
||||
"icons": [
|
||||
"name": "Bjorn WIKI",
|
||||
"short_name": "Bjorn",
|
||||
"description": "Official Documentation and Wiki for Bjorn",
|
||||
"start_url": "./index.html",
|
||||
"display": "standalone",
|
||||
"background_color": "#0B0C0E",
|
||||
"theme_color": "#22c55e",
|
||||
"orientation": "any",
|
||||
"icons": [
|
||||
{
|
||||
"src": "wiki/assets/logo.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "wiki/assets/logo.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Search Wiki",
|
||||
"url": "./index.html?search=true",
|
||||
"icons": [
|
||||
{
|
||||
"src": "assets/bjorn.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "assets/bjorn.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
"src": "wiki/assets/logo.png",
|
||||
"sizes": "192x192"
|
||||
}
|
||||
],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Search Wiki",
|
||||
"url": "./index.html?search=true",
|
||||
"icons": [
|
||||
{
|
||||
"src": "assets/bjorn.png",
|
||||
"sizes": "192x192"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2,4 +2,4 @@ User-agent: *
|
||||
Allow: /
|
||||
|
||||
# Sitemaps (Optionnel, à mettre à jour avec votre URL réelle)
|
||||
# Sitemap: https://votre-url-wiki.com/sitemap.xml
|
||||
Sitemap: https://infinition.github.io/Bjorn/sitemap.xml
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Contact: https://github.com/infinition/Bjorn/issues
|
||||
Expires: 2027-01-01T00:00:00.000Z
|
||||
Expires: 2027-01-24T15:36:48.000Z
|
||||
Preferred-Languages: en, fr
|
||||
Policy: https://github.com/infinition/Bjorn/blob/wiki/SECURITY.md
|
||||
|
||||
@@ -1,171 +0,0 @@
|
||||
# <img src="https://github.com/user-attachments/assets/c5eb4cc1-0c3d-497d-9422-1614651a84ab" alt="thumbnail_IMG_0546" width="33"> Bjorn
|
||||
  [](https://opensource.org/licenses/MIT) [](https://www.reddit.com/r/Bjorn_CyberViking) [](https://discord.com/invite/B3ZH9taVfT)
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/user-attachments/assets/c5eb4cc1-0c3d-497d-9422-1614651a84ab" alt="thumbnail_IMG_0546" width="150">
|
||||
<img src="https://github.com/user-attachments/assets/1b490f07-f28e-4418-8d41-14f1492890c6" alt="bjorn_epd-removebg-preview" width="150">
|
||||
</p>
|
||||
|
||||
Bjorn is a « Tamagotchi like » sophisticated, autonomous network scanning, vulnerability assessment, and offensive security tool designed to run on a Raspberry Pi equipped with a 2.13-inch e-Paper HAT. This document provides a detailed explanation of the project.
|
||||
|
||||
|
||||
## 📚 Table of Contents
|
||||
|
||||
- [Introduction](#-introduction)
|
||||
- [Features](#-features)
|
||||
- [Getting Started](#-getting-started)
|
||||
- [Prerequisites](#-prerequisites)
|
||||
- [Installation](#-installation)
|
||||
- [Quick Start](#quick-start)
|
||||
- [Usage Example](#-usage-example)
|
||||
- [Contributing](#-contributing)
|
||||
- [License](#-license)
|
||||
- [Contact](#-contact)
|
||||
|
||||
## 📄 Introduction
|
||||
|
||||
Bjorn is a powerful tool designed to perform comprehensive network scanning, vulnerability assessment, and data ex-filtration. Its modular design and extensive configuration options allow for flexible and targeted operations. By combining different actions and orchestrating them intelligently, Bjorn can provide valuable insights into network security and help identify and mitigate potential risks.
|
||||
|
||||
The e-Paper HAT display and web interface make it easy to monitor and interact with Bjorn, providing real-time updates and status information. With its extensible architecture and customizable actions, Bjorn can be adapted to suit a wide range of security testing and monitoring needs.
|
||||
|
||||
## 🌟 Features
|
||||
|
||||
- **Network Scanning**: Identifies live hosts and open ports on the network.
|
||||
- **Vulnerability Assessment**: Performs vulnerability scans using Nmap and other tools.
|
||||
- **System Attacks**: Conducts brute-force attacks on various services (FTP, SSH, SMB, RDP, Telnet, SQL).
|
||||
- **File Stealing**: Extracts data from vulnerable services.
|
||||
- **User Interface**: Real-time display on the e-Paper HAT and web interface for monitoring and interaction.
|
||||
|
||||

|
||||
|
||||
## 🚀 Getting Started
|
||||
|
||||
## 📌 Prerequisites
|
||||
|
||||
### 📋 Prerequisites for RPI zero W (32bits)
|
||||
|
||||

|
||||
|
||||
- Raspberry Pi OS installed.
|
||||
- Stable:
|
||||
- System: 32-bit
|
||||
- Kernel version: 6.6
|
||||
- Debian version: 12 (bookworm) '2024-10-22-raspios-bookworm-armhf-lite'
|
||||
- Username and hostname set to `bjorn`.
|
||||
- 2.13-inch e-Paper HAT connected to GPIO pins.
|
||||
|
||||
### 📋 Prerequisites for RPI zero W2 (64bits)
|
||||
|
||||

|
||||
|
||||
I did not develop Bjorn for the raspberry pi zero w2 64bits, but several feedbacks have attested that the installation worked perfectly.
|
||||
|
||||
- Raspberry Pi OS installed.
|
||||
- Stable:
|
||||
- System: 64-bit
|
||||
- Kernel version: 6.6
|
||||
- Debian version: 12 (bookworm) '2024-10-22-raspios-bookworm-arm64-lite'
|
||||
- Username and hostname set to `bjorn`.
|
||||
- 2.13-inch e-Paper HAT connected to GPIO pins.
|
||||
|
||||
|
||||
At the moment the paper screen v2 v4 have been tested and implemented.
|
||||
I juste hope the V1 & V3 will work the same.
|
||||
|
||||
### 🔨 Installation
|
||||
|
||||
The fastest way to install Bjorn is using the automatic installation script :
|
||||
|
||||
```bash
|
||||
# Download and run the installer
|
||||
wget https://raw.githubusercontent.com/infinition/Bjorn/refs/heads/main/install_bjorn.sh
|
||||
sudo chmod +x install_bjorn.sh && sudo ./install_bjorn.sh
|
||||
# Choose the choice 1 for automatic installation. It may take a while as a lot of packages and modules will be installed. You must reboot at the end.
|
||||
```
|
||||
|
||||
For **detailed information** about **installation** process go to [Install Guide](INSTALL.md)
|
||||
|
||||
## ⚡ Quick Start
|
||||
|
||||
**Need help ? You struggle to find Bjorn's IP after the installation ?**
|
||||
Use my Bjorn Detector & SSH Launcher :
|
||||
|
||||
[https://github.com/infinition/bjorn-detector](https://github.com/infinition/bjorn-detector)
|
||||
|
||||

|
||||
|
||||
**Hmm, You still need help ?**
|
||||
For **detailed information** about **troubleshooting** go to [Troubleshooting](TROUBLESHOOTING.md)
|
||||
|
||||
**Quick Installation**: you can use the fastest way to install **Bjorn** [Getting Started](#-getting-started)
|
||||
|
||||
## 💡 Usage Example
|
||||
|
||||
Here's a demonstration of how Bjorn autonomously hunts through your network like a Viking raider (fake demo for illustration):
|
||||
|
||||
```bash
|
||||
# Reconnaissance Phase
|
||||
[NetworkScanner] Discovering alive hosts...
|
||||
[+] Host found: 192.168.1.100
|
||||
├── Ports: 22,80,445,3306
|
||||
└── MAC: 00:11:22:33:44:55
|
||||
|
||||
# Attack Sequence
|
||||
[NmapVulnScanner] Found vulnerabilities on 192.168.1.100
|
||||
├── MySQL 5.5 < 5.7 - User Enumeration
|
||||
└── SMB - EternalBlue Candidate
|
||||
|
||||
[SSHBruteforce] Cracking credentials...
|
||||
[+] Success! user:password123
|
||||
[StealFilesSSH] Extracting sensitive data...
|
||||
|
||||
# Automated Data Exfiltration
|
||||
[SQLBruteforce] Database accessed!
|
||||
[StealDataSQL] Dumping tables...
|
||||
[SMBBruteforce] Share accessible
|
||||
[+] Found config files, credentials, backups...
|
||||
```
|
||||
|
||||
This is just a demo output - actual results will vary based on your network and target configuration.
|
||||
|
||||
All discovered data is automatically organized in the data/output/ directory, viewable through both the e-Paper display (as indicators) and web interface.
|
||||
Bjorn works tirelessly, expanding its network knowledge base and growing stronger with each discovery.
|
||||
|
||||
No constant monitoring needed - just deploy and let Bjorn do what it does best: hunt for vulnerabilities.
|
||||
|
||||
🔧 Expand Bjorn's Arsenal!
|
||||
Bjorn is designed to be a community-driven weapon forge. Create and share your own attack modules!
|
||||
|
||||
⚠️ **For educational and authorized testing purposes only** ⚠️
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
The project welcomes contributions in:
|
||||
|
||||
- New attack modules.
|
||||
- Bug fixes.
|
||||
- Documentation.
|
||||
- Feature improvements.
|
||||
|
||||
For **detailed information** about **contributing** process go to [Contributing Docs](CONTRIBUTING.md), [Code Of Conduct](CODE_OF_CONDUCT.md) and [Development Guide](DEVELOPMENT.md).
|
||||
|
||||
## 📫 Contact
|
||||
|
||||
- **Report Issues**: Via GitHub.
|
||||
- **Guidelines**:
|
||||
- Follow ethical guidelines.
|
||||
- Document reproduction steps.
|
||||
- Provide logs and context.
|
||||
|
||||
- **Author**: __infinition__
|
||||
- **GitHub**: [infinition/Bjorn](https://github.com/infinition/Bjorn)
|
||||
|
||||
## 🌠 Stargazers
|
||||
|
||||
[](https://star-history.com/#infinition/bjorn&Date)
|
||||
|
||||
---
|
||||
|
||||
## 📜 License
|
||||
|
||||
2024 - Bjorn is distributed under the MIT License. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.
|
||||
@@ -1 +0,0 @@
|
||||
# Test1
|
||||
@@ -1 +0,0 @@
|
||||
# Test1
|
||||
@@ -1 +0,0 @@
|
||||
# Test1
|
||||
@@ -1,72 +0,0 @@
|
||||
# Long Page Test CSS
|
||||
|
||||
This page is designed to test the CSS rendering of various markdown elements, especially headings and long content.
|
||||
|
||||
## Level 2 Heading
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
|
||||
### Level 3 Heading
|
||||
|
||||
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
||||
|
||||
#### Level 4 Heading
|
||||
|
||||
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
|
||||
##### Level 5 Heading
|
||||
|
||||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
|
||||
###### Level 6 Heading
|
||||
|
||||
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.
|
||||
|
||||
## Lists and Formatting
|
||||
|
||||
### Unordered List
|
||||
- Item 1
|
||||
- Item 2
|
||||
- Sub-item 2.1
|
||||
- Sub-item 2.2
|
||||
- Item 3
|
||||
|
||||
### Ordered List
|
||||
1. First item
|
||||
2. Second item
|
||||
3. Third item
|
||||
|
||||
### Blockquotes
|
||||
|
||||
> This is a blockquote.
|
||||
> It can span multiple lines.
|
||||
> -- Someone Famous
|
||||
|
||||
### Code Blocks
|
||||
|
||||
```javascript
|
||||
function helloWorld() {
|
||||
console.log("Hello, world!");
|
||||
}
|
||||
```
|
||||
|
||||
Inline code: `const x = 10;`
|
||||
|
||||
### Tables
|
||||
|
||||
| Header 1 | Header 2 | Header 3 |
|
||||
|----------|----------|----------|
|
||||
| Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
|
||||
| Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 |
|
||||
|
||||
## More Content to Test Scrolling
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet ipsum mauris. Maecenas congue ligula ac quam viverra nec consectetur ante hendrerit. Donec et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae augue. Nam tincidunt congue enim, ut porta lorem lacinia ac.
|
||||
|
||||
### Another H3
|
||||
|
||||
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
|
||||
|
||||
#### Another H4
|
||||
|
||||
Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.
|
||||
@@ -1,7 +0,0 @@
|
||||
# Sub Page
|
||||
|
||||
This is a sub page located in a sub-category to test nested navigation.
|
||||
|
||||
## Content
|
||||
|
||||
Testing nested sidebar levels.
|
||||
@@ -1,7 +0,0 @@
|
||||
# Sub Sub Page
|
||||
|
||||
This is a sub-sub page located in a sub-sub-category to test deep nested navigation.
|
||||
|
||||
## Content
|
||||
|
||||
Testing deep nested sidebar levels (3 levels deep).
|
||||
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
@@ -1,25 +1,24 @@
|
||||
/**
|
||||
* AcidWiki Configuration
|
||||
* Customize your wiki by changing the values below.
|
||||
* Bjorn Wiki Configuration (Master Template)
|
||||
* Ce fichier est écrasé dynamiquement par le workflow GitHub Actions.
|
||||
* Ne modifiez pas les valeurs ici pour un projet spécifique, utilisez acidwiki.json.
|
||||
*/
|
||||
const CONFIG = {
|
||||
// Project Information
|
||||
projectName: "BJORN",
|
||||
projectSubtitle: "BJORN WIKI",
|
||||
description: "Official Documentation and Wiki for BJORN Cyber Viking",
|
||||
// Project Information (Sera remplacé par le nom du Repo)
|
||||
projectName: "Bjorn",
|
||||
projectSubtitle: "Bjorn WIKI",
|
||||
description: "Official Documentation and Wiki for Bjorn",
|
||||
|
||||
// Versioning Settings
|
||||
// type: "github" (automatic from API) or "local" (manual)
|
||||
versioning: {
|
||||
type: "github",
|
||||
manualVersion: "v1.0.11",
|
||||
manualDate: "2026-01-21"
|
||||
type: "local",
|
||||
manualVersion: "",
|
||||
manualDate: "2026-01-24"
|
||||
},
|
||||
|
||||
// GitHub Repository (for version checking when type is "github")
|
||||
// Format: "username/repo"
|
||||
repo: "infinition/AcidWiki",
|
||||
branch: "main",
|
||||
// GitHub Repository
|
||||
repo: "infinition/Bjorn",
|
||||
branch: "main", // <-- On cible la branche "main" pour charger le contenu (les .md)
|
||||
|
||||
// Theme Settings
|
||||
themes: [
|
||||
@@ -56,22 +55,16 @@ const CONFIG = {
|
||||
debug: true
|
||||
},
|
||||
|
||||
// Custom Navigation Links
|
||||
// Inserted at the top or bottom of the sidebar
|
||||
// Custom Navigation Links (Vides par défaut)
|
||||
links: {
|
||||
top: [
|
||||
{ name: "Main Site", url: "https://example.com", icon: "external-link" }
|
||||
],
|
||||
bottom: [
|
||||
{ name: "Portfolio", url: "https://portfolio.example.com", icon: "briefcase" },
|
||||
{ name: "Store", url: "https://store.example.com", icon: "shopping-cart" }
|
||||
]
|
||||
top: [],
|
||||
bottom: []
|
||||
},
|
||||
|
||||
// Footer Customization
|
||||
footerText: "© 2026 BJORN WIKI - All rights reserved",
|
||||
// Footer
|
||||
footerText: "© 2026 Bjorn WIKI - All rights reserved",
|
||||
|
||||
// UI Strings (Custom labels for the interface)
|
||||
// UI Strings
|
||||
ui: {
|
||||
joinUsTitle: ":: JOIN US ::",
|
||||
onThisPageTitle: "On this page",
|
||||
@@ -98,10 +91,9 @@ const CONFIG = {
|
||||
// PWA & SEO Settings
|
||||
themeColor: "#0B0C0E",
|
||||
accentColor: "#22c55e",
|
||||
manifestPath: "wiki/manifest.json",
|
||||
manifestPath: "manifest.json",
|
||||
|
||||
// Social Links
|
||||
// Set to null or empty string to hide the link
|
||||
social: {
|
||||
discord: "https://discord.gg/B3ZH9taVfT",
|
||||
reddit: "https://www.reddit.com/r/Bjorn_CyberViking/",
|
||||
@@ -109,10 +101,10 @@ const CONFIG = {
|
||||
buyMeACoffee: "https://buymeacoffee.com/infinition"
|
||||
},
|
||||
|
||||
// Badge Labels (Optional customization for shields.io)
|
||||
// Badge Labels
|
||||
badges: {
|
||||
discordLabel: "COMMUNITY",
|
||||
redditLabel: "r/BJORN",
|
||||
githubLabel: "BJORN WIKI"
|
||||
redditLabel: "REDDIT",
|
||||
githubLabel: "BJORN"
|
||||
}
|
||||
};
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"01_General": {
|
||||
"Introduction": "Introduction.md"
|
||||
},
|
||||
"02_Setup": {
|
||||
"Installation": "Installation.md"
|
||||
},
|
||||
"03_Test_CSS": {
|
||||
"Long Page": "Long_Page.md",
|
||||
"Sub_Category": {
|
||||
"Sub Page": "Sub_Page.md",
|
||||
"Sub_Sub_Category": {
|
||||
"Sub Sub Page": "Sub_Sub_Page.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user