mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Add phash generation and dupe checking (#1158)
This commit is contained in:
@@ -14,6 +14,7 @@ import Contributing from "src/docs/en/Contributing.md";
|
||||
import SceneFilenameParser from "src/docs/en/SceneFilenameParser.md";
|
||||
import KeyboardShortcuts from "src/docs/en/KeyboardShortcuts.md";
|
||||
import Help from "src/docs/en/Help.md";
|
||||
import Deduplication from "src/docs/en/Deduplication.md";
|
||||
import { MarkdownPage } from "../Shared/MarkdownPage";
|
||||
|
||||
interface IManualProps {
|
||||
@@ -86,6 +87,11 @@ export const Manual: React.FC<IManualProps> = ({
|
||||
title: "Scene Tagger",
|
||||
content: Tagger,
|
||||
},
|
||||
{
|
||||
key: "Deduplication.md",
|
||||
title: "Dupe Checker",
|
||||
content: Deduplication,
|
||||
},
|
||||
{
|
||||
key: "KeyboardShortcuts.md",
|
||||
title: "Keyboard Shortcuts",
|
||||
|
||||
Reference in New Issue
Block a user