Compare commits

..

3 Commits

Author SHA1 Message Date
jaekwon
30126ea0de ... 2025-03-06 14:29:13 -08:00
jaekwon
60b345f1b6 update docs-deployment.yml 2025-03-06 14:05:42 -08:00
Jae Kwon
752e97d7e2 fix inaccuracies 2025-03-06 13:49:08 -08:00
5 changed files with 3 additions and 5 deletions

View File

@@ -224,7 +224,7 @@ build-docs:
@cd docs && \
while read -r branch path_prefix; do \
( git checkout $${branch} && npm ci --quiet && \
VUEPRESS_BASE="/$${path_prefix}/" NODE_OPTIONS="--openssl-legacy-provider" npm run build --quiet ) ; \
VUEPRESS_BASE="/$${path_prefix}/" npm run build --quiet ) ; \
mkdir -p ~/output/$${path_prefix} ; \
cp -r .vuepress/dist/* ~/output/$${path_prefix}/ ; \
cp ~/output/$${path_prefix}/index.html ~/output ; \

View File

@@ -141,4 +141,3 @@ Tendermint trademark is owned by New Tendermint, LLC. If you'd like to work
full-time on Tendermint2 or [gno.land](https://gno.land), [we're
hiring](mailto:hiring@newtendermint.org)!

View File

@@ -106,7 +106,7 @@ module.exports = {
}
],
smallprint:
'The development of Tendermint Core was led primarily by All in Bits, Inc. The Tendermint trademark is owned by New Tendermint, LLC.',
'The development of Tendermint Core was led primarily by All in Bits, Inc. The Tendermint trademark is owned by New Tendermint, LLC.'
links: [
{
title: 'Documentation',

View File

@@ -31,4 +31,3 @@ To find out about the Tendermint ecosystem you can go [here](https://github.com/
## Contribute
To contribute to the documentation, see [this file](https://github.com/tendermint/tendermint/blob/master/docs/DOCS_README.md) for details of the build process and considerations when making changes.

View File

@@ -1,4 +1,4 @@
master master
v0.33.x v0.33
v0.34.x v0.34
v0.35.x v0.35
master master