Skip to content

Commit 322ce8c

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/website/multi-d66d039ac5
2 parents 9c01ac1 + eae16fc commit 322ce8c

File tree

4 files changed

+25
-16
lines changed

4 files changed

+25
-16
lines changed

docs/commands/role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar_label: __no_label
1010

1111
## Description
1212

13-
Provide information on the role of a Tile38 instance in the context of replication, by returning if the instance is currently a master or slave. The command also returns additional information about the state of the replication (if the role is master or slave).
13+
Provide information on the role of a Tile38 instance in the context of replication, by returning if the instance is currently a leader or follower. The command also returns additional information about the state of the replication. The responses use the legacy nomenclature "master" and "slave".
1414

1515
## Related Commands
1616

website/package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/pages/en/index.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class Index extends React.Component {
229229
</h1>
230230
<p>Tile38 is 100% Open Source Software.</p>
231231
<p>
232-
Connect with us on Github, Twitter, or Slack.
232+
Connect with us on Github, Twitter, Slack, or Discord.
233233
</p>
234234
<div className="cards">
235235
<div className="row">
@@ -260,6 +260,15 @@ class Index extends React.Component {
260260
/>
261261
</a>
262262
</div>
263+
<div>
264+
<a href="https://discord.gg/esq8ESgzms">
265+
<img
266+
src="./img/community-discord.png"
267+
className="discord"
268+
alt="Discord"
269+
/>
270+
</a>
271+
</div>
263272
</div>
264273
</div>
265274
</section>
54.6 KB
Loading

0 commit comments

Comments
 (0)