mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:23:24 +00:00
Add documentation
This commit is contained in:
28
.docs/.vitepress/config.mts
Normal file
28
.docs/.vitepress/config.mts
Normal file
@@ -0,0 +1,28 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
|
||||
export default defineConfig({
|
||||
title: "MW provider docs",
|
||||
description: "Documentation for @movie-web/providers",
|
||||
srcDir: "src",
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{ text: 'Home', link: '/' },
|
||||
{ text: 'Get Started', link: '/get-started/start' },
|
||||
{ text: 'Reference', link: '/reference/start' }
|
||||
],
|
||||
|
||||
sidebar: [
|
||||
{
|
||||
text: 'Examples',
|
||||
items: [
|
||||
{ text: 'Markdown Examples', link: '/markdown-examples' },
|
||||
{ text: 'Runtime API Examples', link: '/api-examples' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
socialLinks: [
|
||||
{ icon: 'github', link: 'https://github.com/movie-web/providers' }
|
||||
]
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user