File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed 
src/components/NcGuestContent Expand file tree Collapse file tree 2 files changed +5
-9
lines changed 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