mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	Merge branch 'master' into releases
This commit is contained in:
		
						commit
						1ae865fdfb
					
				| 
						 | 
					@ -32,7 +32,7 @@ export default class Method extends BaseComponent {
 | 
				
			||||||
    if (this.componentSchema.operationId) {
 | 
					    if (this.componentSchema.operationId) {
 | 
				
			||||||
      this.data.methodAnchor = 'operation/' + encodeURIComponent(this.componentSchema.operationId);
 | 
					      this.data.methodAnchor = 'operation/' + encodeURIComponent(this.componentSchema.operationId);
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
      this.data.methodAnchor = 'tag/' + this.tag + this.pointer;
 | 
					      this.data.methodAnchor = 'tag/' + encodeURIComponent(this.tag + this.pointer);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "name": "redoc",
 | 
					  "name": "redoc",
 | 
				
			||||||
  "description": "Swagger-generated API Reference Documentation",
 | 
					  "description": "Swagger-generated API Reference Documentation",
 | 
				
			||||||
  "version": "0.6.4",
 | 
					  "version": "0.6.5",
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
    "url": "git://github.com/Rebilly/ReDoc"
 | 
					    "url": "git://github.com/Rebilly/ReDoc"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user