Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9883814

Browse files
casonthanethomson
andauthoredFeb 1, 2023
Rename Tendermint to CometBFT in /docs (celestiaorg#197)
* docs/rename: simple github.com links renaming * docs/rename: old links to spec repo replaced * docs/rename: Go doc links renamed, currently broken * docs/rename: fixing broken links, proper branches * docs/rename: docs.tendermint.com -> docs.cometbft.com * docs/rename: fixing front matter in .md files * docs/rename: renaming in what is tendermint page * Tendermint in a Nutshell image removed * docs/rename: cleaning, renaming docs introduction * docs/rename: renaming in docs/app-dev/ dir * docs/rename: links to main branch in docs/networks * docs/rename: renaming in docs/tools/ dir * docs/rename: renaming in docs/tutorials dir * docs/rename: moving images to docs/imgs/ dir * docs/rename: renaming in docs/tendermint-core/ dir * docs/rename: docs/tendermint-core/ -> docs/core/ * docs/rename: renaming in docs/qa/ sub path * docs/rename: renaming in .vuepress dir, logo removed * docs/rename: renaming in READMEs * docs/rename: removing Tendermint images and content * docs/rename: removing references to removed diagram * docs/rename: renaming in READMEs for RFCs and ADRs * rename: links to docs/tendermint-core -> docs/core * docs/rename: removing unused images from docs/imgs/ * docs/rename: cleaning of docs/imgs/, ADR images moved * Apply suggestions from code review Co-authored-by: Thane Thomson <[email protected]> * Apply suggestions from code review Co-authored-by: Thane Thomson <[email protected]> * docs/rename: removing outdated Testnets section Co-authored-by: Thane Thomson <[email protected]> * docs/rename: removing reference to tendermint/awesome repo Co-authored-by: Thane Thomson <[email protected]> * docs/rename: contributing section updated Co-authored-by: Thane Thomson <[email protected]> --------- Co-authored-by: Thane Thomson <[email protected]>
1 parent 3a0a3fa commit 9883814

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+655
-871
lines changed
 

‎docs/.vuepress/config.js

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
module.exports = {
22
theme: 'cosmos',
3-
title: 'Tendermint Core',
3+
title: 'CometBFT',
44
base: process.env.VUEPRESS_BASE,
55
themeConfig: {
6-
repo: 'tendermint/tendermint',
7-
docsRepo: 'tendermint/tendermint',
6+
repo: 'cometbft/cometbft',
7+
docsRepo: 'cometbft/cometbft',
88
docsDir: 'docs',
99
editLinks: true,
1010
label: 'core',
1111
algolia: {
1212
id: "QQFROLBNZC",
1313
key: "f1b68b96fb31d8aa4a54412c44917a26",
14-
index: "tendermint"
14+
index: "cometbft"
1515
},
1616
versions: [
1717
{
1818
"label": "v0.34 (latest)",
1919
"key": "v0.34"
2020
},
2121
{
22-
"label": "v0.33",
23-
"key": "v0.33"
22+
"label": "v0.37",
23+
"key": "v0.37"
2424
}
2525
],
2626
topbar: {
@@ -45,11 +45,11 @@ module.exports = {
4545
title: 'Help & Support',
4646
editLink: true,
4747
forum: {
48-
title: 'Tendermint Discussions',
49-
text: 'Join the Tendermint discussions to learn more',
50-
url: 'https://github.com/tendermint/tendermint/discussions',
48+
title: 'CometBFT Discussions',
49+
text: 'Join the CometBFT discussions to learn more',
50+
url: 'https://github.com/cometbft/cometbft/discussions',
5151
bg: '#0B7E0B',
52-
logo: 'tendermint'
52+
logo: 'cometbft'
5353
},
5454
github: {
5555
title: 'Found an Issue?',
@@ -58,25 +58,25 @@ module.exports = {
5858
},
5959
footer: {
6060
question: {
61-
text: 'Chat with Tendermint developers in <a href=\'https://discord.gg/vcExX9T\' target=\'_blank\'>Discord</a> or reach out on <a href=\'https://github.com/tendermint/tendermint/discussions\' target=\'_blank\'>GitHub</a> to learn more.'
61+
text: 'Chat with CometBFT developers in <a href=\'https://discord.gg/vcExX9T\' target=\'_blank\'>Discord</a> or reach out on <a href=\'https://github.com/cometbft/cometbft/discussions\' target=\'_blank\'>GitHub</a> to learn more.'
6262
},
6363
logo: '/logo-bw.svg',
6464
textLink: {
65-
text: 'tendermint.com',
66-
url: 'https://tendermint.com'
65+
text: 'cometbft.com',
66+
url: 'https://cometbft.com'
6767
},
6868
services: [
6969
{
7070
service: 'medium',
71-
url: 'https://medium.com/@tendermint'
71+
url: 'https://medium.com/@cometbft'
7272
},
7373
{
7474
service: 'twitter',
75-
url: 'https://twitter.com/tendermint_team'
75+
url: 'https://twitter.com/cometbft'
7676
},
7777
{
7878
service: 'linkedin',
79-
url: 'https://www.linkedin.com/company/tendermint/'
79+
url: 'https://www.linkedin.com/company/informal-systems/'
8080
},
8181
{
8282
service: 'reddit',
@@ -92,7 +92,7 @@ module.exports = {
9292
}
9393
],
9494
smallprint:
95-
'The development of Tendermint Core is led primarily by [Interchain GmbH](https://interchain.berlin/). Funding for this development comes primarily from the Interchain Foundation, a Swiss non-profit. The Tendermint trademark is owned by Tendermint Inc, the for-profit entity that also maintains this website.',
95+
'The development of CometBFT is led primarily by [Informal Systems](https://informal.systems/). Funding for this development comes primarily from the Interchain Foundation, a Swiss non-profit. The CometBFT trademark is owned by Interchain Foundation.',
9696
links: [
9797
{
9898
title: 'Documentation',
@@ -111,12 +111,12 @@ module.exports = {
111111
title: 'Community',
112112
children: [
113113
{
114-
title: 'Tendermint blog',
115-
url: 'https://medium.com/@tendermint'
114+
title: 'CometBFT blog',
115+
url: 'https://medium.com/@cometbft'
116116
},
117117
{
118118
title: 'GitHub Discussions',
119-
url: 'https://github.com/tendermint/tendermint/discussions'
119+
url: 'https://github.com/cometbft/cometbft/discussions'
120120
}
121121
]
122122
},
@@ -125,15 +125,15 @@ module.exports = {
125125
children: [
126126
{
127127
title: 'Contributing to the docs',
128-
url: 'https://github.com/tendermint/tendermint'
128+
url: 'https://github.com/cometbft/cometbft'
129129
},
130130
{
131131
title: 'Source code on GitHub',
132-
url: 'https://github.com/tendermint/tendermint'
132+
url: 'https://github.com/cometbft/cometbft'
133133
},
134134
{
135-
title: 'Careers at Tendermint',
136-
url: 'https://tendermint.com/careers'
135+
title: 'Careers at CometBFT',
136+
url: 'https://informal.systems/careers'
137137
}
138138
]
139139
}

‎docs/.vuepress/public/logo-bw.svg

-7
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.