cosmos / ibc

Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.
Other
908 stars 386 forks source link

ICS20-new-folder-structure-for-version-support #1124

Closed sangier closed 5 days ago

sangier commented 2 weeks ago

Objective: This PR introduces a new folder structure to accommodate multiple versions of the ICS20 specification. The update facilitates easier management and access to different versions of the documentation.

Changes Made:

New Structure Details:

Purpose: The new folder structure and version-specific documentation are designed to:

Improve navigation and accessibility for users looking to find specific versions of the ICS20 spec. Maintain a clear and traceable history of changes and updates made over time.

crodriguezvega commented 2 weeks ago

@sangier it seems like the link to commit 0238989da88e790ec4daea7214ff3521cc264137 is not working.

sangier commented 2 weeks ago

@crodriguezvega description commit link updated!

sangier commented 2 weeks ago

Mmm, I am wondering if we should keep track of the different spec versions in the main page. With the current structure and with this modification, the new version would be linked but the stage and implementation parameters will be related to the old version. We can either modify the stage and implementation details, or create a new entry with the new version details. What do you prefer?

crodriguezvega commented 5 days ago

I am going to merge this now because I want to add the mermaid diagrams, and doing it on top of this PR will prevent merge conflicts later on.