Anix

Results 280 comments of Anix

> The goal of this PR is to allow to server several static paths to be able to seperate easily, the HTML elements of docsify (css, index.html, so on) and...

the behavior of `docsify` will change as the links wont be the same here. currently docsify works like this. ``` docs/ - index.html --> /#/ - first.md --> /#/first -...

> In fact, the behavior of docsify will not change. > For example : > > ``` > md1/ > - index.html --> / (loading) --> /#/ (render) > -...

``` docs/ - index.html --> /#/ - md/ - first.md --> /#/md/first - second.md --> /#/md/second ``` but ``` docs/ - index.html --> /#/ md/ - first.md --> ? -...

hey! @gigaga , Just one note ! even if this CLI is serving like this ``` /md README.md // localhost.com/README.md /html /assets /plugins index.html // localhost.com/indexhtml ``` This will work...

I think with heroku you get a VM or container where you can customize a lot. in heroku are you using docsify-cli to serve the content ?

@gigaga Apologies for the delay here. Could you just try to host a sample site in `netlify` or vercel` using this command? or @hiddewie even you can volunteer here to...

did you mean as a monorepo ?

Actually I don't really prefer monorepo. It's just because the tools are not so good enough to solve most of the issues. F.e releases, with monorepo, doing a release, and...

I am +1 for this. Just a question, does any other template lang provides similar features ?