Conversation
|
Since sidebar is generated automatically, it is very possible that it looks not the way we want it to. Please, report what needs to be changed, and I will either modify the script or propose changes to the directory structure (sidebar displays only two levels of dirs). |
|
love it ❤️ One note: Help & Support section does not make sense to me. The riot channel for Tendermint is https://riot.im/app/#/room/#tendermint:matrix.org. Forum link: https://forum.cosmos.network/c/tendermint. Help & Support and footer both look like from cosmos project. Maybe we should tailor it for Tendermint? |
|
@melekes thanks! Absolutely, i'll make it configurable. |
Codecov Report
@@ Coverage Diff @@
## master #4042 +/- ##
==========================================
+ Coverage 67.12% 67.12% +<.01%
==========================================
Files 245 245
Lines 20575 20580 +5
==========================================
+ Hits 13811 13815 +4
+ Misses 5729 5726 -3
- Partials 1035 1039 +4
|
|
Made changes to the script, so specs should show up in the sidebar (for example, ABCI spec). Only |
|
One more thing. Since this repo depends on npm's |
|
Added cards for directory contents. Useful for specs in Looks something like this: |
| editLink: true, | ||
| children: [ | ||
| { | ||
| title: "Riot Chat", |
There was a problem hiding this comment.
Yes, I'll make sure these strings are processed with markdown, so we can have links.
There was a problem hiding this comment.
sweet with that i think this is ready to be merged
|
docs/spec/rpc/index.html → docs/.vuepress/public/rpc/index.html how come these were moved? I think these should live in the rpc pkg for the time being, and copied into the vuepress folder |
|
@marbar3778 re:rpc VuePress pretty much ignores HTML files outside of |
yes, simplest is to copy into |
|
@marbar3778 Do you mean to store rpc in |
|
the first one 😄 just store the swagger files in |
| // lang: "en-US" | ||
| // }, | ||
| // "/ru/": { | ||
| // lang: "ru" |
There was a problem hiding this comment.
currently there is no Russian translation so commented out the options
| version: 2 | ||
| test-suite: | ||
| jobs: | ||
| - deploy_docs: |
There was a problem hiding this comment.
can we keep this to master? I believe this is what the sdk team talked about.
ea53ace to
2aa6b46
Compare
354b86a to
364a727
Compare



This PR includes an updated documentation theme.
To test it out run
cd docs && npm install && npm run serve, or visit http://tendermint-docs.surge.sh/Features such as search, definition tooltips and language switcher will be added incrementally.