PLT-327: Add help text for Markdown
Этот коммит содержится в:
16
web/react/pages/docs.jsx
Обычный файл
16
web/react/pages/docs.jsx
Обычный файл
@@ -0,0 +1,16 @@
|
||||
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
|
||||
// See License.txt for license information.
|
||||
|
||||
var Docs = require('../components/docs.jsx');
|
||||
|
||||
function setupDocumentationPage(props) {
|
||||
ReactDOM.render(
|
||||
<Docs
|
||||
site={props.Site}
|
||||
/>,
|
||||
document.getElementById('docs')
|
||||
);
|
||||
}
|
||||
|
||||
global.window.mm_user = global.window.mm_user || {};
|
||||
global.window.setup_documentation_page = setupDocumentationPage;
|
||||
Ссылка в новой задаче
Block a user