[Documentation] Replaces wiki links with new documentation site (#3352)

This commit is contained in:
DogmaDragon
2023-01-13 00:44:53 +02:00
committed by GitHub
parent 639a9da65b
commit 515202d28e
9 changed files with 25 additions and 26 deletions

View File

@@ -2,6 +2,6 @@
Join our [Discord](https://discord.gg/2TsNFKt).
The [Github wiki](https://github.com/stashapp/stash/wiki) covers some areas not covered in the in-app help.
The [Stash-Docs](https://docs.stashapp.cc) covers some areas not covered in the in-app help.
Raise a [github issue](https://github.com/stashapp/stash/issues).
Raise a [GitHub issue](https://github.com/stashapp/stash/issues).

View File

@@ -30,9 +30,9 @@ By default, when a scene has a resume point, the scene player will automatically
## Custom CSS
The stash UI can be customised using custom CSS. See [here](https://github.com/stashapp/stash/wiki/Custom-CSS-snippets) for a community-curated set of CSS snippets to customise your UI.
The stash UI can be customised using custom CSS. See [here](https://docs.stashapp.cc/docs/User-Interface-UI/Custom-CSS-Snippets/) for a community-curated set of CSS snippets to customise your UI.
[Stash Plex Theme](https://github.com/stashapp/stash/wiki/Theme-Plex) is a community created theme inspired by the popular Plex interface.
[Stash Plex Theme](https://docs.stashapp.cc/docs/User-Interface-UI/Themes/Theme-Plex/) is a community created theme inspired by the popular Plex interface.
## Custom Javascript

View File

@@ -218,7 +218,7 @@ For those preferring the json-format, defined [here](https://json-schema.org/),
``` json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/stashapp/stash/wiki/JSON-Specification/performer.json",
"$id": "https://docs.stashapp.cc/docs/In-app-Manual/Tasks/JSONSpec/#performerjson",
"title": "performer",
"description": "A json file representing a performer. The file is named by a MD5 Code.",
"type": "object",
@@ -318,7 +318,7 @@ For those preferring the json-format, defined [here](https://json-schema.org/),
``` json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/stashapp/stash/wiki/JSON-Specification/studio.json",
"$id": "https://docs.stashapp.cc/docs/In-app-Manual/Tasks/JSONSpec/#studiojson",
"title": "studio",
"description": "A json file representing a studio. The file is named by a MD5 Code.",
"type": "object",
@@ -357,7 +357,7 @@ For those preferring the json-format, defined [here](https://json-schema.org/),
```json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/stashapp/stash/wiki/JSON-Specification/scene.json",
"$id": "https://docs.stashapp.cc/docs/In-app-Manual/Tasks/JSONSpec/#scenejson",
"title": "scene",
"description": "A json file representing a scene. The file is named by the MD5 Code of the file its data is referring to.",
"type": "object",