Closed tonystuart closed 4 years ago
I just realized that documentation is a separate repository. Can we transfer this issue to:
https://github.com/littlevgl/docs
Thanks!
It's strange because they all link to the examples in the same way.
https://github.com/littlevgl/docs/blob/master/en/object-types/ddlist.md#example https://github.com/littlevgl/docs/blob/master/en/object-types/win.md#example
I wonder whether some of the files (e.g. the lv_win
one) weren't rebuilt.
I just realized that too, and it looks like those files haven't been changed in a while.
It does not appear to be affecting the v7 docs (the dropdown example works fine), so I suspect that something was broken in the process of remaking the examples for v7.
We can probably fix it at the same time that we move the v7 docs to the main page and 6.1 to it's own subdirectory.
That's great... thanks for the pointer to the v7 docs... I'll use them.
I've fixed it, thank you for pointing it out.
Describe the bug
The example section in the online documentation (containing the example image and code fragments) is not currently being displayed for some widget types.
To Reproduce
These don't work:
https://docs.littlevgl.com/en/html/object-types/ddlist.html https://docs.littlevgl.com/en/html/object-types/list.html https://docs.littlevgl.com/en/html/object-types/page.html
These do:
https://docs.littlevgl.com/en/html/object-types/win.html https://docs.littlevgl.com/en/html/object-types/table.html
Expected behavior
The example sections were working until very recently.
Screenshots
Additional context
I tried this in Chrome 81 and Firefox 76 and also tried emptying the browser cache and doing a hard refresh.