mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Stash-box tagger integration (#454)
This commit is contained in:
@@ -9,6 +9,7 @@ import Interface from "src/docs/en/Interface.md";
|
||||
import Galleries from "src/docs/en/Galleries.md";
|
||||
import Scraping from "src/docs/en/Scraping.md";
|
||||
import Plugins from "src/docs/en/Plugins.md";
|
||||
import Tagger from "src/docs/en/Tagger.md";
|
||||
import Contributing from "src/docs/en/Contributing.md";
|
||||
import SceneFilenameParser from "src/docs/en/SceneFilenameParser.md";
|
||||
import KeyboardShortcuts from "src/docs/en/KeyboardShortcuts.md";
|
||||
@@ -75,6 +76,11 @@ export const Manual: React.FC<IManualProps> = ({ show, onClose }) => {
|
||||
title: "Plugins",
|
||||
content: Plugins,
|
||||
},
|
||||
{
|
||||
key: "Tagger.md",
|
||||
title: "Scene Tagger",
|
||||
content: Tagger,
|
||||
},
|
||||
{
|
||||
key: "KeyboardShortcuts.md",
|
||||
title: "Keyboard Shortcuts",
|
||||
|
||||
Reference in New Issue
Block a user