Skip to content

Commit 2092bc0

Browse files
committed
docs: fix note blockquote in readme
1 parent ba51380 commit 2092bc0

File tree

15 files changed

+34
-34
lines changed

15 files changed

+34
-34
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ the databases.
7878

7979
## Disclaimer
8080

81-
> **Note**
81+
> [!IMPORTANT]
8282
> ***Localhost Databases*** is not affiliated with the databases'
8383
developers/owners and is not an official product.
8484

Diff for: databases/cassandra/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ watching [Fireship YouTube channel](https://www.youtube.com/@Fireship).
3535

3636
## Disclaimer
3737

38-
> **Note**
38+
> [!IMPORTANT]
3939
> ***Localhost Databases*** is not affiliated with the databases'
4040
developers/owners and is not an official product.
4141

@@ -129,7 +129,7 @@ NETWORK_NAME="local_dbs_network"
129129
DB_VOLUME_DATA_NAME="${DB_CONTAINER_NAME}_data"
130130
```
131131

132-
> **Note**
132+
> [!NOTE]
133133
> You are unable to create additional users via the Cassandra Docker image
134134
environment variables.
135135

@@ -183,7 +183,7 @@ USER="cassandra"
183183
PASSWORD="cassandra"
184184
```
185185

186-
> **Note**
186+
> [!TIP]
187187
> The `cassandra` user is the system administrator account on the Cassandra
188188
Server instance that's created during setup.
189189

Diff for: databases/cockroachdb/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ standard SQL for cloud applications.
2929

3030
## Disclaimer
3131

32-
> **Note**
32+
> [!IMPORTANT]
3333
> ***Localhost Databases*** is not affiliated with the databases'
3434
developers/owners and is not an official product.
3535

@@ -175,7 +175,7 @@ PORT="${DB_PORT}"
175175
USER="root"
176176
```
177177

178-
> **Note**
178+
> [!TIP]
179179
> The CockroachDB root user does not have a password.
180180
181181
##### Expected result

Diff for: databases/couchdb/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ as its query language using MapReduce, and HTTP for an API.
3131

3232
## Disclaimer
3333

34-
> **Note**
34+
> [!IMPORTANT]
3535
> ***Localhost Databases*** is not affiliated with the databases'
3636
developers/owners and is not an official product.
3737

Diff for: databases/dynamodb/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DynamoDB web service.
3232

3333
## Disclaimer
3434

35-
> **Note**
35+
> [!IMPORTANT]
3636
> ***Localhost Databases*** is not affiliated with the databases'
3737
developers/owners and is not an official product.
3838

@@ -165,7 +165,7 @@ $ docker compose down
165165

166166
#### 4. **Connect to Database**
167167

168-
> **Note**
168+
> [!NOTE]
169169
> TablePlus currently doesn't support DynamoDB. You can use NoSQL Workbench.
170170
171171
To connect to your DynamoDB container from your database client, you will

Diff for: databases/edgedb/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ query engine.
3030

3131
## Disclaimer
3232

33-
> **Note**
33+
> [!IMPORTANT]
3434
> ***Localhost Databases*** is not affiliated with the databases'
3535
developers/owners and is not an official product.
3636

@@ -130,7 +130,7 @@ DB_VOLUME_DATA_NAME="${DB_CONTAINER_NAME}_data"
130130
DB_VOLUME_SCHEMA_NAME="${DB_CONTAINER_NAME}_schema"
131131
```
132132

133-
> **Note**
133+
> [!TIP]
134134
> EdgeDB root username is `edgedb`.
135135
136136
For a list of available environment variables that the EdgeDB Docker image

Diff for: databases/mariadb/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ relational databases. It's made by the original developers of MySQL.
2929

3030
## Disclaimer
3131

32-
> **Note**
32+
> [!IMPORTANT]
3333
> ***Localhost Databases*** is not affiliated with the databases'
3434
developers/owners and is not an official product.
3535

@@ -133,7 +133,7 @@ NETWORK_NAME="local_dbs_network"
133133
DB_VOLUME_DATA_NAME="${DB_CONTAINER_NAME}_data"
134134
```
135135

136-
> **Note**
136+
> [!TIP]
137137
> MariaDB allows root's password to be empty.
138138
139139
For a list of available environment variables that the MariaDB Docker image

Diff for: databases/mongodb/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ watching [Fireship YouTube channel](https://www.youtube.com/@Fireship).
3333

3434
## Disclaimer
3535

36-
> **Note**
36+
> [!IMPORTANT]
3737
> ***Localhost Databases*** is not affiliated with the databases'
3838
developers/owners and is not an official product.
3939

@@ -137,7 +137,7 @@ DB_VOLUME_CONFIG_NAME="${DB_CONTAINER_NAME}_config"
137137
DB_VOLUME_DATA_NAME="${DB_CONTAINER_NAME}_data"
138138
```
139139

140-
> **Note**
140+
> [!NOTE]
141141
> You are unable to create additional users via the MongoDB
142142
Docker image environment variables. The Mongo username and password environment
143143
variables in the DotEnv are for the root user.

Diff for: databases/mssql/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
[Microsoft SQL Server (MSSQL)](https://www.microsoft.com/en-gb/sql-server/) is a
2828
relational database management system developed by Microsoft.
2929

30-
> **Note**
30+
> [!WARNING]
3131
> : MSSQL is not support on Apple Silicon. There is an open
3232
[GitHub issue](https://github.com/microsoft/mssql-docker/issues/734).
3333

3434
## Disclaimer
3535

36-
> **Note**
36+
> [!IMPORTANT]
3737
> ***Localhost Databases*** is not affiliated with the databases'
3838
developers/owners and is not an official product.
3939

@@ -133,7 +133,7 @@ NETWORK_NAME="local_dbs_network"
133133
DB_VOLUME_DATA_NAME="${DB_CONTAINER_NAME}_data"
134134
```
135135

136-
> **Note**
136+
> [!NOTE]
137137
> The MSSQL password needs to include at least 8 characters of
138138
at least three of these four categories: uppercase letters, lowercase letters,
139139
numbers and non-alphanumeric symbols.
@@ -192,7 +192,7 @@ USER="sa"
192192
PASSWORD="${DB_ROOT_PASSWORD}"
193193
```
194194

195-
> **Note**
195+
> [!TIP]
196196
> The `SA` user is the system administrator account on the MSSQL Server instance
197197
that's created during setup.
198198

Diff for: databases/mysql/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ relational database management system (RDBMS).
2929

3030
## Disclaimer
3131

32-
> **Note**
32+
> [!IMPORTANT]
3333
> ***Localhost Databases*** is not affiliated with the databases'
3434
developers/owners and is not an official product.
3535

@@ -133,7 +133,7 @@ NETWORK_NAME="local_dbs_network"
133133
DB_VOLUME_DATA_NAME="${DB_CONTAINER_NAME}_data"
134134
```
135135

136-
> **Note**
136+
> [!NOTE]
137137
> MySQL allows root's password to be empty.
138138
139139
For a list of available environment variables that the MySQL Docker image

Diff for: databases/neo4j/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ watching [Fireship YouTube channel](https://www.youtube.com/@Fireship).
3333

3434
## Disclaimer
3535

36-
> **Note**
36+
> [!IMPORTANT]
3737
> ***Localhost Databases*** is not affiliated with the databases'
3838
developers/owners and is not an official product.
3939

Diff for: databases/pgsql/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ and SQL compliance.
3030

3131
## Disclaimer
3232

33-
> **Note**
33+
> [!IMPORTANT]
3434
> ***Localhost Databases*** is not affiliated with the databases'
3535
developers/owners and is not an official product.
3636

Diff for: databases/redis/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ watching [Fireship YouTube channel](https://www.youtube.com/@Fireship).
3333

3434
## Disclaimer
3535

36-
> **Note**
36+
> [!IMPORTANT]
3737
> ***Localhost Databases*** is not affiliated with the databases'
3838
developers/owners and is not an official product.
3939

@@ -127,7 +127,7 @@ NETWORK_NAME="local_dbs_network"
127127
DB_VOLUME_DATA_NAME="${DB_CONTAINER_NAME}_data"
128128
```
129129

130-
> **Note**
130+
> [!NOTE]
131131
> The Redis Docker image doesn't offer additional environment variables.
132132
133133
#### 2. **Start Docker container**

Diff for: databases/surrealdb/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ watching [Fireship YouTube channel](https://www.youtube.com/@Fireship).
3232

3333
## Disclaimer
3434

35-
> **Note**
35+
> [!IMPORTANT]
3636
> ***Localhost Databases*** is not affiliated with the databases'
3737
developers/owners and is not an official product.
3838

@@ -130,7 +130,7 @@ NETWORK_NAME="local_dbs_network"
130130
DB_VOLUME_DATA_NAME="${DB_CONTAINER_NAME}_data"
131131
```
132132

133-
> **Note**
133+
> [!NOTE]
134134
> The SurrealDB Docker image doesn't offer additional environment variables.
135135
136136
#### 2. **Start Docker container**
@@ -172,7 +172,7 @@ $ docker compose down
172172

173173
#### 4. **Connect to Database**
174174

175-
> **Note**
175+
> [!NOTE]
176176
> TablePlus currently doesn't support SurrealDB. You can use Postman to run queries on SurrealDB.
177177
178178
To connect to your SurrealDB container from you HTTP request, you will need to

Diff for: databases/yugabytedb/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
database for global, internet-scale apps that need absolute data correctness.
2929
It aims to support all PostgreSQL features.
3030

31-
> **Note**
31+
> [!TIP]
3232
> YugabyteDB supports PostgreSQL and Cassandra authentication and connection.
3333
3434

3535
## Disclaimer
3636

37-
> **Note**
37+
> [!IMPORTANT]
3838
> ***Localhost Databases*** is not affiliated with the databases'
3939
developers/owners and is not an official product.
4040

@@ -137,12 +137,12 @@ NETWORK_NAME="local_dbs_network"
137137
DB_VOLUME_DATA_NAME="${DB_CONTAINER_NAME}_data"
138138
```
139139

140-
> **Note**
140+
> [!NOTE]
141141
> The YugabyteDB Docker image doesn't offer additional environment variables.
142142
You are unable to create additional users via the YugabyteDB Docker image
143143
environment variables.
144144

145-
> **Note**
145+
> [!WARNING]
146146
> MacOS Monterey enables AirPlay receiving by default, which listens on port
147147
7000. This conflicts with YugabyteDB default YB-Master port.
148148

@@ -208,7 +208,7 @@ USER="yugabyte"
208208
PASSWORD="yugabyte"
209209
```
210210

211-
> **Note**
211+
> [!NOTE]
212212
> The `yugabyte` user is the system administrator account on the YugabyteDB
213213
Server instance that's created during setup.
214214

@@ -240,7 +240,7 @@ USER="cassandra"
240240
PASSWORD="cassandra"
241241
```
242242

243-
> **Note**
243+
> [!NOTE]
244244
> The `cassandra` user is the system administrator account on the YugabyteDB
245245
Server instance that's created during setup.
246246

0 commit comments

Comments
 (0)