Skip to content

Commit

Permalink
Adding destination content paths + data refresh
Browse files Browse the repository at this point in the history
Update made possible by SnorlaxMonster's new refresh script

---------

Co-authored-by: SnorlaxMonster <7100450+SnorlaxMonster@users.noreply.github.com>
  • Loading branch information
KevinPayravi and SnorlaxMonster authored Apr 19, 2024
1 parent 3294b5b commit 11fce29
Show file tree
Hide file tree
Showing 9 changed files with 455 additions and 198 deletions.
17 changes: 11 additions & 6 deletions data/sitesDE.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"destination_platform": "dokuwiki",
"destination_icon": "animalcrossingwiki.png",
"destination_main_page": "start",
"destination_search_path": "/doku.php"
"destination_search_path": "/doku.php",
"destination_content_path": "/"
},
{
"id": "de-ark",
Expand Down Expand Up @@ -56,7 +57,8 @@
"destination_platform": "mediawiki",
"destination_icon": "detektivconan.png",
"destination_main_page": "Hauptseite",
"destination_search_path": "/index.php"
"destination_search_path": "/index.php",
"destination_content_path": "/wiki/"
},
{
"id": "de-minecraft",
Expand Down Expand Up @@ -93,7 +95,8 @@
"destination_platform": "mediawiki",
"destination_icon": "pokewiki.png",
"destination_main_page": "Hauptseite",
"destination_search_path": "/index.php"
"destination_search_path": "/index.php",
"destination_content_path": "/"
},
{
"id": "de-starcitizen",
Expand All @@ -111,7 +114,8 @@
"destination_platform": "mediawiki",
"destination_icon": "starcitizen.png",
"destination_main_page": "Star_Citizen_Wiki",
"destination_search_path": "/index.php"
"destination_search_path": "/index.php",
"destination_content_path": "/"
},
{
"id": "de-terraria",
Expand Down Expand Up @@ -152,6 +156,7 @@
"destination_platform": "mediawiki",
"destination_icon": "wikiraiderde.png",
"destination_main_page": "Hauptseite",
"destination_search_path": "/index.php"
"destination_search_path": "/index.php",
"destination_content_path": "/index.php/"
}
]
]
Loading

0 comments on commit 11fce29

Please sign in to comment.