Skip to content

Commit 048b153

Browse files
Fix markdown docs build (#3737)
1 parent e071ddd commit 048b153

File tree

7 files changed

+11
-16
lines changed

7 files changed

+11
-16
lines changed

docs/docs/architecture/templates/adr-template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
order: false
33
-->
44

5-
# ADR {ADR-NUMBER}: {TITLE}
5+
# ADR {'{'}ADR-NUMBER{'}'}: {'{'}TITLE{'}'}
66

77
## Changelog
88

9-
- {date}: {changelog}
9+
- {'{'}date{'}'}: {'{'}changelog{'}'}
1010

1111
## Status
1212

13-
{DRAFT | PROPOSED} Not Implemented
13+
{'{'}DRAFT | PROPOSED{'}'} Not Implemented
1414

1515
> Please have a look at the [PROCESS](../adr/PROCESS#adr-status) page.
1616
> Use DRAFT if the ADR is in a draft stage (draft PR) or PROPOSED if it's in review.
@@ -41,18 +41,18 @@ If the proposed change will be large, please also indicate a way to do the chang
4141
4242
### Positive
4343

44-
> {positive consequences}
44+
> {'{'}positive consequences{'}'}
4545
4646
### Negative
4747

48-
> {negative consequences}
48+
> {'{'}negative consequences{'}'}
4949
5050
### Neutral
5151

52-
> {neutral consequences}
52+
> {'{'}neutral consequences{'}'}
5353
5454
## References
5555

5656
> Are there any relevant PR comments, issues that led up to this, or articles referenced for why we made the given design choice? If so link them here!
5757
58-
* {reference link}
58+
* {'{'}reference link{'}'}

docs/docs/governance/submitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See the relevant section for the type of proposal you are drafting:
4242

4343
- [Text Proposals](./formatting.md#text)
4444
- [Community Pool Spend Proposals](./formatting.md#community-pool-spend)
45-
- [Parameter Change Proposals](./formatting.md#parameter-change)
45+
- [Parameter Change Proposals](./formatting.md#legacy-param-change)
4646

4747
Once on-chain, most people will rely upon block explorers to interpret this information with a graphical user interface (GUI).
4848

docs/docs/hub-tutorials/join-mainnet.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ For instructions to join as a validator, please also see the [Validator Guide](.
3535

3636
### Overview
3737
<!-- DON'T FORGET TO KEEP INDEX UP TO DATE -->
38-
- [Join the Cosmos Hub Mainnet](#join-the-cosmos-hub-mainnet)
3938
- [Release History](#release-history)
4039
- [Overview](#overview)
4140
- [Explorers](#explorers)
@@ -262,8 +261,6 @@ Blocksync is faster than traditional consensus and syncs the chain from genesis
262261

263262
When syncing via Blocksync, node operators will either need to manually upgrade the chain or set up [Cosmovisor](#cosmovisor) to upgrade automatically.
264263

265-
For more information on performing the manual upgrades, see [Releases & Upgrades](#releases--upgrades).
266-
267264
It is possible to sync from previous versions of the Cosmos Hub. See the matrix below for the correct `gaia` version. See the [mainnet archive](https://github.com/cosmos/mainnet) for historical genesis files.
268265

269266
| Chain Id | Gaia Version |

docs/docs/hub-tutorials/upgrade-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ At this point, you might want to run a script to update the exported genesis int
123123
## Reset Data
124124

125125
:::warning
126-
If the version <new_version> you are upgrading to is not breaking from the previous one, you should not reset the data. If it is not breaking, you can skip to [Restart](#restart)
126+
If the version {'<'}new_version{'>'} you are upgrading to is not breaking from the previous one, you should not reset the data. If it is not breaking, you can skip to [Restart](#restart)
127127
:::
128128

129129
:::warning

docs/docs/resources/genesis.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,5 +331,3 @@ A `gentx` can be added manually to the genesis file, or via the following comman
331331
```bash
332332
gaiad collect-gentxs
333333
```
334-
335-
This command will add all the `gentxs` stored in `~/.gaia/config/gentx` to the genesis file. In order to create a genesis transaction, click [here](../validators/validator-setup.md#participate-in-genesis-as-a-validator).

docs/docs/resources/service-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Flags:
277277
## REST API
278278
279279
The REST API documents list all the available endpoints that you can use to interact
280-
with your full node. Learn [how to enable the REST API](../hub-tutorials/join-mainnet.md#enable-the-rest-api) on your full node.
280+
with your full node. Learn [how to enable the REST API](../hub-tutorials/join-mainnet.md#rest-api) on your full node.
281281
282282
### Listen for Incoming Transactions
283283

docs/docs/validators/validator-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ It's possible that you won't have enough ATOM to be part of the active set of va
5959

6060
You can edit your validator's public description. This info is to identify your validator, and will be relied on by delegators to decide which validators to stake to. Make sure to provide input for every flag below. If a flag is not included in the command the field will default to empty (`--moniker` defaults to the machine name) if the field has never been set or remain the same if it has been set in the past.
6161

62-
The <key_name> specifies which validator you are editing. If you choose to not include some of the flags below, remember that the --from flag **must** be included to identify the validator to update.
62+
The {'<'}key_name{'>'} specifies which validator you are editing. If you choose to not include some of the flags below, remember that the --from flag **must** be included to identify the validator to update.
6363

6464
The `--identity` can be used as to verify identity with systems like Keybase or UPort. When using Keybase, `--identity` should be populated with a 16-digit string that is generated with a [keybase.io](https://keybase.io) account. It's a cryptographically secure method of verifying your identity across multiple online networks. The Keybase API allows us to retrieve your Keybase avatar. This is how you can add a logo to your validator profile.
6565

0 commit comments

Comments
 (0)