From 1c4b8e0ee5385d3ef9c719eef39a1eb6af3f1e3e Mon Sep 17 00:00:00 2001 From: rahulguptajss Date: Thu, 30 Apr 2026 13:46:48 +0530 Subject: [PATCH] doc: remove early access --- README.md | 3 --- docs/overrides/main.html | 7 ------- mkdocs.yml | 2 -- 3 files changed, 12 deletions(-) delete mode 100644 docs/overrides/main.html diff --git a/README.md b/README.md index 77760fc..890cdd3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # What is NetApp ONTAP-MCP? -> [!NOTE] -> NetApp ONTAP-MCP is currently in early access. Please give it a try, and [let us know](SUPPORT.md) how it works for you! - > ONTAP-MCP is NetApp's ONTAP model context protocol server The ONTAP Model Context Protocol (MCP) server provides MCP clients like GitHub Copilot, Claude Desktop, and other large language models (LLMs) access to your NetApp ONTAP storage systems. Create automation tools enabling self-service provisioning and lifecycle management. diff --git a/docs/overrides/main.html b/docs/overrides/main.html deleted file mode 100644 index 8ba0de2..0000000 --- a/docs/overrides/main.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "base.html" %} - -{% block announce %} - -NetApp ONTAP-MCP is currently in early access. Please give it a try, - and let use know how it works for you! -{% endblock %} diff --git a/mkdocs.yml b/mkdocs.yml index 7713775..50e8a37 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,9 +18,7 @@ theme: logo: assets/ontap-mcp.svg favicon: assets/ontap-mcp.svg name: material - custom_dir: docs/overrides features: - - announce.dismiss palette: # Palette toggle for automatic mode - media: "(prefers-color-scheme)"