Add config option to enable/disable Transcoding configuration
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import React from 'react'
|
||||
import { docsUrl } from '../utils/docsUrl'
|
||||
|
||||
const DocLink = ({ path, children }) => (
|
||||
<a href={docsUrl(path)} target={'_blank'} rel="noopener noreferrer">
|
||||
{children}
|
||||
</a>
|
||||
)
|
||||
|
||||
export default DocLink
|
||||
Reference in New Issue
Block a user