-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* jsdocs * remove todo that is no longer relevant * clean up wording * wordsmithing * fix spelling * example for clusterMode
- Loading branch information
1 parent
bd59ffc
commit 65e53f8
Showing
4 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
import Component from '@ember/component'; | ||
import layout from '../templates/components/replication-doc-link'; | ||
|
||
/** | ||
* @module ReplicationDocLink | ||
* The `ReplicationDocLink` component is a learn link with helper text used on the Replication Dashboards. | ||
* The link takes you to the key monitoring metrics learn doc. | ||
* | ||
* @example | ||
* ```js | ||
* <ReplicationDocLink /> | ||
* ``` | ||
*/ | ||
|
||
export default Component.extend({ | ||
layout, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters