ClickHouse/docs/redirects.txt
Ivan Blinkov 3a6d5ad489
WIP on website+docs (#3668)
* CLICKHOUSE-4063: less manual html @ index.md

* CLICKHOUSE-4063: recommend markdown="1" in README.md

* CLICKHOUSE-4003: manually purge custom.css for now

* CLICKHOUSE-4064: expand <details> before any print (including to pdf)

* CLICKHOUSE-3927: rearrange interfaces/formats.md a bit

* CLICKHOUSE-3306: add few http headers

* Remove copy-paste introduced in #3392

* Hopefully better chinese fonts #3392

* get rid of tabs @ custom.css

* Apply comments and patch from #3384

* Add jdbc.md to ToC and some translation, though it still looks badly incomplete

* minor punctuation

* Add some backlinks to official website from mirrors that just blindly take markdown sources

* Do not make fonts extra light

* find . -name '*.md' -type f | xargs -I{} perl -pi -e 's//g' {}

* find . -name '*.md' -type f | xargs -I{} perl -pi -e 's/ sql/g' {}

* Remove outdated stuff from roadmap.md

* Not so light font on front page too

* Refactor Chinese formats.md to match recent changes in other languages

* Update some links on front page

* Remove some outdated comment

* Add twitter link to front page

* More front page links tuning

* Add Amsterdam meetup link

* Smaller font to avoid second line

* Add Amsterdam link to README.md

* Proper docs nav translation

* Back to 300 font-weight except Chinese

* fix docs build

* Update Amsterdam link

* remove symlinks

* more zh punctuation

* apply lost comment by @zhang2014

* Apply comments by @zhang2014 from #3417

* Remove Beijing link

* rm incorrect symlink

* restore content of docs/zh/operations/table_engines/index.md

* CLICKHOUSE-3751: stem terms while searching docs

* CLICKHOUSE-3751: use English stemmer in non-English docs too

* CLICKHOUSE-4135 fix

* Remove past meetup link

* Add blog link to top nav

* Add ContentSquare article link

* Add form link to front page + refactor some texts

* couple markup fixes

* minor

* Introduce basic ODBC driver page in docs

* More verbose 3rd party libs disclaimer

* Put third-party stuff into a separate folder

* Separate third-party stuff in ToC too

* Update links

* Move stuff that is not really (only) a client library into a separate page

* Add clickhouse-hdfs-loader link

* Some introduction for "interfaces" section

* Rewrite tcp.md

* http_interface.md -> http.md

* fix link

* Remove unconvenient error for now

* try to guess anchor instead of failing

* remove symlink

* Remove outdated info from introduction

* remove ru roadmap.md

* replace ru roadmap.md with symlink

* Update roadmap.md

* lost file

* Title case in toc_en.yml

* Sync "Functions" ToC section with en

* Remove reference to pretty old ClickHouse release from docs

* couple lost symlinks in fa
2018-11-27 14:13:59 +03:00

122 lines
7.5 KiB
Plaintext

system_tables.md operations/system_tables.md
system_tables/system.asynchronous_metrics.md operations/system_tables.md
system_tables/system.clusters.md operations/system_tables.md
system_tables/system.columns.md operations/system_tables.md
system_tables/system.databases.md operations/system_tables.md
system_tables/system.dictionaries.md operations/system_tables.md
system_tables/system.events.md operations/system_tables.md
system_tables/system.functions.md operations/system_tables.md
system_tables/system.merges.md operations/system_tables.md
system_tables/system.metrics.md operations/system_tables.md
system_tables/system.numbers.md operations/system_tables.md
system_tables/system.numbers_mt.md operations/system_tables.md
system_tables/system.one.md operations/system_tables.md
system_tables/system.parts.md operations/system_tables.md
system_tables/system.processes.md operations/system_tables.md
system_tables/system.replicas.md operations/system_tables.md
system_tables/system.settings.md operations/system_tables.md
system_tables/system.tables.md operations/system_tables.md
system_tables/system.zookeeper.md operations/system_tables.md
formats/capnproto.md interfaces/formats.md
formats/csv.md interfaces/formats.md
formats/csvwithnames.md interfaces/formats.md
formats.md interfaces/formats.md
formats/json.md interfaces/formats.md
formats/jsoncompact.md interfaces/formats.md
formats/jsoneachrow.md interfaces/formats.md
formats/native.md interfaces/formats.md
formats/null.md interfaces/formats.md
formats/pretty.md interfaces/formats.md
formats/prettycompact.md interfaces/formats.md
formats/prettycompactmonoblock.md interfaces/formats.md
formats/prettynoescapes.md interfaces/formats.md
formats/prettyspace.md interfaces/formats.md
formats/rowbinary.md interfaces/formats.md
formats/tabseparated.md interfaces/formats.md
formats/tabseparatedraw.md interfaces/formats.md
formats/tabseparatedwithnames.md interfaces/formats.md
formats/tabseparatedwithnamesandtypes.md interfaces/formats.md
formats/tskv.md interfaces/formats.md
formats/values.md interfaces/formats.md
formats/vertical.md interfaces/formats.md
formats/verticalraw.md interfaces/formats.md
formats/xml.md interfaces/formats.md
utils/clickhouse-copier.md operations/utils/clickhouse-copier.md
utils/clickhouse-local.md operations/utils/clickhouse-local.md
utils.md operations/utils.md
table_engines.md operations/table_engines.md
table_engines/aggregatingmergetree.md operations/table_engines/aggregatingmergetree.md
table_engines/buffer.md operations/table_engines/buffer.md
table_engines/collapsingmergetree.md operations/table_engines/collapsingmergetree.md
table_engines/custom_partitioning_key.md operations/table_engines/custom_partitioning_key.md
table_engines/dictionary.md operations/table_engines/dictionary.md
table_engines/distributed.md operations/table_engines/distributed.md
table_engines/external_data.md operations/table_engines/external_data.md
table_engines/file.md operations/table_engines/file.md
table_engines/graphitemergetree.md operations/table_engines/graphitemergetree.md
table_engines/index.md operations/table_engines/index.md
table_engines/join.md operations/table_engines/join.md
table_engines/kafka.md operations/table_engines/kafka.md
table_engines/log.md operations/table_engines/log.md
table_engines/materializedview.md operations/table_engines/materializedview.md
table_engines/memory.md operations/table_engines/memory.md
table_engines/merge.md operations/table_engines/merge.md
table_engines/mergetree.md operations/table_engines/mergetree.md
table_engines/mysql.md operations/table_engines/mysql.md
table_engines/null.md operations/table_engines/null.md
table_engines/replacingmergetree.md operations/table_engines/replacingmergetree.md
table_engines/replication.md operations/table_engines/replication.md
table_engines/set.md operations/table_engines/set.md
table_engines/summingmergetree.md operations/table_engines/summingmergetree.md
table_engines/tinylog.md operations/table_engines/tinylog.md
table_engines/view.md operations/table_engines/view.md
agg_functions/combinators.md query_language/agg_functions/combinators.md
agg_functions/index.md query_language/agg_functions/index.md
agg_functions/parametric_functions.md query_language/agg_functions/parametric_functions.md
agg_functions/reference.md query_language/agg_functions/reference.md
dicts/external_dicts.md query_language/dicts/external_dicts.md
dicts/external_dicts_dict.md query_language/dicts/external_dicts_dict.md
dicts/external_dicts_dict_layout.md query_language/dicts/external_dicts_dict_layout.md
dicts/external_dicts_dict_lifetime.md query_language/dicts/external_dicts_dict_lifetime.md
dicts/external_dicts_dict_sources.md query_language/dicts/external_dicts_dict_sources.md
dicts/external_dicts_dict_structure.md query_language/dicts/external_dicts_dict_structure.md
dicts/index.md query_language/dicts/index.md
dicts/internal_dicts.md query_language/dicts/internal_dicts.md
functions/arithmetic_functions.md query_language/functions/arithmetic_functions.md
functions/array_functions.md query_language/functions/array_functions.md
functions/array_join.md query_language/functions/array_join.md
functions/bit_functions.md query_language/functions/bit_functions.md
functions/comparison_functions.md query_language/functions/comparison_functions.md
functions/conditional_functions.md query_language/functions/conditional_functions.md
functions/date_time_functions.md query_language/functions/date_time_functions.md
functions/encoding_functions.md query_language/functions/encoding_functions.md
functions/ext_dict_functions.md query_language/functions/ext_dict_functions.md
functions/hash_functions.md query_language/functions/hash_functions.md
functions/higher_order_functions.md query_language/functions/higher_order_functions.md
functions/in_functions.md query_language/functions/in_functions.md
functions/index.md query_language/functions/index.md
functions/ip_address_functions.md query_language/functions/ip_address_functions.md
functions/json_functions.md query_language/functions/json_functions.md
functions/logical_functions.md query_language/functions/logical_functions.md
functions/math_functions.md query_language/functions/math_functions.md
functions/other_functions.md query_language/functions/other_functions.md
functions/random_functions.md query_language/functions/random_functions.md
functions/rounding_functions.md query_language/functions/rounding_functions.md
functions/splitting_merging_functions.md query_language/functions/splitting_merging_functions.md
functions/string_functions.md query_language/functions/string_functions.md
functions/string_replace_functions.md query_language/functions/string_replace_functions.md
functions/string_search_functions.md query_language/functions/string_search_functions.md
functions/type_conversion_functions.md query_language/functions/type_conversion_functions.md
functions/url_functions.md query_language/functions/url_functions.md
functions/ym_dict_functions.md query_language/functions/ym_dict_functions.md
table_functions/file.md query_language/table_functions/file.md
table_functions/index.md query_language/table_functions/index.md
table_functions/merge.md query_language/table_functions/merge.md
table_functions/numbers.md query_language/table_functions/numbers.md
table_functions/remote.md query_language/table_functions/remote.md
query_language/queries.md query_language.md
introduction/possible_silly_questions.md faq/general.md
interfaces/third-party_client_libraries.md interfaces/third-party/client_libraries.md
interfaces/third-party_gui.md interfaces/third-party/gui.md
interfaces/http_interface.md interfaces/http.md