forked from loafle/openapi-generator-original
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			818 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			818 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
 | 
						|
module.exports = {
 | 
						|
  docs: {
 | 
						|
    'Getting Started': [
 | 
						|
      'installation',
 | 
						|
      'plugins',
 | 
						|
      'online',
 | 
						|
      'usage',
 | 
						|
      'globals',
 | 
						|
      'configuration',
 | 
						|
      'file-post-processing'
 | 
						|
    ],
 | 
						|
    'Extending': [
 | 
						|
      'templating',
 | 
						|
      'customization',
 | 
						|
      'debugging',
 | 
						|
      'integrations'
 | 
						|
    ],
 | 
						|
    'Contributing': [
 | 
						|
      'contributing',
 | 
						|
      'code-of-conduct',
 | 
						|
      'contribute-building',
 | 
						|
      'new-generator'
 | 
						|
    ],
 | 
						|
    'About': [
 | 
						|
      'roadmap',
 | 
						|
      'swagger-codegen-migration',
 | 
						|
      'fork-qna'
 | 
						|
    ],
 | 
						|
    'Releases': [
 | 
						|
      'release-summary',
 | 
						|
      'release-3-0-0'
 | 
						|
    ],
 | 
						|
    'API': [
 | 
						|
      {
 | 
						|
        type: 'doc',
 | 
						|
        id: 'generators',
 | 
						|
      },
 | 
						|
    ]
 | 
						|
  },
 | 
						|
 | 
						|
  'faq-sidebar': {
 | 
						|
    'FAQ': [
 | 
						|
      'faq',
 | 
						|
      'faq-extending',
 | 
						|
      'faq-contributing',
 | 
						|
      'faq-generators'
 | 
						|
    ]
 | 
						|
  }
 | 
						|
}
 |