Change the URL of the Help book to include a /mac/ directory, so we can have separate help books for Mac and iOS.
This commit is contained in:
parent
13797c6693
commit
40369eaca0
|
@ -444,7 +444,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
|
||||||
|
|
||||||
@IBAction func showHelp(_ sender: Any?) {
|
@IBAction func showHelp(_ sender: Any?) {
|
||||||
|
|
||||||
Browser.open("https://ranchero.com/netnewswire/help/5.0/en/", inBackground: false)
|
Browser.open("https://ranchero.com/netnewswire/help/mac/5.0/en/", inBackground: false)
|
||||||
}
|
}
|
||||||
|
|
||||||
@IBAction func donateToAppCampForGirls(_ sender: Any?) {
|
@IBAction func donateToAppCampForGirls(_ sender: Any?) {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
The Help book goes here. Text files go at the top level, and images go in the images directory.
|
The Help book goes here. Text files go at the top level, and images go in the images directory.
|
||||||
|
|
||||||
Text files are markdown files. A script ([wildcat](https://github.com/brentsimmons/wildcat)) will turn this into a web site that will appear at [https://ranchero.com/netnewswire/help/5.0/en/](https://ranchero.com/netnewswire/help/5.0/en/). (The /en/ directory because we hope to have localized versions.)
|
Text files are markdown files. A script ([wildcat](https://github.com/brentsimmons/wildcat)) will turn this into a web site that will appear at [https://ranchero.com/netnewswire/help/mac/5.0/en/](https://ranchero.com/netnewswire/help/mac/5.0/en/). (The /en/ directory because we hope to have localized versions.)
|
||||||
|
|
||||||
If you’d like to write or edit the Help book, or help with screenshots, please bring it up on the [NetNewsWire Slack](https://netnewswire.slack.com/join/shared_invite/enQtNjM4MDA1MjQzMDkzLTNlNjBhOWVhYzdhYjA4ZWFhMzQ1MTUxYjU0NTE5ZGY0YzYwZWJhNjYwNTNmNTg2NjIwYWY4YzhlYzk5NmU3ZTc) group. We’ll coordinate there.
|
If you’d like to write or edit the Help book, or help with screenshots, please bring it up on the [NetNewsWire Slack](https://netnewswire.slack.com/join/shared_invite/enQtNjM4MDA1MjQzMDkzLTNlNjBhOWVhYzdhYjA4ZWFhMzQ1MTUxYjU0NTE5ZGY0YzYwZWJhNjYwNTNmNTg2NjIwYWY4YzhlYzk5NmU3ZTc) group. We’ll coordinate there.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue