From a402e07455195d00010e320669f7e1cef4bfe012 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Mon, 15 Jul 2024 13:53:51 +0300 Subject: [PATCH] docs: add/link in CDI device injector to docs. Add/link in documentation for the CDI device injector plugin and helm charts. Signed-off-by: Krisztian Litkey --- docs/deployment/helm/cdi-device-injector.md | 2 ++ docs/deployment/helm/index.md | 1 + docs/index.md | 1 + docs/other/cdi-device-injector.md | 2 ++ docs/other/index.md | 9 +++++++++ 5 files changed, 15 insertions(+) create mode 100644 docs/deployment/helm/cdi-device-injector.md create mode 100644 docs/other/cdi-device-injector.md create mode 100644 docs/other/index.md diff --git a/docs/deployment/helm/cdi-device-injector.md b/docs/deployment/helm/cdi-device-injector.md new file mode 100644 index 000000000..474fc7c71 --- /dev/null +++ b/docs/deployment/helm/cdi-device-injector.md @@ -0,0 +1,2 @@ +```{include} ../../../deployment/helm/cdi-device-injector/README.md +``` diff --git a/docs/deployment/helm/index.md b/docs/deployment/helm/index.md index 59079e745..00c4f2f1b 100644 --- a/docs/deployment/helm/index.md +++ b/docs/deployment/helm/index.md @@ -52,4 +52,5 @@ template.md memory-qos.md memtierd.md sgx-epc.md +cdi-device-injector.md ``` diff --git a/docs/index.md b/docs/index.md index d6e4a7a36..02e8e4581 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,6 +8,7 @@ caption: Contents introduction.md resource-policy/index.rst memory/index.md +other/index.md deployment/index.md contributing.md Project GitHub repository diff --git a/docs/other/cdi-device-injector.md b/docs/other/cdi-device-injector.md new file mode 100644 index 000000000..716082139 --- /dev/null +++ b/docs/other/cdi-device-injector.md @@ -0,0 +1,2 @@ +```{include} ../../cmd/plugins/cdi-device-injector/README.md +``` diff --git a/docs/other/index.md b/docs/other/index.md new file mode 100644 index 000000000..2b09bbf91 --- /dev/null +++ b/docs/other/index.md @@ -0,0 +1,9 @@ +# Other plugins + +```{toctree} +--- +maxdepth: 2 +caption: Contents +--- +cdi-device-injector.md +```