Skip to content

Commit

Permalink
feat: Add Plugins
Browse files Browse the repository at this point in the history
Brings the plugins over from docs-v8
  • Loading branch information
jcassidyav committed Jan 16, 2024
1 parent 0dc585a commit 24396e2
Show file tree
Hide file tree
Showing 307 changed files with 21,592 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from 'vitepress'
import apiSidebar from '../content/api/sidebar.json'
import mainSidebar from '../content/sidebar'
import uiSidebar from '../content/ui/sidebar'
import pluginsSidebar from '../content/plugins/sidebar'
import nav from './nav'
import './theme/cliLanguage'
import path from 'node:path'
Expand Down Expand Up @@ -55,6 +56,7 @@ export default defineConfig({
sidebar: {
'/api': apiSidebar,
'/ui': uiSidebar,
'/plugins': pluginsSidebar,
'/': mainSidebar,
},
},
Expand Down
3 changes: 2 additions & 1 deletion .vitepress/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default [
},
{
text: 'Plugins',
link: 'https://v8.docs.nativescript.org/plugins/index.html',
link: '/plugins/',
activeMatch: '^/plugins',
icon: 'PuzzlePieceIcon',
},
// {
Expand Down
Loading

0 comments on commit 24396e2

Please sign in to comment.