mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Update the links after minor file restructuring (#3396)
This commit is contained in:
@@ -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://docs.stashapp.cc/docs/User-Interface-UI/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/user-interface-ui/custom-css-snippets) for a community-curated set of CSS snippets to customise your UI.
|
||||
|
||||
[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.
|
||||
[Stash Plex Theme](https://docs.stashapp.cc/user-interface-ui/themes/plex) is a community created theme inspired by the popular Plex interface.
|
||||
|
||||
## Custom Javascript
|
||||
|
||||
|
||||
@@ -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://docs.stashapp.cc/docs/In-app-Manual/Tasks/JSONSpec/#performerjson",
|
||||
"$id": "https://docs.stashapp.cc/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://docs.stashapp.cc/docs/In-app-Manual/Tasks/JSONSpec/#studiojson",
|
||||
"$id": "https://docs.stashapp.cc/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://docs.stashapp.cc/docs/In-app-Manual/Tasks/JSONSpec/#scenejson",
|
||||
"$id": "https://docs.stashapp.cc/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",
|
||||
|
||||
Reference in New Issue
Block a user