Re: [DISCUSS] Branch strategy for dubbo-website

2019-06-17 Thread YunKun Huang
6月17日(周一) 11:35 > 主题: Re: [DISCUSS] Branch strategy for dubbo-website > > > Hi, > > On Mon, Jun 17, 2019 at 11:17 AM YunKun Huang > mailto:hty...@gmail.com>> wrote: > > > > yeah. I mean dubbo 2.x. > > > > but I also have a look at tomcat api doc( >

Re: [DISCUSS] Branch strategy for dubbo-website

2019-06-17 Thread YunKun Huang
Apache Dubbo 2.7.2 > API or Dubbo Framework 2.7.2 API. > 3. Can Deprecated interface be reflected in the screenshot below? > [X] > > 原始邮件 > 发件人: Huxing Zhang > 收件人: dev > 发送时间: 2019年6月17日(周一) 11:35 > 主题: Re: [DISCUSS] Branch strategy for dubbo-website > > >

Re: [DISCUSS] Branch strategy for dubbo-website

2019-06-16 Thread 李 晓杰
Framework 2.7.2 API. 3. Can Deprecated interface be reflected in the screenshot below? [X] 原始邮件 发件人: Huxing Zhang 收件人: dev 发送时间: 2019年6月17日(周一) 11:35 主题: Re: [DISCUSS] Branch strategy for dubbo-website Hi, On Mon, Jun 17, 2019 at 11:17 AM YunKun Huang mailto:hty...@gmail.com>>

Re: [DISCUSS] Branch strategy for dubbo-website

2019-06-16 Thread YunKun Huang
yeah. I mean dubbo 2.x. but I also have a look at tomcat api doc( https://tomcat.apache.org/tomcat-8.5-doc/api/) maybe we can follow similar way. for example, for version 2.7.x, we have 2.7.1 and 2.7.2, we only publish version 2.7.2 under dubbo-2.7-doc folder. On Mon, Jun 17, 2019 at 11:01 AM

Re: [DISCUSS] Branch strategy for dubbo-website

2019-06-16 Thread Huxing Zhang
Hi, On Sat, Jun 15, 2019 at 10:40 AM YunKun Huang wrote: > > hey, > > The branch config change is done. And after two days testing for jenkins > job, I turn off dryrun mode. > > Now all changes to dubbo-website will rebuild by CI, there may has some > delay (changes may apply to website after a

Re: [DISCUSS] Branch strategy for dubbo-website

2019-06-14 Thread YunKun Huang
hey, The branch config change is done. And after two days testing for jenkins job, I turn off dryrun mode. Now all changes to dubbo-website will rebuild by CI, there may has some delay (changes may apply to website after a few hours.). If there is any change you want to made, please submit PR

Re: [DISCUSS] Branch strategy for dubbo-website

2019-06-13 Thread YunKun Huang
Now jenksin job is ready with dryrun mode: https://builds.apache.org/job/Apache%20Dubbo/job/apache-dubbo-website-deployment/64/console I'm going to asking help from Infra team to setup master branch as default branch for dubbo-website. Once branch configuration is done, I will enable jenkins

Re: [DISCUSS] Branch strategy for dubbo-website

2019-06-12 Thread Yuhao Bi
+1 good idea Huxing Zhang 于2019年6月13日周四 上午10:26写道: > Hi, > > On Wed, Jun 12, 2019 at 10:36 PM YunKun Huang wrote: > > > > hey, > > > > I'm working on a jenkins job to automaticlly generate website and push > back > > to git repo. > > > > When I working on it, I noticed the dubbo-website only

Re: [DISCUSS] Branch strategy for dubbo-website

2019-06-12 Thread Huxing Zhang
Hi, On Wed, Jun 12, 2019 at 10:36 PM YunKun Huang wrote: > > hey, > > I'm working on a jenkins job to automaticlly generate website and push back > to git repo. > > When I working on it, I noticed the dubbo-website only has one active > branch named 'asf-site'. > > The website is managed by a

[DISCUSS] Branch strategy for dubbo-website

2019-06-12 Thread YunKun Huang
hey, I'm working on a jenkins job to automaticlly generate website and push back to git repo. When I working on it, I noticed the dubbo-website only has one active branch named 'asf-site'. The website is managed by a tool named 'docsite' which can generate website from source files. Currently