Skip to content

Commit 542809e

Browse files
committed
remove /en
1 parent ebced65 commit 542809e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ You can run a copy of this website locally within a few steps. Some folks find t
9898
#
9999
```
100100

101-
This command will build the documentation site and serve it locally. Once the build has finished, browse the website at [localhost:3000](http://localhost:3000/docs/en/intro).
101+
This command will build the documentation site and serve it locally. Once the build has finished, browse the website at [localhost:3000](http://localhost:3000/docs/intro).
102102

103103
1. To stop the local server, press `ctrl` + `c` in the terminal window.
104104

@@ -114,7 +114,7 @@ Due to the complex structure of this repo, the docs site can take some time to b
114114
115115
#### Redirects
116116
117-
Due to how the local server is built, redirects will not work. For example, visiting `clickhouse.com/docs` on the production site will lead you to `clickhouse.com/docs/en/intro`. However, on a local copy of the site, you will see a 404 page if you try to visit `localhost:8000/docs`.
117+
Due to how the local server is built, redirects will not work. For example, visiting `clickhouse.com/docs` on the production site will lead you to `clickhouse.com/docs/intro`. However, on a local copy of the site, you will see a 404 page if you try to visit `localhost:8000/docs`.
118118
119119
## Contributing
120120

scripts/search/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ Note: exact scores may vary due to constant content changes.
4343
## Issues
4444

4545
1. Some pages are not optimized for retrieval e.g.
46-
a. https://clickhouse.com/docs/en/sql-reference/aggregate-functions/combinators#-if will never return for `countIf`, `sumif`, `multiif`
47-
1. Some pages are hidden e.g. https://clickhouse.com/docs/en/install#from-docker-image - this needs to be separate page.
48-
1. Some pages e.g. https://clickhouse.com/docs/en/sql-reference/statements/alter need headings e.g. `Alter table`
49-
1. https://clickhouse.com/docs/en/optimize/sparse-primary-indexes needs to be optimized for primary key
50-
1. case `when` - https://clickhouse.com/docs/en/sql-reference/functions/conditional-functions needs to be improved. Maybe keywords or a header
51-
1. `has` - https://clickhouse.com/docs/en/sql-reference/functions/array-functions#hasarr-elem tricky
46+
a. https://clickhouse.com/docs/sql-reference/aggregate-functions/combinators#-if will never return for `countIf`, `sumif`, `multiif`
47+
1. Some pages are hidden e.g. https://clickhouse.com/docs/install#from-docker-image - this needs to be separate page.
48+
1. Some pages e.g. https://clickhouse.com/docs/sql-reference/statements/alter need headings e.g. `Alter table`
49+
1. https://clickhouse.com/docs/optimize/sparse-primary-indexes needs to be optimized for primary key
50+
1. case `when` - https://clickhouse.com/docs/sql-reference/functions/conditional-functions needs to be improved. Maybe keywords or a header
51+
1. `has` - https://clickhouse.com/docs/sql-reference/functions/array-functions#hasarr-elem tricky
5252
1. `codec` - we need better content
5353
1. `shard` - need a better page
5454
1. `populate` - we need to have a subheading on the mv page
55-
1. `contains` - https://clickhouse.com/docs/en/sql-reference/functions/string-search-functions needs words
56-
1. `replica` - need more terms on https://clickhouse.com/docs/en/architecture/horizontal-scaling but we need a better page
55+
1. `contains` - https://clickhouse.com/docs/sql-reference/functions/string-search-functions needs words
56+
1. `replica` - need more terms on https://clickhouse.com/docs/architecture/horizontal-scaling but we need a better page
5757

5858

5959
Algolia configs to try:

0 commit comments

Comments
 (0)