File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed 
src/components/NcGuestContent Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 33 - SPDX-License-Identifier: AGPL-3.0-or-later 
44--> 
55
6- All applications must to  be wrapped in one of the provided app containers.
6+ All applications must be wrapped in one of the provided app containers.
77Those containers provide base styling and context for all components.
88
99### Available containers  
1010#### ` NcContent `  
11- This is the main container useable  for all apps that provide app content .
11+ This is the main container for all apps that provide full web-page interface .
1212Often you would use then ` NcAppContent `  and maybe ` NcAppNavigation `  within it.
1313
1414#### ` NcGuestContent `  
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ It can't be used multiple times on the same page.
1616
1717### Usage
1818
19- ```vue  static
19+ ```html  static
2020<template>
2121	<NcGuestContent>
2222		<h2>Hello guest</h2>
Original file line number Diff line number Diff line change @@ -207,15 +207,11 @@ module.exports = async () => {
207207					{ 
208208						name : 'App containers' , 
209209						content : 'docs/app-containers.md' , 
210+ 						components : [ 
211+ 							'src/components/NcContent/NcContent.vue' , 
212+ 							'src/components/NcGuestContent/NcGuestContent.vue' , 
213+ 						] , 
210214						sections : [ 
211- 							{ 
212- 								name : 'NcContent' , 
213- 								components : 'src/components/NcContent/NcContent.vue' , 
214- 							} , 
215- 							{ 
216- 								name : 'NcGuestContent' , 
217- 								components : 'src/components/NcGuestContent/NcGuestContent.vue' , 
218- 							} , 
219215							{ 
220216								name : 'NcAppContent' , 
221217								components : 'src/components/NcAppContent/NcAppContent.vue' , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments