diff --git a/docs/index.md b/docs/index.md index 0f07a1440..c7ead082c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -51,5 +51,6 @@ For additional helps, feel free to take the following channels: * [RocketChat Room](https://chat.hyperledger.org/channel/cello): Real-time online discussions. * [Jira Board](https://jira.hyperledger.org/projects/CE/issues): Find development status, report bug, or help [contribute code](CONTRIBUTING.md). * [Gerrit](https://gerrit.hyperledger.org/r/#/q/project:cello): Development related code and patchsets, welcome to [contribute](CONTRIBUTING.md). +* [Stack Overflow](https://stackoverflow.com/questions/tagged/hyperledger-cello): Stack overflow discussion questions about cello. Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. diff --git a/src/static/dashboard/src/assets/so.svg b/src/static/dashboard/src/assets/so.svg new file mode 100644 index 000000000..5298d4c2c --- /dev/null +++ b/src/static/dashboard/src/assets/so.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/dashboard/src/components/GlobalHeader/index.js b/src/static/dashboard/src/components/GlobalHeader/index.js index 7909cc2ec..6eb5005bc 100644 --- a/src/static/dashboard/src/components/GlobalHeader/index.js +++ b/src/static/dashboard/src/components/GlobalHeader/index.js @@ -2,11 +2,12 @@ SPDX-License-Identifier: Apache-2.0 */ import React, { PureComponent } from 'react'; -import { Menu, Icon, Spin, Dropdown, Avatar, Divider, Button } from 'antd'; +import { Menu, Icon, Spin, Dropdown, Avatar, Divider, Button, Tooltip } from 'antd'; import Debounce from 'lodash-decorators/debounce'; import { Link } from 'dva/router'; import styles from './index.less'; import { getLang } from '../../utils/utils'; +import stackOverflow from '../../assets/so.svg'; const language = getLang(); export default class GlobalHeader extends PureComponent { @@ -52,6 +53,28 @@ export default class GlobalHeader extends PureComponent { onClick={this.toggle} />
+ + + + + + + + + +