add entrypoints to extensions
This commit is contained in:
parent
d7d8182c74
commit
f06f16c6e6
|
@ -38,13 +38,6 @@ export default defineConfig({
|
||||||
{ text: 'AccessWideners', link: '/tutorial/accesswideners' },
|
{ text: 'AccessWideners', link: '/tutorial/accesswideners' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
text: 'Contributing',
|
|
||||||
items: [
|
|
||||||
{ text: 'Guidelines', link: '/contributing/guidelines' },
|
|
||||||
{ text: 'Tools', link: '/contributing/tools' },
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: 'Specifications',
|
text: 'Specifications',
|
||||||
items: [
|
items: [
|
||||||
|
@ -52,7 +45,25 @@ export default defineConfig({
|
||||||
{ text: '*.mixins.json', link: '/spec/mixin-config' },
|
{ text: '*.mixins.json', link: '/spec/mixin-config' },
|
||||||
{ text: '*.accesswidener', link: '/spec/aw' },
|
{ text: '*.accesswidener', link: '/spec/aw' },
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
text: 'Extensions',
|
||||||
|
items: [
|
||||||
|
{ text: 'Main Entrypoint', link: '/exts/main' },
|
||||||
|
{ text: 'Client Entrypoint', link: '/exts/client' },
|
||||||
|
{ text: 'Server Entrypoint', link: '/exts/server' },
|
||||||
|
{ text: 'Mixin', link: '/exts/mixin' },
|
||||||
|
{ text: 'AccessWideners', link: '/exts/aw' },
|
||||||
|
{ text: 'PreLaunch', link: '/exts/prelaunch' },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: 'Contributing',
|
||||||
|
items: [
|
||||||
|
{ text: 'Guidelines', link: '/contributing/guidelines' },
|
||||||
|
{ text: 'Tools', link: '/contributing/tools' },
|
||||||
|
]
|
||||||
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
|
<<<<<<< HEAD
|
||||||
# MainInitializer
|
# MainInitializer
|
||||||
|
=======
|
||||||
|
# MainEntrypoint
|
||||||
|
>>>>>>> f59db8a (add entrypoints to extensions)
|
||||||
|
|
Loading…
Reference in a new issue