From c23d1d129f095238f0c295de42e0e4865c1f491f Mon Sep 17 00:00:00 2001 From: Ilya Kheifets Date: Wed, 5 Mar 2025 11:24:20 +0100 Subject: [PATCH] docs: remove experimental status for EP Signed-off-by: Ilya Kheifets --- docs/edge_processor.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/edge_processor.md b/docs/edge_processor.md index 13e8177476..f0e5c60a41 100644 --- a/docs/edge_processor.md +++ b/docs/edge_processor.md @@ -1,4 +1,4 @@ -# Edge Processor integration guide (Experimental) +# Edge Processor integration guide ## Intro diff --git a/mkdocs.yml b/mkdocs.yml index 1a864370e2..e7e58f5a71 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -71,7 +71,7 @@ nav: - SC4S Lite (Experimental): - Intro: "lite.md" - Pluggable modules: "pluggable_modules.md" - - Edge Processor (Experimental): "edge_processor.md" + - Edge Processor: "edge_processor.md" - Troubleshooting: - SC4S Startup and Validation: "troubleshooting/troubleshoot_SC4S_server.md" - SC4S Logging and Troubleshooting Resources: "troubleshooting/troubleshoot_resources.md"