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+ :::
5+ :::{include} /_ include/styles.html
6+ :::
97
10- Once CrateDB is [ installed and running] ( # install) , you can start to interact
8+ Once CrateDB is {ref} ` installed and running < install> ` , you can start to interact
119with the database for the first time.
1210
1311
1412{#use-admin-ui}
15- ### The Admin UI
16-
13+ ## Admin UI
14+ :::{div}
1715CrateDB ships with a browser-based administration interface called
18- [ Admin UI] ( inv:crate-admin-ui:*:label#index ) .
16+ [ Admin UI] .
17+ :::
1918It is enabled on each CrateDB node, you can use it to inspect and
2019interact with the whole CrateDB cluster in a number of ways.
2120
@@ -36,28 +35,21 @@ a dedicated user account for accessing the Admin UI. See [](#create-user).
3635
3736
3837{#use-crash}
39- ### The CrateDB Shell
38+ ## CrateDB Shell
4039
4140The CrateDB Shell, called ` crash ` , is an interactive command-line interface
4241(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) .
42+ about it, please refer to its documentation at {ref} ` crate-crash:index ` .
4443
4544![ image] ( https://cratedb.com/docs/crate/crash/en/latest/_images/query.png ) {width=320px}
4645
4746
4847{#use-dive-in}
4948{#use-start-building}
50- ## How to Connect
51- There is a dedicated page which enumerates all the connectivity options.
52-
53- - {ref}` connect `
54-
49+ ## Adapters and drivers
50+ :::{div}
51+ - To learn how to connect to CrateDB using software drivers, see {ref}` connect ` .
5552
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] .
53+ - To learn more about all the details of CrateDB features, operations, and
54+ its SQL dialect, please also visit the [ CrateDB Reference Manual] .
5955:::
60-
61-
62- [ CrateDB Cloud ] : inv:cloud:*:label#index
63- [ CrateDB Reference Manual ] : inv:crate-reference:*:label#index
0 commit comments