Skip to content

Commit 3ffbfda

Browse files
committed
fix: add .md extension to administration command links
1 parent 641e5cb commit 3ffbfda

File tree

1 file changed

+16
-16
lines changed
  • docs/en/sql-reference/10-sql-commands/50-administration-cmds

1 file changed

+16
-16
lines changed

docs/en/sql-reference/10-sql-commands/50-administration-cmds/index.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,39 +8,39 @@ This page provides reference information for the system administration commands
88

99
| Command | Description |
1010
|---------|-------------|
11-
| **[SHOW PROCESSLIST](07-show-processlist)** | Display active queries and connections |
12-
| **[SHOW METRICS](08-show-metrics)** | View system performance metrics |
13-
| **[KILL](01-kill)** | Terminate running queries or connections |
14-
| **[RUST BACKTRACE](rust-backtrace)** | Debug Rust stack traces |
11+
| **[SHOW PROCESSLIST](07-show-processlist.md)** | Display active queries and connections |
12+
| **[SHOW METRICS](08-show-metrics.md)** | View system performance metrics |
13+
| **[KILL](01-kill.md)** | Terminate running queries or connections |
14+
| **[RUST BACKTRACE](rust-backtrace.md)** | Debug Rust stack traces |
1515

1616
## Configuration Management
1717

1818
| Command | Description |
1919
|---------|-------------|
20-
| **[SET](02-set-global)** | Set global configuration parameters |
21-
| **[UNSET](02-unset)** | Remove configuration settings |
22-
| **[SET VARIABLE](03-set-var)** | Manage user-defined variables |
23-
| **[SHOW SETTINGS](03-show-settings)** | Display current system settings |
20+
| **[SET](02-set-global.md)** | Set global configuration parameters |
21+
| **[UNSET](02-unset.md)** | Remove configuration settings |
22+
| **[SET VARIABLE](03-set-var.md)** | Manage user-defined variables |
23+
| **[SHOW SETTINGS](03-show-settings.md)** | Display current system settings |
2424

2525
## Function Management
2626

2727
| Command | Description |
2828
|---------|-------------|
29-
| **[SHOW FUNCTIONS](04-show-functions)** | List built-in functions |
30-
| **[SHOW USER FUNCTIONS](05-show-user-functions)** | List user-defined functions |
31-
| **[SHOW TABLE FUNCTIONS](06-show-table-functions)** | List table-valued functions |
29+
| **[SHOW FUNCTIONS](04-show-functions.md)** | List built-in functions |
30+
| **[SHOW USER FUNCTIONS](05-show-user-functions.md)** | List user-defined functions |
31+
| **[SHOW TABLE FUNCTIONS](06-show-table-functions.md)** | List table-valued functions |
3232

3333
## Storage Maintenance
3434

3535
| Command | Description |
3636
|---------|-------------|
37-
| **[VACUUM TABLE](09-vacuum-table)** | Reclaim storage space from tables |
38-
| **[VACUUM DROP TABLE](09-vacuum-drop-table)** | Clean up dropped table data |
39-
| **[VACUUM TEMP FILES](09-vacuum-temp-files)** | Remove temporary files |
40-
| **[SHOW INDEXES](show-indexes)** | Display table indexes |
37+
| **[VACUUM TABLE](09-vacuum-table.md)** | Reclaim storage space from tables |
38+
| **[VACUUM DROP TABLE](09-vacuum-drop-table.md)** | Clean up dropped table data |
39+
| **[VACUUM TEMP FILES](09-vacuum-temp-files.md)** | Remove temporary files |
40+
| **[SHOW INDEXES](show-indexes.md)** | Display table indexes |
4141

4242
## Dynamic Execution
4343

4444
| Command | Description |
4545
|---------|-------------|
46-
| **[EXECUTE IMMEDIATE](execute-immediate)** | Execute dynamically constructed SQL statements |
46+
| **[EXECUTE IMMEDIATE](execute-immediate.md)** | Execute dynamically constructed SQL statements |

0 commit comments

Comments
 (0)