Skip to content

Commit 10a3894

Browse files
authored
Merge pull request #3664 from ClickHouse/misc_issues
clean up
2 parents 25a5e5b + 5bb005c commit 10a3894

File tree

3 files changed

+3
-82
lines changed

3 files changed

+3
-82
lines changed

.github/workflows/table_of_contents.yml

-79
This file was deleted.

contribute/contrib-writing-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ cd clickhouse-docs # local docs repo
6969

7070
# Below you can choose only ***ONE*** of the two prep commands
7171

72-
# yarn prep-from-master
72+
# yarn copy-clickhouse-repo-docs
7373
# This command will clone master ClickHouse/Clickhouse branch to a temp folder and
7474
# from there it will copy over the relevant docs folders to this folder
7575

76-
yarn prep-from-master
76+
yarn copy-clickhouse-repo-docs
7777

7878
# OR
7979

scripts/translate/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export LC_ALL=C
44
cd ~/git/clickhouse-docs
55
yarn cache clean
66
yarn install
7-
yarn prep-from-master
7+
yarn copy-clickhouse-repo-docs
88
bash scripts/settings/autogenerate-settings.sh
99
cp -r docs/en docs/ja
1010
find docs/ja -type f -exec sed -i '' 's|slug: /en/|slug: /ja/|g' {} \;

0 commit comments

Comments
 (0)