Skip to content

Commit 5eb1225

Browse files
authored
Merge pull request ClickHouse#79961 from ClickHouse/Blargian-patch-14
Docs: rename slug for `system.error_log` doc
2 parents 89b7423 + 7844b3b commit 5eb1225

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ci/jobs/docs_job.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
Result.from_commands_run(
7878
name=testname,
7979
command=[
80-
"yarn build-api-doc",
8180
"yarn build-swagger",
8281
"export DOCUSAURUS_IGNORE_SSG_WARNINGS=true && yarn build-docs",
8382
],

docs/en/operations/system-tables/error_log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: 'System table containing the history of error values from table `system.errors`,
33
periodically flushed to disk.'
44
keywords: ['system table', 'error_log']
5-
slug: /operations/system-tables/error_log
5+
slug: /operations/system-tables/system-error-log
66
title: 'system.error_log'
77
---
88

0 commit comments

Comments
 (0)