mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	bug: fix broken links from lychee (#5127)
Fixed https://github.com/Unleash/unleash/issues/5115
This commit is contained in:
		
							parent
							
								
									604c19c27e
								
							
						
					
					
						commit
						bb136783a3
					
				@ -1,11 +1,13 @@
 | 
				
			|||||||
dev-example-okta.com
 | 
					dev-example-okta.com
 | 
				
			||||||
.*-dsn.algolia.net
 | 
					.*-dsn.algolia.net
 | 
				
			||||||
www.linkedin.com/company/getunleash
 | 
					www.linkedin.com/company/getunleash
 | 
				
			||||||
 | 
					www.linkedin.com/in/*
 | 
				
			||||||
www.instagram.com/getunleash
 | 
					www.instagram.com/getunleash
 | 
				
			||||||
twitter.com/getunleash
 | 
					twitter.com/getunleash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.*.unleash.host.*.com.*
 | 
					.*.unleash.host.*.com.*
 | 
				
			||||||
unleash.*.com/api/
 | 
					unleash.*.com/api/
 | 
				
			||||||
 | 
					unleash.*.com
 | 
				
			||||||
secure-unleash.herokuapp.com
 | 
					secure-unleash.herokuapp.com
 | 
				
			||||||
 | 
					
 | 
				
			||||||
localhost
 | 
					localhost
 | 
				
			||||||
 | 
				
			|||||||
@ -39,7 +39,7 @@ export const applicationSchema = {
 | 
				
			|||||||
            description:
 | 
					            description:
 | 
				
			||||||
                'A link to reference the application reporting the metrics. Could for instance be a GitHub link to the repository of the application',
 | 
					                'A link to reference the application reporting the metrics. Could for instance be a GitHub link to the repository of the application',
 | 
				
			||||||
            type: 'string',
 | 
					            type: 'string',
 | 
				
			||||||
            example: 'https://github.com/Unleash/unleash-client-proxy-js',
 | 
					            example: 'https://github.com/Unleash/unleash-proxy-client-js',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        color: {
 | 
					        color: {
 | 
				
			||||||
            description: `The CSS color that is used to color the application's entry in the application list`,
 | 
					            description: `The CSS color that is used to color the application's entry in the application list`,
 | 
				
			||||||
 | 
				
			|||||||
@ -29,7 +29,7 @@ export const createApplicationSchema = {
 | 
				
			|||||||
            description:
 | 
					            description:
 | 
				
			||||||
                'A link to reference the application reporting the metrics. Could for instance be a GitHub link to the repository of the application',
 | 
					                'A link to reference the application reporting the metrics. Could for instance be a GitHub link to the repository of the application',
 | 
				
			||||||
            type: 'string',
 | 
					            type: 'string',
 | 
				
			||||||
            example: 'https://github.com/Unleash/unleash-client-proxy-js',
 | 
					            example: 'https://github.com/Unleash/unleash-proxy-client-js',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        color: {
 | 
					        color: {
 | 
				
			||||||
            description: `Css color to be used to color the application's entry in the application list`,
 | 
					            description: `Css color to be used to color the application's entry in the application list`,
 | 
				
			||||||
 | 
				
			|||||||
@ -12,7 +12,7 @@ export const resetPasswordSchema = {
 | 
				
			|||||||
                'A URL pointing to a location where the user can reset their password',
 | 
					                'A URL pointing to a location where the user can reset their password',
 | 
				
			||||||
            type: 'string',
 | 
					            type: 'string',
 | 
				
			||||||
            format: 'uri',
 | 
					            format: 'uri',
 | 
				
			||||||
            example: 'https://reset.password.com',
 | 
					            example: 'https://unleash.reset.com',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    components: {},
 | 
					    components: {},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user