eosnetworkfoundation / devrel

1 stars 0 forks source link

Fix account's guide sidebar index render issue #195

Closed lparisc closed 1 year ago

lparisc commented 1 year ago

https://github.com/eosnetworkfoundation/docs/blob/repro-devrel%23198/docs/20_smart-contracts/10_getting-started/20_accounts/index.md

renders like this:

accounts-title

lparisc commented 1 year ago

Marking this as completed since the Account Guide now renders 100% correctly. However, created new ticket #198 since the root problem hasn't been resolved yet: the build still refuses to pre-process that file correctly (by removing the prefix #'s, resolving links, etc.). I implemented a few workarounds to make it render correctly on staging: removed title metadata, moved images to common location, fixed incoming/outgoing links (from unresolved markdown w/ prefix #'s to relative web links), etc. However, a long-term solution that actually solves the issue is needed, hence #198.