You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wouldn't try to structure it according to the spec. This already tries to impose some form of hierarchy to the structure, which I don't think will be conducive to the results we're aiming for.
What you're proposing here is effectively an "index" of sorts, which should be its own text file that links to other files in a hierarchical fashion.
My recommendation:
|_ indexes - Or "indices"
| |_ cometbft-spec.md - An example index linking to important concepts, in a hierarchical fashion
|_ notes - A flat directory of concepts, with just a single concept per file ("Literature Notes")
|_ blockchain.md
|_ consensus.md
|_ cometbft.md
|_ cometbft-block.md
|_ cometbft-block-header.md
|_ cometbft-consensus.md
|_ cometbft-p2p.md
|_ p2p.md
|_ tendermint-consensus.md
Should we organize the content in a way that it somehow reflect the content of the
spec
under the CometBFT repository?It would be something like (only directories are printed):
The proposal is not to restrict to this directory structure, but to use it as a base.
The text was updated successfully, but these errors were encountered: