Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ran-huang authored Dec 21, 2023
1 parent 7e1d806 commit 4eac59e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion dashboard/dashboard-ops-reverse-proxy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Use TiDB Dashboard behind a Reverse Proxy
aliases: ['/docs/dev/dashboard/dashboard-ops-reverse-proxy/']
summary: TiDB Dashboard can be safely exposed using a reverse proxy. To do this, get the actual TiDB Dashboard address and configure the reverse proxy using either HAProxy or NGINX. You can also customize the path prefix for the TiDB Dashboard service. To enhance security, configure a firewall.
---

# Use TiDB Dashboard behind a Reverse Proxy
Expand Down
1 change: 0 additions & 1 deletion develop/dev-guide-bookshop-schema-design.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Bookshop Example Application
summary: Bookshop is an online bookstore app where you can buy books, rate them, and import table structures and data via TiUP or TiDB Cloud. The tables include books, authors, users, ratings, book_authors, and orders. The database initialization script is also provided.
---

# Bookshop Example Application
Expand Down
1 change: 0 additions & 1 deletion develop/dev-guide-connection-parameters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Connection Pools and Connection Parameters
summary: This document explains how to configure connection pools and parameters for TiDB. It covers connection pool size, probe configuration, and formulas for optimal pool sizing. It also discusses JDBC API usage and MySQL Connector/J parameter configurations for performance optimization.
---

# Connection Pools and Connection Parameters
Expand Down
1 change: 0 additions & 1 deletion develop/dev-guide-playground-gitpod.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Gitpod
summary: Gitpod provides a cloud-based development environment that is automated and pre-configured. It allows you to develop, run, and test code directly in the browser without any local configurations.
---

<!-- markdownlint-disable MD029 -->
Expand Down

0 comments on commit 4eac59e

Please sign in to comment.