@@ -192,6 +192,7 @@ module.exports = async () => {
192192 'src/components/NcDashboard*/*.vue' ,
193193 'src/components/NcDialog*/*.vue' ,
194194 'src/components/NcEllipsisedOption*/*.vue' ,
195+ 'src/components/NcGuestContent/*.vue' ,
195196 'src/components/NcHeader*/*.vue' ,
196197 'src/components/NcListItem*/*.vue' ,
197198 'src/components/NcPopover/NcPopoverTriggerProvider.vue' ,
@@ -203,47 +204,58 @@ module.exports = async () => {
203204 'src/components/NcUserBubble/NcUserBubbleDiv.vue' ,
204205 ] ,
205206 sections : [
206- {
207- name : 'NcActions' ,
208- components : [
209- // Put Actions component first
210- 'src/components/NcActions/*.vue' ,
211- 'src/components/NcAction[A-Z]*/*.vue' ,
212- ] ,
213- } ,
214207 {
215208 name : 'App containers' ,
216- components : [
217- 'src/components/NcAppContent/NcAppContent.vue' ,
218- 'src/components/NcContent/NcContent.vue' ,
219- ] ,
209+ content : 'docs/app-containers.md' ,
220210 sections : [
221211 {
222- name : 'NcAppNavigation' ,
223- components : [
224- 'src/components/NcAppNavigation*/*.vue' ,
225- ] ,
226- ignore : [
227- 'src/components/NcAppNavigationItem/NcAppNavigationIconCollapsible.vue' ,
228- 'src/components/NcAppNavigationItem/NcInputConfirmCancel.vue' ,
229- ] ,
212+ name : 'NcContent' ,
213+ components : 'src/components/NcContent/NcContent.vue' ,
230214 } ,
231215 {
232- name : 'NcAppSidebar' ,
233- components : [
234- 'src/components/NcAppSidebar/NcAppSidebar.vue' ,
235- 'src/components/NcAppSidebarHeader/NcAppSidebarHeader.vue' ,
236- 'src/components/NcAppSidebarTab/NcAppSidebarTab.vue' ,
237- ] ,
216+ name : 'NcGuestContent' ,
217+ components : 'src/components/NcGuestContent/NcGuestContent.vue' ,
238218 } ,
239219 {
240- name : 'NcAppSettings' ,
241- components : [
242- 'src/components/NcAppSettings*/*.vue' ,
220+ name : 'NcAppContent' ,
221+ components : 'src/components/NcAppContent/NcAppContent.vue' ,
222+ sections : [
223+ {
224+ name : 'NcAppNavigation' ,
225+ components : [
226+ 'src/components/NcAppNavigation*/*.vue' ,
227+ ] ,
228+ ignore : [
229+ 'src/components/NcAppNavigationItem/NcAppNavigationIconCollapsible.vue' ,
230+ 'src/components/NcAppNavigationItem/NcInputConfirmCancel.vue' ,
231+ ] ,
232+ } ,
233+ {
234+ name : 'NcAppSidebar' ,
235+ components : [
236+ 'src/components/NcAppSidebar/NcAppSidebar.vue' ,
237+ 'src/components/NcAppSidebarHeader/NcAppSidebarHeader.vue' ,
238+ 'src/components/NcAppSidebarTab/NcAppSidebarTab.vue' ,
239+ ] ,
240+ } ,
241+ {
242+ name : 'NcAppSettings' ,
243+ components : [
244+ 'src/components/NcAppSettings*/*.vue' ,
245+ ] ,
246+ } ,
243247 ] ,
244248 } ,
245249 ] ,
246250 } ,
251+ {
252+ name : 'NcActions' ,
253+ components : [
254+ // Put Actions component first
255+ 'src/components/NcActions/*.vue' ,
256+ 'src/components/NcAction[A-Z]*/*.vue' ,
257+ ] ,
258+ } ,
247259 {
248260 name : 'NcBreadcrumbs' ,
249261 components : [
0 commit comments