From 906ec5a0d0eae9d10881f097a9a4cf92d3a66227 Mon Sep 17 00:00:00 2001 From: Yaron Date: Tue, 26 Nov 2024 14:44:59 +0200 Subject: [PATCH] Merge pull request #1259 from run-ai/saas-updates3 saas-update3 --- docs/home/saas-updates.md | 6 +++--- mkdocs.yml | 2 +- versions.json | 6 ------ 3 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 versions.json diff --git a/docs/home/saas-updates.md b/docs/home/saas-updates.md index ee3ee53ff6..c56e9f6820 100644 --- a/docs/home/saas-updates.md +++ b/docs/home/saas-updates.md @@ -1,4 +1,4 @@ -# What's New for the Run:ai Platform +# What's New for the Run:ai SaaS Platform The release notes are aimed to provide transparency into the latest changes and improvements to Run:ai’s SaaS platform. The updates include new features, optimizations, and fixes aimed at improving performance and user experience. @@ -12,8 +12,8 @@ SaaS features are gradually rolled out to customers over the course of a week to ### Product Enhancements -- The display of the default GPU quota for the default department has been updated. Previously, the GPU quota was shown as \-1. It has now been changed to display as "-" for better clarity. (RUN-22906) -- New permissions have been added for the Application Administrator role, enabling full CRUD (Create, Read, Update, Delete) capabilities for managing applications. (RUN-23441) +- The display of the default GPU quota for the default department has been updated. Previously, the GPU quota was shown as __-1__. It has now been changed to display as "-" for better clarity. +- New permissions have been added for the Application Administrator role, enabling full CRUD (Create, Read, Update, Delete) capabilities for managing applications. ### Resolved Bugs diff --git a/mkdocs.yml b/mkdocs.yml index bdf4ffb960..e0ed14256e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -186,7 +186,7 @@ nav: - 'Overview': 'home/overview.md' - 'System Components' : 'home/components.md' - 'Whats New' : - - 'Updates to the Run:ai Platform' : 'home/saas-updates.md' + - 'Run:ai SaaS Updates' : 'home/saas-updates.md' - 'Version 2.19' : 'home/whats-new-2-19.md' - 'Version 2.18' : 'home/whats-new-2-18.md' - 'Version 2.17' : 'home/whats-new-2-17.md' diff --git a/versions.json b/versions.json deleted file mode 100644 index 808006c8b6..0000000000 --- a/versions.json +++ /dev/null @@ -1,6 +0,0 @@ - -[ - {"version": "master", "title": "2.9-latest", "aliases": ["latest"]}, - {"version": "v2.9", "title": "2.9", "aliases": ["2.9"]} - ] -