File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
bundle/settings/MarkdownHints Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import {cn} from '../../../classname';
88import './MarkdownHints.scss' ;
99
1010const b = cn ( 'markdown-hints' ) ;
11- const YFM_DOCS_HREF = 'https://ydocs.tech' ;
1211
1312export const MarkdownHints = React . memo ( function MarkdownHints ( ) {
1413 const hints = [
@@ -35,7 +34,7 @@ export const MarkdownHints = React.memo(function MarkdownHints() {
3534 ) ) }
3635 </ div >
3736
38- < Link href = { YFM_DOCS_HREF } target = "_blank" className = { b ( 'docs-link' ) } >
37+ < Link href = { i18n ( 'documentation_link' ) } target = "_blank" className = { b ( 'docs-link' ) } >
3938 { i18n ( 'documentation' ) }
4039 </ Link >
4140 </ div >
Original file line number Diff line number Diff line change 1919 "list_hint" : " - Your text" ,
2020 "numbered-list_title" : " Numbered list" ,
2121 "numbered-list_hint" : " 1. Your text" ,
22- "documentation" : " Documentation"
22+ "documentation" : " Documentation" ,
23+ "documentation_link" : " https://diplodoc.com/docs/en/syntax/"
2324}
Original file line number Diff line number Diff line change 1919 "list_hint" : " - Ваш текст" ,
2020 "numbered-list_title" : " Нумерованный список" ,
2121 "numbered-list_hint" : " 1. Ваш текст" ,
22- "documentation" : " Документация"
22+ "documentation" : " Документация" ,
23+ "documentation_link" : " https://diplodoc.com/docs/ru/syntax/"
2324}
You can’t perform that action at this time.
0 commit comments