@@ -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,54 @@ 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' ,
209+ content : 'docs/app-containers.md' ,
216210 components : [
217- 'src/components/NcAppContent/NcAppContent.vue' ,
218211 'src/components/NcContent/NcContent.vue' ,
212+ 'src/components/NcGuestContent/NcGuestContent.vue' ,
219213 ] ,
220214 sections : [
221215 {
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- ] ,
230- } ,
231- {
232- name : 'NcAppSidebar' ,
233- components : [
234- 'src/components/NcAppSidebar/NcAppSidebar.vue' ,
235- 'src/components/NcAppSidebarHeader/NcAppSidebarHeader.vue' ,
236- 'src/components/NcAppSidebarTab/NcAppSidebarTab.vue' ,
237- ] ,
238- } ,
239- {
240- name : 'NcAppSettings' ,
241- components : [
242- 'src/components/NcAppSettings*/*.vue' ,
216+ name : 'NcAppContent' ,
217+ components : 'src/components/NcAppContent/NcAppContent.vue' ,
218+ sections : [
219+ {
220+ name : 'NcAppNavigation' ,
221+ components : [
222+ 'src/components/NcAppNavigation*/*.vue' ,
223+ ] ,
224+ ignore : [
225+ 'src/components/NcAppNavigationItem/NcAppNavigationIconCollapsible.vue' ,
226+ 'src/components/NcAppNavigationItem/NcInputConfirmCancel.vue' ,
227+ ] ,
228+ } ,
229+ {
230+ name : 'NcAppSidebar' ,
231+ components : [
232+ 'src/components/NcAppSidebar/NcAppSidebar.vue' ,
233+ 'src/components/NcAppSidebarHeader/NcAppSidebarHeader.vue' ,
234+ 'src/components/NcAppSidebarTab/NcAppSidebarTab.vue' ,
235+ ] ,
236+ } ,
237+ {
238+ name : 'NcAppSettings' ,
239+ components : [
240+ 'src/components/NcAppSettings*/*.vue' ,
241+ ] ,
242+ } ,
243243 ] ,
244244 } ,
245245 ] ,
246246 } ,
247+ {
248+ name : 'NcActions' ,
249+ components : [
250+ // Put Actions component first
251+ 'src/components/NcActions/*.vue' ,
252+ 'src/components/NcAction[A-Z]*/*.vue' ,
253+ ] ,
254+ } ,
247255 {
248256 name : 'NcBreadcrumbs' ,
249257 components : [
0 commit comments