mirror of
https://github.com/infinition/Bjorn.git
synced 2025-12-13 16:14:57 +00:00
feat: Implement initial Bjorn wiki application with core files, styling, and content.
This commit is contained in:
BIN
assets/bjorn.png
Normal file
BIN
assets/bjorn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
1341
index.html
Normal file
1341
index.html
Normal file
File diff suppressed because it is too large
Load Diff
1
wiki/01_General/Installation.md
Normal file
1
wiki/01_General/Installation.md
Normal file
@@ -0,0 +1 @@
|
||||
# Test1
|
||||
1
wiki/02_Setup/Introduction.md
Normal file
1
wiki/02_Setup/Introduction.md
Normal file
@@ -0,0 +1 @@
|
||||
# Test2
|
||||
8
wiki/structure.json
Normal file
8
wiki/structure.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"01_General": {
|
||||
"Introduction": "Introduction.md"
|
||||
},
|
||||
"02_Setup": {
|
||||
"Installation": "Installation.md"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user