Skip to content

Commit 37627fe

Browse files
committed
Re: Removing apps with Mongo and Redis from sidebar
1 parent beaeb78 commit 37627fe

14 files changed

+17
-1
lines changed

src/css/custom.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,4 +757,7 @@ textarea {
757757
background-color: #e67643 !important;
758758
}
759759

760-
760+
/* This rule hides any list item in the sidebar that has the class .hidden-sidebar-item */
761+
.hidden-sidebar-item {
762+
display: none !important;
763+
}

versioned_docs/version-3.0.0/quickstart/flask-redis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: flask-redis
33
title: Sample Library App (Flask + Redis)
44
sidebar_label: Flask + Redis
5+
sidebar_class_name: hidden-sidebar-item
56
description: This application is a simple Library API built using Flask and Redis for data storage. It allows you to perform basic CRUD (Create, Read, Update, Delete) operations on Movie records.
67

78
tags:

versioned_docs/version-3.0.0/quickstart/go-gin-redis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: samples-redis
33
title: Sample User Authentication App (Golang)
44
sidebar_label: Gin + Redis
5+
sidebar_class_name: hidden-sidebar-item
56
description: The following sample app showcases how to use Gin framework and the Keploy Platform.
67
tags:
78
- go

versioned_docs/version-3.0.0/quickstart/java-spring-boot-mongo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: java-spring-boot-mongo
33
title: Sample Rest API with Spring-Boot and MongoDB
44
sidebar_label: Potion App (MongoDb)
5+
sidebar_class_name: hidden-sidebar-item
56
description: This CRUD Application is about managing the data of Magical Potions in the Keploy inventory.
67
tags:
78
- java

versioned_docs/version-3.0.0/quickstart/node-express-mongoose.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: samples-nodejs
33
title: NodeJS Sample Application
44
sidebar_label: NodeJS - Express + Mongoose
5+
sidebar_class_name: hidden-sidebar-item
56
description: The following sample app showcases how to use NodeJS framework and the Keploy Platform.
67
tags:
78
- javascript

versioned_docs/version-3.0.0/quickstart/python-flask-mongo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: samples-flask
33
title: Sample Task Creation CRUD App
44
sidebar_label: Flask + Mongo
5+
sidebar_class_name: hidden-sidebar-item
56
description: The following sample app showcases how to use the Flask framework and the Keploy Platform.
67

78
tags:

versioned_docs/version-3.0.0/quickstart/rust-recommendation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: rust-filter
33
title: Sample Rust Apps
44
sidebar_label: Sample Rust Apps
5+
sidebar_class_name: hidden-sidebar-item
56
hide_table_of_contents: true
67
---
78

versioned_docs/version-3.0.0/quickstart/rust-wrap-mongo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: samples-rust-wrap
33
title: Rust Sample Application
44
sidebar_label: Warp + Mongo
5+
sidebar_class_name: hidden-sidebar-item
56
description: The following sample app to test Keploy integration capabilities using Warp HTTP and MongoDb.
67
tags:
78
- Rust

versioned_docs/version-3.0.0/quickstart/sample-rust-crud-mongo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: sample-rust-crud-mongo
33
title: CRUD REST API with MongoDB
44
sidebar_label: Rust + MongoDB (REST)
5+
sidebar_class_name: hidden-sidebar-item
56
description: A sample CRUD REST API application to test Keploy integration capabilities using Rust and MongoDB.
67
tags:
78
- Rust

versioned_docs/version-3.0.0/quickstart/samples-bunjs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: samples-bunjs
33
title: BunJS Sample Application
44
sidebar_label: BunJS + Mongo
5+
sidebar_class_name: hidden-sidebar-item
56
description: The following sample app showcases how to use BunJS framework and the Keploy Platform.
67
tags:
78
- javascript

0 commit comments

Comments
 (0)