Re: [Discuss] Host APISIX docs generated by Docsify

2020-08-24 Thread Zhiyuan Ju
Hi, The Website for Apache APISIX[1] has been refactored with Docusaurus[2], so could we migrate APISIX's docs to the website[3]? or we should still keep markdown files in Apache APISIX's repository[4]? [1] https://apisix.apache.org/docs/subscrbe-guide/ [2] https://docusaurus.io/ [3] https://gith

Re: [Discuss] Host APISIX docs generated by Docsify

2020-08-12 Thread Zhiyuan Ju
Hi, Any updates about this feature? Best Regards! @ Zhiyuan Ju Nirojan Selvanathan 于2020年7月29日周三 下午5:59写道: > Hi, > > I've been occupied during the last weeks, I'll try this during the weekend > and get back. > > On Thu, Jul 23, 2020 at 5:29 AM Zhiyuan Ju wrote: >

Re: [Discuss] Host APISIX docs generated by Docsify

2020-07-29 Thread Nirojan Selvanathan
Hi, I've been occupied during the last weeks, I'll try this during the weekend and get back. On Thu, Jul 23, 2020 at 5:29 AM Zhiyuan Ju wrote: > Hi, > > Any updates here? > > Zhiyuan Ju 于2020年7月17日 周五下午9:20写道: > > > OK! > > > > Nirojan Selvanathan 于2020年7月17日 周五下午9:07写道: > > > >> Thank you for

Re: [Discuss] Host APISIX docs generated by Docsify

2020-07-22 Thread Zhiyuan Ju
Hi, Any updates here? Zhiyuan Ju 于2020年7月17日 周五下午9:20写道: > OK! > > Nirojan Selvanathan 于2020年7月17日 周五下午9:07写道: > >> Thank you for the suggestions, Yes, I will target with deploying the last >> released version of APISIX. >> >> @Zhiyuan: Sure, I will try to integrate with Hugo first and will get

Re: [Discuss] Host APISIX docs generated by Docsify

2020-07-17 Thread Zhiyuan Ju
OK! Nirojan Selvanathan 于2020年7月17日 周五下午9:07写道: > Thank you for the suggestions, Yes, I will target with deploying the last > released version of APISIX. > > @Zhiyuan: Sure, I will try to integrate with Hugo first and will get back > to you if I face any problems. > > On Fri, Jul 17, 2020 at 12:5

Re: [Discuss] Host APISIX docs generated by Docsify

2020-07-17 Thread Nirojan Selvanathan
Thank you for the suggestions, Yes, I will target with deploying the last released version of APISIX. @Zhiyuan: Sure, I will try to integrate with Hugo first and will get back to you if I face any problems. On Fri, Jul 17, 2020 at 12:52 PM Zhiyuan Ju wrote: > If it’s difficult to connect Docsif

Re: [Discuss] Host APISIX docs generated by Docsify

2020-07-17 Thread Zhiyuan Ju
If it’s difficult to connect Docsify with Hugo, we may consider refactoring the website with new architecture, use Vue.js for both website and docs for example. Nirojan Selvanathan 于2020年7月17日 周五下午2:52写道: > Hi Zhiyuan, > > Thank you for the information. I will try to modify the website repository

Re: [Discuss] Host APISIX docs generated by Docsify

2020-07-17 Thread 聂永
Maybe, you need add the ci action when git tag triggering, then produce the version docs. > 2020年7月17日 15:53,YuanSheng Wang 写道: > > I think that only documents that have been released through Apache, such as > versions 1.3 and 1.4, > can be displayed on the website. > > We can not display the

Re: [Discuss] Host APISIX docs generated by Docsify

2020-07-17 Thread YuanSheng Wang
I think that only documents that have been released through Apache, such as versions 1.3 and 1.4, can be displayed on the website. We can not display the documentation of the "master" branch on the website. On Fri, Jul 17, 2020 at 2:52 PM Nirojan Selvanathan wrote: > Hi Zhiyuan, > > Thank you

Re: [Discuss] Host APISIX docs generated by Docsify

2020-07-16 Thread Nirojan Selvanathan
Hi Zhiyuan, Thank you for the information. I will try to modify the website repository to include the docs folder when deploying the site to GitHub pages. I assume a corn job-based deployment would resolve the continuous deployment problem for now I presume? On Thu, Jul 16, 2020 at 11:02 PM Zhiyu

Re: [Discuss] Host APISIX docs generated by Docsify

2020-07-16 Thread Zhiyuan Ju
Hi, sshniro, It’s a nice document site for me. The apisix.apache.org is auto deployed when any changes pushed to master branch, and all generated files are under the ASF branch, not sure if we could trigger the docs only deployment. We may get some suggestions from Ming :) Nirojan Selvanathan 于

[Discuss] Host APISIX docs generated by Docsify

2020-07-16 Thread Nirojan Selvanathan
Hello All, The docs of APISIX has been recently refactored to autogenerate a webpage by parsing the APISIX markdown files. The following URL shows how it will look like: - https://sshniro.github.io/apisix-docsify/#/ In order make this useful for the community can we h