Adding destination_content_path field back to README

pull/652/head
Kevin Payravi 2024-04-24 23:28:47 -05:00 committed by GitHub
parent 06267d5b36
commit 15b7904c9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,8 @@ Entries are formatted as follows:
"destination_platform": "mediawiki",
"destination_icon": "example.png",
"destination_main_page": "Main_Page",
"destination_search_path": "/index.php"
"destination_search_path": "/index.php",
"destination_content_path": "/wiki/"
}
```
@ -94,6 +95,7 @@ Entries are formatted as follows:
* `destination_icon`: The name of the wiki's favicon in the [favicons](favicons) folder.
* `destination_main_page`: The title of the main page of the destination wiki.
* `destination_search_path`: The URL path prefix for performing searches. On MediaWiki wikis, it is called the index.php entry point and can be found at Special:Version.
* `destination_content_path`: The URL path prefix for article links on the destination wiki. On MediaWiki wikis, it can be found at Special:Version.
Favicons should be uploaded as 16px PNGs inside the [favicons](favicons) folder.