Skip to content

Commit

Permalink
mkdocs.yml: Fix redirections vp1x1x to vp1x10
Browse files Browse the repository at this point in the history
vp1x10 was used before, not vp1x1x

Signed-off-by: Filip Gołaś <[email protected]>
  • Loading branch information
philipandag committed Sep 16, 2024
1 parent 0cb13f9 commit e4ff0e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,28 +95,28 @@ plugins:
'unified/novacustom/rgb-keyboard.md': 'unified/novacustom/features.md'

'variants/protectli_fw6/building_manual.md': 'unified/protectli/building_manual.md#fw6'
'variants/protectli_vp1x1x/building_manual.md': 'unified/protectli/building_manual.md#v1000-series'
'variants/protectli_v1x10/building_manual.md': 'unified/protectli/building_manual.md#v1000-series'
'variants/protectli_vp46xx/building_manual.md': 'unified/protectli/building_manual.md#vp4630vp4650vp4670'
'variants/protectli_vp66xx/building_manual.md': 'unified/protectli/building_manual.md#vp6630vp6650vp6670'
'variants/protectli_vp2410/building_manual.md': 'unified/protectli/building_manual.md#vp2410'
'variants/protectli_vp2420/building_manual.md': 'unified/protectli/building_manual.md#vp2420'

'variants/protectli_fw6/firmware_update.md': 'unified/protectli/firmware_update.md#fw6'
'variants/protectli_vp1x1x/firmware_update.md': 'unified/protectli/firmware_update.md#v1000-series'
'variants/protectli_v1x10/firmware_update.md': 'unified/protectli/firmware_update.md#v1000-series'
'variants/protectli_vp46xx/firmware_update.md': 'unified/protectli/firmware_update.md#vp4630vp4650vp4670'
'variants/protectli_vp66xx/firmware_update.md': 'unified/protectli/firmware_update.md#vp6630vp6650vp6670'
'variants/protectli_vp2410/firmware_update.md': 'unified/protectli/firmware_update.md#vp2410'
'variants/protectli_vp2420/firmware_update.md': 'unified/protectli/firmware_update.md#vp2420'

'variants/protectli_fw6/initial-deployment.md': 'unified/protectli/initial-deployment.md#fw6'
'variants/protectli_vp1x1x/initial-deployment.md': 'unified/protectli/initial-deployment.md#v1000-series'
'variants/protectli_v1x10/initial-deployment.md': 'unified/protectli/initial-deployment.md#v1000-series'
'variants/protectli_vp46xx/initial-deployment.md': 'unified/protectli/initial-deployment.md#vp4630vp4650vp4670'
'variants/protectli_vp66xx/initial-deployment.md': 'unified/protectli/initial-deployment.md#vp6630vp6650vp6670'
'variants/protectli_vp2410/initial-deployment.md': 'unified/protectli/initial-deployment.md#vp2410'
'variants/protectli_vp2420/initial-deployment.md': 'unified/protectli/initial-deployment.md#vp2420'

'variants/protectli_fw6/overview.md': 'unified/protectli/overview.md#fw6'
'variants/protectli_vp1x1x/overview.md': 'unified/protectli/overview.md#v1000-series'
'variants/protectli_v1x10/overview.md': 'unified/protectli/overview.md#v1000-series'
'variants/protectli_vp46xx/overview.md': 'unified/protectli/overview.md#vp4630vp4650vp4670'
'variants/protectli_vp66xx/overview.md': 'unified/protectli/overview.md#vp6630vp6650vp6670'
'variants/protectli_vp2410/overview.md': 'unified/protectli/overview.md#vp2410'
Expand All @@ -126,14 +126,14 @@ plugins:
'variants/protectli_vp66xx/post-install.md': 'unified/protectli/post-install.md#vp4630vp4650vp4670vp6630vp6650vp6670'

'variants/protectli_fw6/recovery.md': 'unified/protectli/recovery.md#fw6'
'variants/protectli_vp1x1x/recovery.md': 'unified/protectli/recovery.md#v1000-series'
'variants/protectli_v1x10/recovery.md': 'unified/protectli/recovery.md#v1000-series'
'variants/protectli_vp46xx/recovery.md': 'unified/protectli/recovery.md#vp4630vp4650vp4670'
'variants/protectli_vp66xx/recovery.md': 'unified/protectli/recovery.md#vp6630vp6650vp6670'
'variants/protectli_vp2410/recovery.md': 'unified/protectli/recovery.md#vp2410'
'variants/protectli_vp2420/recovery.md': 'unified/protectli/recovery.md#vp2420'

'variants/protectli_fw6/test-matrix.md': 'unified/protectli/test-matrix.md#fw6'
'variants/protectli_vp1x1x/test-matrix.md': 'unified/protectli/test-matrix.md#v1000-series'
'variants/protectli_v1x10/test-matrix.md': 'unified/protectli/test-matrix.md#v1000-series'
'variants/protectli_vp46xx/test-matrix.md': 'unified/protectli/test-matrix.md#vp4630vp4650vp4670'
'variants/protectli_vp66xx/test-matrix.md': 'unified/protectli/test-matrix.md#vp6630vp6650vp6670'
'variants/protectli_vp2410/test-matrix.md': 'unified/protectli/test-matrix.md#vp2410'
Expand Down

0 comments on commit e4ff0e7

Please sign in to comment.