mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	demo: new URL for GraphHopper (#1165)
This commit is contained in:
		
							parent
							
								
									18dbd6270c
								
							
						
					
					
						commit
						1c7fc1a261
					
				| 
						 | 
					@ -7,16 +7,10 @@ import ComboBox from './ComboBox';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const demos = [
 | 
					const demos = [
 | 
				
			||||||
  { value: 'https://api.apis.guru/v2/specs/instagram.com/1.0.0/swagger.yaml', label: 'Instagram' },
 | 
					  { value: 'https://api.apis.guru/v2/specs/instagram.com/1.0.0/swagger.yaml', label: 'Instagram' },
 | 
				
			||||||
  {
 | 
					  { value: 'https://api.apis.guru/v2/specs/googleapis.com/calendar/v3/swagger.yaml', label: 'Google Calendar' },
 | 
				
			||||||
    value: 'https://api.apis.guru/v2/specs/googleapis.com/calendar/v3/swagger.yaml',
 | 
					 | 
				
			||||||
    label: 'Google Calendar',
 | 
					 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
  { value: 'https://api.apis.guru/v2/specs/slack.com/1.2.0/swagger.yaml', label: 'Slack' },
 | 
					  { value: 'https://api.apis.guru/v2/specs/slack.com/1.2.0/swagger.yaml', label: 'Slack' },
 | 
				
			||||||
  { value: 'https://api.apis.guru/v2/specs/zoom.us/2.0.0/swagger.yaml', label: 'Zoom.us' },
 | 
					  { value: 'https://api.apis.guru/v2/specs/zoom.us/2.0.0/swagger.yaml', label: 'Zoom.us' },
 | 
				
			||||||
  {
 | 
					  { value: 'https://docs.graphhopper.com/openapi.json', label: 'GraphHopper' },
 | 
				
			||||||
    value: 'https://api.apis.guru/v2/specs/graphhopper.com/1.0/swagger.yaml',
 | 
					 | 
				
			||||||
    label: 'GraphHopper',
 | 
					 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
];
 | 
					];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const DEFAULT_SPEC = 'openapi.yaml';
 | 
					const DEFAULT_SPEC = 'openapi.yaml';
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user