cosmos-sdk icon indicating copy to clipboard operation
cosmos-sdk copied to clipboard

`docs.cosmos.network` documentation tracking

Open julienrbrt opened this issue 3 years ago • 2 comments

Summary

This issue tracks the pages of the cosmos-sdk documentation for completeness and up-to-dateness checks. Modules are excluded from this tracking issue as their documentations and specs are updated during code change audits (e.g: #11362).

All the docs.cosmos.network documentation must be reviewed as part of the auditing process. (e.g: #11096)

Table of Contents

- Introduction

- Basics

- Core Concepts

- Building Modules

- IBC (external link)

- Running a Node, API and CLI

- Migrations

- List of Modules

  • As per summary, the module documentation is updated during code change audit

Tasks

  • [ ] Verify that upgrade guides (Migrations) are up-to-date
  • [ ] Verify all code snippets point to the latest version
  • [ ] Verify implementation details still match the latest version
  • [ ] Check for and solve dead links

julienrbrt avatar May 08 '22 16:05 julienrbrt

For IBC I would recommend that you remove all content from the SDK docs and you just have a link to redirect the user to ibc-go's own documentation website.

crodriguezvega avatar May 11 '22 07:05 crodriguezvega

We should check more often https://github.com/cosmos/cosmos-sdk/actions/workflows/linkchecker.yml. Possibly add a slack notification after we fixed all broken links when new links get broken.

Additionally, since the flattening of the module specs, the ToC in the docs are broken (as we split the file). We should have the same vuepress config than osmosis (pre-docusaurus)

julienrbrt avatar Sep 20 '22 11:09 julienrbrt

I am reviewing all the docs as per https://github.com/cosmos/cosmos-sdk/pull/13471. Closing this.

julienrbrt avatar Oct 07 '22 09:10 julienrbrt