Re: Not linking through furius.ca

2020-05-23 Thread Vinit Khandagle
Well this a theme that is quite often used with MKdocs and I guess its quite popular too. Just for some info https://squidfunk.github.io/mkdocs-material/ On Saturday, May 23, 2020 at 5:57:26 PM UTC+5:30, Vinit Khandagle wrote: > > This is super cool. I think MKdocs is perfect fit. I believe Dock

Re: Not linking through furius.ca

2020-05-23 Thread Vinit Khandagle
This is super cool. I think MKdocs is perfect fit. I believe Docker also uses mkdos at the backend. Atleast they did when they were in their initial years. I personally use it to track my own markdown files and stuff. On Friday, May 22, 2020 at 9:09:18 PM UTC+5:30, Martin Blais wrote: > > Thank

Re: Not linking through furius.ca

2020-05-22 Thread Martin Blais
On Fri, May 22, 2020 at 4:17 PM Kirill Goncharov wrote: > There's a plugin for mkdocs that can create redirection pages: > https://github.com/datarobot/mkdocs-redirects > I added one such page to demonstrate how it works: > https://beancount.github.io/docs/g/export/ > This is perfect! Thank you!

Re: Not linking through furius.ca

2020-05-22 Thread Kirill Goncharov
There's a plugin for mkdocs that can create redirection pages: https://github.com/datarobot/mkdocs-redirects I added one such page to demonstrate how it works: https://beancount.github.io/docs/g/export/ On Friday, May 22, 2020 at 6:39:18 PM UTC+3, Martin Blais wrote: > > Thanks to the work of Ki