From a2cc2e28d66914bc2a4dd40a1555557dc6f23c58 Mon Sep 17 00:00:00 2001 From: ossdhaval <343411+ossdhaval@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:29:33 +0530 Subject: [PATCH] fix(docs): rename overview Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com> --- .../{solo-overview.md => solo-getting-started.md} | 6 ++---- mkdocs.yml | 12 ++++++------ 2 files changed, 8 insertions(+), 10 deletions(-) rename docs/solo/{solo-overview.md => solo-getting-started.md} (99%) diff --git a/docs/solo/solo-overview.md b/docs/solo/solo-getting-started.md similarity index 99% rename from docs/solo/solo-overview.md rename to docs/solo/solo-getting-started.md index f0b3e24dc..7826bafd2 100644 --- a/docs/solo/solo-overview.md +++ b/docs/solo/solo-getting-started.md @@ -3,7 +3,8 @@ tags: - solo - Gluu --- -# Overview + +# Getting Started with Gluu Solo Gluu Solo is a cloud-based identity management service designed to provide secure, scalable, and dedicated authentication solutions for businesses. It eliminates the need for complex @@ -12,11 +13,8 @@ business requirements. Curious about features! Check out [Gluu Solo] website for more. -# Getting Started with Gluu Solo - To start using Gluu Solo, sign into Agama Lab. In a few steps, you'll be able to go-live with Gluu Solo: - ```mermaid flowchart TD A(Agama Lab Login) --> B(Subscribe to Solo) diff --git a/mkdocs.yml b/mkdocs.yml index 6d8d79b3d..106a3f3c1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,11 +18,11 @@ plugins: - include-markdown - tags - search - - git-revision-date-localized: - type: timeago - enable_creation_date: true - - git-committers: - repository: GluuFederation/flex + # - git-revision-date-localized: + # type: timeago + # enable_creation_date: true + # - git-committers: + # repository: GluuFederation/flex # Configuration theme: name: material @@ -176,7 +176,7 @@ nav: - PAR and JARM: openbanking/par-jarm.md - 'Solo': - - 'solo/solo-overview.md' + - 'solo/solo-getting-started.md' - Subscription: solo/solo-subscription.md - Cloud Setup: solo/solo-cloud-environment-setup.md \ No newline at end of file