First commit

This commit is contained in:
2026-05-24 11:53:11 +02:00
commit d79dbecad4
54 changed files with 1104 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
{
"about.json": {
"hash": "96e3aa134dd14f5d43ca9ca1d5c55113"
},
"community.json": {
"hash": "bddec05ee1acb9cb82ed72155bdd7817"
},
"contact_us.json": {
"hash": "2a0528c2bc4338d4541074f90790c127"
},
"database.json": {
"hash": "7b42b608fad8ab23417a8cc3fcd331c2"
},
"discord.json": {
"hash": "d20860e95b3f4a96622733ef9ef4cfa0"
},
"forum.json": {
"hash": "4a2e65ba6b553ed68dd5b6f7fd6d71d8"
},
"home.json": {
"hash": "6bf83f1a17528a3c075addfbc8fca830"
},
"learn_romhacking.json": {
"hash": "dc98809d9e310f450123400bf106d2e5"
},
"legal_pages.json": {
"hash": "d379ad33a85a4387888d90fd75380b8a"
},
"members.json": {
"hash": "d625548b0c17df789d595691931732a3"
},
"pages.json": {
"hash": "fe3fa7929ab20e981dd2f03d6d81f5d2"
},
"rom_checker.json": {
"hash": "d23131981318ff9afa142b6512225cc3"
},
"rom_hasher.json": {
"hash": "5f7ab5a76ff0060ac7854ca2c53ea245"
},
"rom_patcher.json": {
"hash": "73fab3932646c350da9a40102f650d9d"
},
"submissions_queue.json": {
"hash": "f603ca2b1de0c4aaf60fadcec9ea85a7"
},
"tools.json": {
"hash": "0221bb27d36511c5dd1feaf697626778"
},
"website.json": {
"hash": "e2f7d3d0102894eb09ecb359712d0fed"
}
}

View File

@@ -0,0 +1,13 @@
{
"parent_navigation_id": "pages",
"display_order": 2,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/pages/about",
"display_condition": "",
"extra_attributes": {
"icon": "info"
}
},
"enabled": true
}

View File

@@ -0,0 +1,11 @@
{
"parent_navigation_id": "",
"display_order": 50,
"navigation_type_id": "basic",
"type_config": {
"link": "",
"display_condition": "",
"extra_attributes": []
},
"enabled": true
}

View File

@@ -0,0 +1,13 @@
{
"parent_navigation_id": "pages",
"display_order": 3,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/pages/contact-us",
"display_condition": "",
"extra_attributes": {
"icon": "at-sign"
}
},
"enabled": true
}

View File

@@ -0,0 +1,13 @@
{
"parent_navigation_id": "website",
"display_order": 2,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/database",
"display_condition": "",
"extra_attributes": {
"icon": "database"
}
},
"enabled": true
}

View File

@@ -0,0 +1,13 @@
{
"parent_navigation_id": "community",
"display_order": 2,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/discord",
"display_condition": "",
"extra_attributes": {
"icon": "messages-square"
}
},
"enabled": true
}

View File

@@ -0,0 +1,13 @@
{
"parent_navigation_id": "community",
"display_order": 1,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.boardUrl}",
"display_condition": "",
"extra_attributes": {
"icon": "message-circle"
}
},
"enabled": true
}

View File

@@ -0,0 +1,13 @@
{
"parent_navigation_id": "website",
"display_order": 1,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}",
"display_condition": "",
"extra_attributes": {
"icon": "home"
}
},
"enabled": true
}

View File

@@ -0,0 +1,13 @@
{
"parent_navigation_id": "pages",
"display_order": 1,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/pages/learn",
"display_condition": "",
"extra_attributes": {
"icon": "graduation-cap"
}
},
"enabled": true
}

View File

@@ -0,0 +1,13 @@
{
"parent_navigation_id": "pages",
"display_order": 4,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/pages/legal-pages",
"display_condition": "",
"extra_attributes": {
"icon": "scale"
}
},
"enabled": true
}

View File

@@ -0,0 +1,13 @@
{
"parent_navigation_id": "community",
"display_order": 3,
"navigation_type_id": "basic",
"type_config": {
"link": "{{ link('members') }}",
"display_condition": "",
"extra_attributes": {
"icon": "users"
}
},
"enabled": true
}

View File

@@ -0,0 +1,11 @@
{
"parent_navigation_id": "",
"display_order": 150,
"navigation_type_id": "basic",
"type_config": {
"link": "",
"display_condition": "",
"extra_attributes": []
},
"enabled": true
}

View File

@@ -0,0 +1,13 @@
{
"parent_navigation_id": "tools",
"display_order": 3,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/tools/rom-checker",
"display_condition": "",
"extra_attributes": {
"icon": "check"
}
},
"enabled": true
}

View File

@@ -0,0 +1,13 @@
{
"parent_navigation_id": "tools",
"display_order": 2,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/tools/rom-hasher",
"display_condition": "",
"extra_attributes": {
"icon": "hash"
}
},
"enabled": true
}

View File

@@ -0,0 +1,13 @@
{
"parent_navigation_id": "tools",
"display_order": 1,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/tools/rom-patcher",
"display_condition": "",
"extra_attributes": {
"icon": "stamp"
}
},
"enabled": true
}

View File

@@ -0,0 +1,13 @@
{
"parent_navigation_id": "website",
"display_order": 3,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/submissions-queue",
"display_condition": "",
"extra_attributes": {
"icon": "gavel"
}
},
"enabled": true
}

View File

@@ -0,0 +1,11 @@
{
"parent_navigation_id": "",
"display_order": 100,
"navigation_type_id": "basic",
"type_config": {
"link": "",
"display_condition": "",
"extra_attributes": []
},
"enabled": true
}

View File

@@ -0,0 +1,11 @@
{
"parent_navigation_id": "",
"display_order": 1,
"navigation_type_id": "basic",
"type_config": {
"link": "",
"display_condition": "",
"extra_attributes": []
},
"enabled": true
}