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
But there is probably one more bug: if we take any chapter from Async Counter App, for example Async Event Stream, we read through it, and at the bottom of the page there should be buttons for navigating to previous and next chapters. But there is not. And this despite that .md files in src/content/docs/tutorials/counter-async-app all have order field in their headers. (From the user point of view: I saw on begging of this page "Now that we have introduced Events and Actions ..." and understand that this page could be one of chapters from article. But with the website I can't get not the link to previous chapter, not the index of all chapters. So I digged to markdown in git repo)
The text was updated successfully, but these errors were encountered:
This is sort of intentional (though badly documented as to why). We think these docs need a rewrite for a variety of reasons, but haven't put in the time to do so. Instead we just removed them from the TOC for now to avoid them being advice that people relied upon.
There is some articles which I can find with search button on website, but they are not appearing in Table of Content.
For example lets take a look at Async Counter App. Seems it could be in Tutorials section of TOC, but there is not. This is because src/content/docs/tutorials/index.md does not link to this article.
But there is probably one more bug: if we take any chapter from Async Counter App, for example Async Event Stream, we read through it, and at the bottom of the page there should be buttons for navigating to previous and next chapters. But there is not. And this despite that .md files in src/content/docs/tutorials/counter-async-app all have
order
field in their headers. (From the user point of view: I saw on begging of this page "Now that we have introduced Events and Actions ..." and understand that this page could be one of chapters from article. But with the website I can't get not the link to previous chapter, not the index of all chapters. So I digged to markdown in git repo)The text was updated successfully, but these errors were encountered: