Hello AntiMetaman,
You can change the direction with css. Add something like this to desktop css section. It should show the DiscoTOC on the left side.
.d-toc-post .d-toc-article{
flex-flow: row-reverse;
}
Hello AntiMetaman,
You can change the direction with css. Add something like this to desktop css section. It should show the DiscoTOC on the left side.
.d-toc-post .d-toc-article{
flex-flow: row-reverse;
}