Skip to content

Commit

Permalink
Correct mdx extension for all markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdailey committed Oct 19, 2024
1 parent 1451eb2 commit e7669c6
Show file tree
Hide file tree
Showing 53 changed files with 130 additions and 130 deletions.
10 changes: 5 additions & 5 deletions docs/_configs-common.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ section][include-qp].

Additional custom formats can be added to the configuration file in the same way as normal.

[cli]: ./cli/config/config-create.md#template
[file-structure]: ./file-structure.md#default-yaml
[behavior]: ./behavior/include.md
[config-qp]: ./yaml/config-reference/quality-profiles.md
[include-qp]: ./behavior/include.md#quality-profiles
[cli]: ./cli/config/config-create.mdx#template
[file-structure]: ./file-structure.mdx#default-yaml
[behavior]: ./behavior/include.mdx
[config-qp]: ./yaml/config-reference/quality-profiles.mdx
[include-qp]: ./behavior/include.mdx#quality-profiles
6 changes: 3 additions & 3 deletions docs/_include-templates-dir.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ directory for those.

:::

[include]: /yaml/config-reference/include.md
[configdirective]: /yaml/config-reference/include.md#config
[configsdir]: /file-structure.md#config-directory
[include]: /yaml/config-reference/include.mdx
[configdirective]: /yaml/config-reference/include.mdx#config
[configsdir]: /file-structure.mdx#config-directory
2 changes: 1 addition & 1 deletion docs/backups.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ accepted by Recyclarr.

Files and directories *not* listed above are considered unimportant for backup purposes.

[app-data]: /file-structure.md#appdata-directory
[app-data]: /file-structure.mdx#appdata-directory
4 changes: 2 additions & 2 deletions docs/behavior/cache.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ replace CFs that it doesn't own (i.e. that aren't recorded in the cache). Once r
added for it in the cache, which means you can set `replace_existing_custom_formats` back to
`false`.

[app-data]: /file-structure.md#appdata-directory
[replacecf]: /yaml/config-reference/custom-formats.md#replace-existing-custom-formats
[app-data]: /file-structure.mdx#appdata-directory
[replacecf]: /yaml/config-reference/custom-formats.mdx#replace-existing-custom-formats
2 changes: 1 addition & 1 deletion docs/behavior/custom-formats.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ in order to do anything to it (update or delete).

See the [Cache] page.

[Cache]: ./cache.md
[Cache]: ./cache.mdx
4 changes: 2 additions & 2 deletions docs/behavior/include.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ title: YAML Includes
A specific method of including a YAML file (e.g. `config: myfile.yml`). The [reference
docs][includeref] contain a comprehensive list of all include directives.

[includeref]: /yaml/config-reference/include.md
[includeref]: /yaml/config-reference/include.mdx

### YAML-Specific Terms {#yaml-terms}

Expand Down Expand Up @@ -393,6 +393,6 @@ custom_formats:

### Include File Structure {#file-structure}

import IncludeDirectory from '../_include-templates-dir.md'
import IncludeDirectory from '../_include-templates-dir.mdx'

<IncludeDirectory />
4 changes: 2 additions & 2 deletions docs/behavior/migration-system.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Migration Steps can fail. When this happens, instructions are provided to the us
and/or perform those steps manually. Regardless of the reason, Recyclarr will immediately exit and
cannot proceed until the advice output during the previous execution is followed.

[sync]: ../cli/sync.md
[mig]: ../cli/migrate.md
[sync]: ../cli/sync.mdx
[mig]: ../cli/migrate.mdx

## Failure & Recovery

Expand Down
4 changes: 2 additions & 2 deletions docs/behavior/quality-profiles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Because disabled (disallowed) qualities are not technically non-functional, the
give you some flexibility in how those disabled qualities impact you when they're missing from the
[`qualities` list][qpqualities] in your configuration YAML.

[qpsort]: /yaml/config-reference/quality-profiles.md#quality-sort
[qpqualities]: /yaml/config-reference/quality-profiles.md#qualities
[qpsort]: /yaml/config-reference/quality-profiles.mdx#quality-sort
[qpqualities]: /yaml/config-reference/quality-profiles.mdx#qualities

### Top Sort {#top-sort}

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/common.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ generally will be too noisy for normal program usage.
### `--app-data` {#app-data}

Overrides the normal, default location of the [application data
directory](/file-structure.md#appdata-directory). Note that this option is mainly intended for usage
directory](/file-structure.mdx#appdata-directory). Note that this option is mainly intended for usage
in the official Docker image. It is not intended for normal use outside of that.

If you'd like this behavior globally for all commands without having to specify this option, define
Expand Down
4 changes: 2 additions & 2 deletions docs/cli/config/config-create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ recyclarr config create [OPTIONS]
## Description

Create a starter configuration YAML file. The location of this file is the [application data
directory](/file-structure.md#appdata-directory).
directory](/file-structure.mdx#appdata-directory).

## Options

Visit [Common Options](../common.md) to read about options usable by all commands.
Visit [Common Options](../common.mdx) to read about options usable by all commands.

### `-p|--path` {#path}

Expand Down
4 changes: 2 additions & 2 deletions docs/cli/config/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Commands used to perform configuration-related operations.

## Commands

- [recyclarr config create](config-create.md)
- [recyclarr config list](list/index.md)
- [recyclarr config create](config-create.mdx)
- [recyclarr config list](list/index.mdx)
2 changes: 1 addition & 1 deletion docs/cli/config/list/config-list-local.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ recyclarr config list local

Lists all configuration files according to the [default YAML file][1] locations.

[1]: /file-structure.md#default-yaml
[1]: /file-structure.mdx#default-yaml

## Command Line Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/config/list/config-list-templates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If specified, this command lists the IDs of all include templates. In contrast t
templates, which are only usable with the `config create` command, include templates may only be
included with the [`include` property][include].

[include]: /yaml/config-reference/include.md
[include]: /yaml/config-reference/include.mdx

## Command Line Examples

Expand Down
4 changes: 2 additions & 2 deletions docs/cli/config/list/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Commands used to perform configuration-related operations.

## Commands

- [recyclarr config list local](config-list-local.md)
- [recyclarr config list templates](config-list-templates.md)
- [recyclarr config list local](config-list-local.mdx)
- [recyclarr config list templates](config-list-templates.mdx)
4 changes: 2 additions & 2 deletions docs/cli/delete/delete-custom-formats.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ radarr:
api_key: f7e74ba6c80046e39e076a27af5a8444
```
[configref]: /yaml/config-reference/basic.md
[configref]: /yaml/config-reference/basic.mdx
### `[cf_names]` {#cf-names}

Expand All @@ -66,7 +66,7 @@ Any custom formats provided here are ignored if the `--all` option is used.

## Options

Visit [Common Options](../common.md) to read about options usable by all commands.
Visit [Common Options](../common.mdx) to read about options usable by all commands.

### `-a|--all` {#all}

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/delete/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Allows deletion of various resources in a known, remote service such as Radarr a

## Commands

- [recyclarr delete custom-formats](delete-custom-formats.md)
- [recyclarr delete custom-formats](delete-custom-formats.mdx)
8 changes: 4 additions & 4 deletions docs/cli/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ or angle-brackets (e.g. `<required>`).

## Commands

Also visit the [Common Options](common.md) page to learn about options and environment variables
Also visit the [Common Options](common.mdx) page to learn about options and environment variables
usable across *all* commands.

- [recyclarr](main.md)
- [recyclarr sync](sync.md)
- [recyclarr](main.mdx)
- [recyclarr sync](sync.mdx)
- [recyclarr list](list)
- [recyclarr migrate](migrate.md)
- [recyclarr migrate](migrate.mdx)
- [recyclarr config](config)
- [recyclarr delete](delete)
6 changes: 3 additions & 3 deletions docs/cli/list/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Provides a series of commands used to list information in the guide.

## Commands

- [recyclarr list custom-formats](list-custom-formats.md)
- [recyclarr list qualities](list-qualities.md)
- [recyclarr list naming](list-naming.md)
- [recyclarr list custom-formats](list-custom-formats.mdx)
- [recyclarr list qualities](list-qualities.mdx)
- [recyclarr list naming](list-naming.mdx)
4 changes: 2 additions & 2 deletions docs/cli/list/list-custom-formats.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ Valid values for this argument are:

## Options

Visit [Common Options](../common.md) to read about options usable by all commands.
Visit [Common Options](../common.mdx) to read about options usable by all commands.

### `--score-sets` {#score-sets}

Instead of listing custom format names, output a list of score sets that can be used with the
[`score_set` YAML property][scoresetyaml].

[scoresetyaml]: /yaml/config-reference/quality-profiles.md#score-set
[scoresetyaml]: /yaml/config-reference/quality-profiles.mdx#score-set

### `--raw` {#raw}

Expand Down
4 changes: 2 additions & 2 deletions docs/cli/list/list-naming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ media_naming:
series: default
```
[ref]: /yaml/config-reference/media-naming.md
[ref]: /yaml/config-reference/media-naming.mdx
## Examples
Expand All @@ -52,4 +52,4 @@ values for this argument are:

## Options

Visit [Common Options](../common.md) to read about options usable by all commands.
Visit [Common Options](../common.mdx) to read about options usable by all commands.
2 changes: 1 addition & 1 deletion docs/cli/list/list-qualities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ values for this argument are:

## Options

Visit [Common Options](../common.md) to read about options usable by all commands.
Visit [Common Options](../common.mdx) to read about options usable by all commands.
8 changes: 4 additions & 4 deletions docs/cli/main.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asking for help.

## Commands

- [recyclarr sync](sync.md)
- [recyclarr list](list/index.md)
- [recyclarr migrate](migrate.md)
- [recyclarr config](config/index.md)
- [recyclarr sync](sync.mdx)
- [recyclarr list](list/index.mdx)
- [recyclarr migrate](migrate.mdx)
- [recyclarr config](config/index.mdx)
4 changes: 2 additions & 2 deletions docs/cli/migrate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ recyclarr migrate [OPTIONS]
## Description

Performs upgrade steps that may be needed between major versions of Recyclarr. Visit the [Migration
System](/behavior/migration-system.md) page to read more about it.
System](/behavior/migration-system.mdx) page to read more about it.

## Options

Visit [Common Options](common.md) to read about options usable by all commands.
Visit [Common Options](common.mdx) to read about options usable by all commands.
2 changes: 1 addition & 1 deletion docs/cli/sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ recyclarr sync sonarr

One or more paths to YAML configuration files. If this argument is not specified, default
configuration files will be used according to rules documented on the [File
Structure](../file-structure.md) page.
Structure](../file-structure.mdx) page.

:::tip

Expand Down
2 changes: 1 addition & 1 deletion docs/file-structure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ instead.

## Include Templates Directory {#include-directory}

import IncludeDirectory from './_include-templates-dir.md'
import IncludeDirectory from './_include-templates-dir.mdx'

<IncludeDirectory />
22 changes: 11 additions & 11 deletions docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Getting Started

:::warning

Please make sure you've reviewed the various [installation methods](installation/index.md) before
Please make sure you've reviewed the various [installation methods](installation/index.mdx) before
getting started here.

:::
Expand All @@ -21,7 +21,7 @@ want to get started with a minimal configuration file.
<details>
<summary>Docker</summary>

[Installation Instructions](installation/docker.md)
[Installation Instructions](installation/docker.mdx)

The steps below assume you are using Docker Compose with a service named `recyclarr`. You are
responsible for translating these steps appropriately for other solutions like Docker Swarm,
Expand All @@ -34,8 +34,8 @@ Kubernetes, raw Docker, etc.
and [examples] pages to assist you in understanding an editing other parts of the file as you see
fit.

If you're using [Cron Mode](installation/docker.md#cron-mode), your work ends here. If you want to
verify the behavior by [running manually](installation/docker.md#manual-mode), then you can execute
If you're using [Cron Mode](installation/docker.mdx#cron-mode), your work ends here. If you want to
verify the behavior by [running manually](installation/docker.mdx#manual-mode), then you can execute
`docker compose run --rm recyclarr sync` to update all instances using the configuration provided in
the previous step.

Expand All @@ -44,7 +44,7 @@ the previous step.
<details>
<summary>Manual Installation</summary>

[Installation Instructions](installation/manual-install.md)
[Installation Instructions](installation/manual-install.mdx)

1. Run `recyclarr config create` to create a starter `recyclarr.yml` file in the [application data
directory][appdata].
Expand All @@ -60,16 +60,16 @@ the previous step.
Each command supports printing help on the command line. Simply run `recyclarr --help` for the main
help output and a list of commands. You can then see the help for each command by running `recyclarr
[command] --help`, where `[command]` is one of those commands (e.g. `sync`). You can also visit the
[CLI Reference](cli/index.md) page for detailed documentation as well.
[CLI Reference](cli/index.mdx) page for detailed documentation as well.

:::tip

If you want to organize your configuration into multiple YAML files, learn about [how YAML files are
loaded](file-structure.md#default-yaml) and look at [examples of how to split your
files](yaml/configuration-examples.md)
loaded](file-structure.mdx#default-yaml) and look at [examples of how to split your
files](yaml/configuration-examples.mdx)

:::

[appdata]: /file-structure.md#appdata-directory
[reference]: /yaml/config-reference/index.md
[examples]: /yaml/configuration-examples.md
[appdata]: /file-structure.mdx#appdata-directory
[reference]: /yaml/config-reference/index.mdx
[examples]: /yaml/configuration-examples.mdx
2 changes: 1 addition & 1 deletion docs/guide-configs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_class_name: hidden # It's in the nav title bar
hide_table_of_contents: true
---

import Session from './_configs-common.md';
import Session from './_configs-common.mdx';

Recyclarr offers pre-built configuration files that can be used as a straightforward method of
deploying one of more of the TRaSH Guides profiles:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ This runs it without any command or options, which will result in this mode bein

## Troubleshooting

See the [Troubleshooting](/troubleshooting/errors-warnings.md#docker) page.
See the [Troubleshooting](/troubleshooting/errors-warnings.mdx#docker) page.

## Advanced Configuration

Expand Down
6 changes: 3 additions & 3 deletions docs/installation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ Unraid is a popular platform for many Recyclarr users. Because of this, there ar
methods specific to this platform. If you do not use Unraid, please refer to the Docker or Manual
installation methods.

[Unraid Instructions](unraid.md)
[Unraid Instructions](unraid.mdx)

## Docker Compose

For most platforms, it is recommended to use the Docker Image to install Recyclarr. Using this
method, you get to enjoy an easier installation process without having to worry about things like
file locations, dependencies, etc.

[Docker Compose Instructions](docker.md)
[Docker Compose Instructions](docker.mdx)

## Manual Installation

Install and run Recyclarr directly on your host machine. This does not utilize Docker at all.

[Manual Instructions](manual-install.md)
[Manual Instructions](manual-install.mdx)
2 changes: 1 addition & 1 deletion docs/installation/manual-install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 3

The following dependencies are required on **all** platforms.

- Git v2.0 or greater ([Instructions for Windows Users](/installation/tips/git-install.md))
- Git v2.0 or greater ([Instructions for Windows Users](/installation/tips/git-install.mdx))

## Download

Expand Down
4 changes: 2 additions & 2 deletions docs/installation/unraid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Unraid. **All credit for these solutions goes to their respective authors and ma

:::

[Docker]: ./docker.md
[Manual]: ./manual-install.md
[Docker]: ./docker.mdx
[Manual]: ./manual-install.mdx

## Community App (Template)

Expand Down
4 changes: 2 additions & 2 deletions docs/schema-validation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ The `yaml.customTags` setting is documented [here][custom-tags].
[vs-code-setup]: https://code.visualstudio.com/docs/setup/setup-overview
[vs-code-ext-inst]: https://code.visualstudio.com/learn/get-started/extensions
[yaml]: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml
[Configuration YAML]: /yaml/config-reference/index.md#schema
[Settings YAML]: /yaml/settings-reference/index.md#schema
[Configuration YAML]: /yaml/config-reference/index.mdx#schema
[Settings YAML]: /yaml/settings-reference/index.mdx#schema
[custom-tags]: https://github.com/redhat-developer/vscode-yaml#extension-settings
Loading

0 comments on commit e7669c6

Please sign in to comment.