27/03/2020 07:49, Jerin Jacob:
> In case if someone interested to know the steps to host DPDK
> documentation for free in netlify.
> 
> 1) Create a DPDK repo with your code(documentation files) in GitHub
> 
> 2) Open https://app.netlify.com/ URL
> 
> 3) Sign in  netlify with GitHub account
> 
> 4) Hosting procedure in netlify:
>          a) Select "New site from git"
>          b) Select the DPDK repo in Github
>          c) Configure the following Build settings and deploy:
>                   i) Repository: < Point to Selected DPDK repo in Github>
>                  ii) Base directory: Not set
>                   iii) Build command: pip install sphinx && pip
> install sphinx_rtd_theme && make doc-api-html && make doc-guides-html
>                   iv) Publish directory: build
> d) Update the "Site details" if needed like Site name. The final site
> will be "your site name".netlify.com/,
> 
> Once it is deployed,
> 
> 1) Guide URL will be at: "your site name".netlify.com/doc/html/guides/
> 
> Example: 
> https://dpdk-graph.netlify.com/doc/html/guides/prog_guide/graph_lib.html
> 
> 2) API doc URL will be at: "your site name".netlify.com/doc/html/api/
> 
> example: https://dpdk-graph.netlify.com/doc/html/api/rte__graph_8h.html

Thanks, that looks convenient and very helpful!



Reply via email to