Skip to content

Commit f2cbb30

Browse files
committed
chore: move plugin docs around
1 parent 742eb46 commit f2cbb30

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.vitepress/config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,10 @@ function getSidebar() {
9494

9595
function getPluginsSidebar() {
9696
return [
97+
{ text: 'Developing Plugins', link: '/plugins/developing-plugins' },
9798
{
98-
text: 'Plugins',
99+
text: 'Official Plugins',
99100
children: [
100-
{ text: 'Developing Plugins', link: '/developing-plugins' },
101-
{ text: '-----------', link: '#' },
102101
{ text: 'Background HTTP', link: '/plugins/background-http' },
103102
{ text: 'Brightness', link: '/plugins/brightness' },
104103
{ text: 'Camera', link: '/plugins/camera' },

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The outline of the docs:
4949
- Multithreading & Workers
5050
- Metadata filtering
5151
- [Releasing your app](/releasing.md)
52-
- [Developing Plugins](/developing-plugins.md)
52+
- [Developing Plugins](/plugins/developing-plugins.md)
5353
- [Common Pitfalls](/common-pitfalls.md)
5454

5555
- Layout Nesting
File renamed without changes.

0 commit comments

Comments
 (0)