Add more images to documentation

This commit is contained in:
Tetrakern 2023-08-14 15:08:17 +02:00
parent 391cf78639
commit 238a2c80bc
4 changed files with 14 additions and 0 deletions

View File

@ -567,6 +567,8 @@ Most of the themes configuration is found here, the options being largely sel
* **Enable AJAX nonce deferment:** [Nonces](https://developer.wordpress.org/apis/security/nonces/) can conflict with caching. Use this as *last resort* to bypass the cache.
* **Disable theme comment {…}:** If you want to use different comments. Disables most of the other comment options as well.
<br>
![Roles Settings Preview](repo/assets/settings_roles_preview.jpg?raw=true)
### Roles
@ -577,6 +579,10 @@ The integrated role manager to add and, edit, and remove roles. Not the most sop
* **Shortcodes:** Without this capability, shortcodes are stripped when you save a post.
* **Select Page Template:** You cannot change the page template without this capability.
<br>
![Connections Settings Preview](repo/assets/settings_connections_preview.jpg?raw=true)
### Connections Tab
Anything that connects with external service providers goes here, such as the Client ID and Secret for OAuth 2.0 applications. Please refer to respective tutorials on how to set them up and always, *always* keep those credentials confidential. If you enter a [Discord webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) here, notifications about new comments will be sent directly into a channel on your server (leave free if you do not want that). This should be a hidden moderation channel because it will receive excerpts of private comments.
@ -588,10 +594,18 @@ Anything that connects with external service providers goes here, such as the Cl
The OAuth request redirect URI should be akin to `https://your-domain.com/oauth2`, the important part being the `/oauth2` endpoint. Note that the service providers can be picky, such as rejecting an URI that includes "www" if that is not actually part of your websites address. Use the _exact_ string you see in your browsers address bar.
<br>
![Phrases Settings Preview](repo/assets/settings_phrases_preview.png?raw=true)
### Phrases Tab
Allows for some minor translations and changes, such as the cookie notice banner or comment reply notification email. More customization can be achieved with the themes [translation filter](FILTERS.md#apply_filters-fictioneer_filter_translations-strings-). But if you want to translate the theme into a new language, you will need to include the proper [translation files](https://developer.wordpress.org/plugins/internationalization/localization/) or use a plugin.
<br>
![ePUBs Settings Preview](repo/assets/settings_epubs_preview.jpg?raw=true)
### ePUBs Tab
Lists all generated ePUBs with statistics, download links, and options to delete them. File names are equal to the storys `post_name`, which is the slug inside the permalink and *not* the title. They are cleaned of any special characters and are also used to query associated stories. If you change the permalink, they will no longer match and a new ePUB will be generated, leaving the old one orphaned. This is not terrible but takes up space.

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB