[PATCH v3 6/7] Added link to Getting Started Guide in index.rst
Bruce Richardson
bruce.richardson at intel.com
Fri Nov 3 14:32:53 CET 2023
On Fri, Nov 03, 2023 at 12:01:52AM -0400, David Young wrote:
> ---
> doc/guides/index.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/doc/guides/index.rst b/doc/guides/index.rst
> index 244b99624c..51a47d3a51 100644
> --- a/doc/guides/index.rst
> +++ b/doc/guides/index.rst
> @@ -7,6 +7,7 @@ DPDK documentation
> .. toctree::
> :maxdepth: 1
>
> + getting_started_guide/index
> linux_gsg/index
> freebsd_gsg/index
> windows_gsg/index
Rather than having this as a separte patch, just include this change in
patch 1 of the set, so the GSG doc is getting built from the start. It
allows us to build-check each patch for issues as we apply it.
More information about the dev
mailing list