1- (use)=
2- (getting-started)=
1+ # Connect to cluster
32
4- # Getting Started
5-
6-
7- {#introduction}
8- ## Introduction
3+ :::{include} /_ include/links.md
4+ :::
95
10- Once CrateDB is [ installed and running] ( # install) , you can start to interact
6+ Once CrateDB is {ref} ` installed and running < install> ` , you can start to interact
117with the database for the first time.
128
139
1410{#use-admin-ui}
15- ### The Admin UI
16-
11+ ## Admin UI
12+ :::{div}
1713CrateDB ships with a browser-based administration interface called
18- [ Admin UI] ( inv:crate-admin-ui:*:label#index ) .
14+ [ Admin UI] .
15+ :::
1916It is enabled on each CrateDB node, you can use it to inspect and
2017interact with the whole CrateDB cluster in a number of ways.
2118
@@ -36,28 +33,21 @@ a dedicated user account for accessing the Admin UI. See [](#create-user).
3633
3734
3835{#use-crash}
39- ### The CrateDB Shell
36+ ## CrateDB Shell
4037
4138The CrateDB Shell, called ` crash ` , is an interactive command-line interface
4239(CLI) program for working with CrateDB on your favorite terminal. To learn more
43- about it, please refer to its documentation at [ ] ( inv: crate-crash:*:label# index) .
40+ about it, please refer to its documentation at {ref} ` crate-crash:index ` .
4441
4542![ image] ( https://cratedb.com/docs/crate/crash/en/latest/_images/query.png ) {width=320px}
4643
4744
4845{#use-dive-in}
4946{#use-start-building}
50- ## How to Connect
51- There is a dedicated page which enumerates all the connectivity options.
47+ ## Adapters and drivers
48+ :::{div}
49+ - To learn how to connect to CrateDB using software drivers, see {ref}` connect ` .
5250
53- - {ref}` connect `
54-
55-
56- :::{tip}
57- To learn more about all the details of CrateDB features, operations, and
58- its SQL dialect, please also visit the [ CrateDB Reference Manual] .
51+ - To learn more about all the details of CrateDB features, operations, and
52+ its SQL dialect, please also visit the [ CrateDB Reference Manual] .
5953:::
60-
61-
62- [ CrateDB Cloud ] : inv:cloud:*:label#index
63- [ CrateDB Reference Manual ] : inv:crate-reference:*:label#index
0 commit comments