|
1 | 1 | module.exports = { |
2 | | - title: 'Transcoder Plugin Documentation', |
3 | | - description: 'Documentation for the Transcoder plugin', |
4 | | - base: '/docs/transcoder/', |
5 | | - lang: 'en-US', |
6 | | - head: [ |
7 | | - ['meta', { content: 'https://github.com/nystudio107', property: 'og:see_also', }], |
8 | | - ['meta', { content: 'https://www.youtube.com/channel/UCOZTZHQdC-unTERO7LRS6FA', property: 'og:see_also', }], |
9 | | - ['meta', { content: 'https://www.facebook.com/newyorkstudio107', property: 'og:see_also', }], |
10 | | - ], |
11 | | - themeConfig: { |
12 | | - repo: 'nystudio107/craft-transcoder', |
13 | | - docsDir: 'docs/docs', |
14 | | - docsBranch: 'develop', |
15 | | - algolia: { |
16 | | - apiKey: '14f28d1e87ded365acc21d0e921732e6', |
17 | | - indexName: 'transcoder' |
18 | | - }, |
19 | | - editLinks: true, |
20 | | - editLinkText: 'Edit this page on GitHub', |
21 | | - lastUpdated: 'Last Updated', |
22 | | - sidebar: [ |
23 | | - { text: 'Transcoder Plugin', link: '/' }, |
24 | | - { text: 'Transcoder Overview', link: '/overview.html' }, |
25 | | - { text: 'Configuring Transcoder', link: '/configuring.html' }, |
26 | | - { text: 'Using Transcoder', link: '/using.html' }, |
27 | | - ], |
| 2 | + title: 'Transcoder Plugin Documentation', |
| 3 | + description: 'Documentation for the Transcoder plugin', |
| 4 | + base: '/docs/transcoder/', |
| 5 | + lang: 'en-US', |
| 6 | + head: [ |
| 7 | + ['meta', {content: 'https://github.com/nystudio107', property: 'og:see_also',}], |
| 8 | + ['meta', {content: 'https://www.youtube.com/channel/UCOZTZHQdC-unTERO7LRS6FA', property: 'og:see_also',}], |
| 9 | + ['meta', {content: 'https://www.facebook.com/newyorkstudio107', property: 'og:see_also',}], |
| 10 | + ], |
| 11 | + themeConfig: { |
| 12 | + repo: 'nystudio107/craft-transcoder', |
| 13 | + docsDir: 'docs/docs', |
| 14 | + docsBranch: 'develop', |
| 15 | + algolia: { |
| 16 | + appId: 'VWUWF9S521', |
| 17 | + apiKey: 'db5c03f88e474cbf0356841089be7ffa', |
| 18 | + indexName: 'transcoder' |
28 | 19 | }, |
| 20 | + editLinks: true, |
| 21 | + editLinkText: 'Edit this page on GitHub', |
| 22 | + lastUpdated: 'Last Updated', |
| 23 | + sidebar: [ |
| 24 | + {text: 'Transcoder Plugin', link: '/'}, |
| 25 | + {text: 'Transcoder Overview', link: '/overview.html'}, |
| 26 | + {text: 'Configuring Transcoder', link: '/configuring.html'}, |
| 27 | + {text: 'Using Transcoder', link: '/using.html'}, |
| 28 | + ], |
| 29 | + }, |
29 | 30 | }; |
0 commit comments