File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,12 @@ const config: Config = {
8383      '@docusaurus/plugin-content-docs' , 
8484      { 
8585        id : 'aws-guides' ,  // Unique ID for the AWS guides plugin 
86-         path : './aws-guides/docs/ ' ,  // Local folder where the content will be cloned 
86+         path : './aws-guides/docs' ,  // Local folder where the content will be cloned 
8787        routeBasePath : 'aws' ,  // URL path for the AWS guides section 
8888        sidebarPath : require . resolve ( './sidebars.js' ) ,  // Sidebar configuration 
89-         editUrl : 'https://github.com/anveshmuppeda/aws/tree/main/' , 
89+         editUrl : ( {  docPath } )  => 
90+           `https://github.com/anveshmuppeda/aws/tree/main/docs/${ docPath }  ,  // Correct edit URL 
91+         include : [ '**/*.md' ,  '**/*.mdx' ] ,  // Include all Markdown/MDX files 
9092      } , 
9193    ] , 
9294    [ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments