We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9178478 commit 2f1cf90Copy full SHA for 2f1cf90
docs/docs/.vitepress/config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
title: 'Transcoder Documentation',
3
description: 'Documentation for the Transcoder plugin',
4
- base: '/docs/vite/',
+ base: '/docs/transcoder/',
5
lang: 'en-US',
6
themeConfig: {
7
repo: 'nystudio107/craft-transcoder',
@@ -14,7 +14,7 @@ module.exports = {
14
editLinkText: 'Edit this page on GitHub',
15
lastUpdated: 'Last Updated',
16
sidebar: [
17
- { text: 'Transcoder Plugin', link: '/index' },
+ { text: 'Transcoder Plugin', link: '/' },
18
{ text: 'Transcoder Overview', link: '/overview' },
19
{ text: 'Configuring Transcoder', link: '/configuring' },
20
{ text: 'Using Transcoder', link: '/using' },
0 commit comments