Skip to content

Commit 7c9ce85

Browse files
committed
Content Issues Fixed
1 parent 38fffa1 commit 7c9ce85

File tree

3 files changed

+23
-42
lines changed

3 files changed

+23
-42
lines changed

config/_default/menus/menus.en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
[[main]]
3232
name = "Docs"
33-
url = "/docs/guides/instalation/"
33+
url = "/docs/getting-started/installation/"
3434
# url = "/docs/1.0/prologue/introduction/"
3535
weight = 10
3636

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Instalation"
2+
title: "Installation"
33
description: "Guides lead a user through a specific task they want to accomplish, often with a sequence of steps."
44
summary: ""
55
date: 2023-09-07T16:04:48+02:00
@@ -18,35 +18,27 @@ seo:
1818
noindex: false # false (default) or true
1919
---
2020

21-
SQLComponents can be added as a build plugin. Also we need to add JDBC driver. for example if we need to work with postgres database we should add
21+
SQLComponents can be added as a build plugin. Also we need to add JDBC driver. for example if we need to work with postgres database we should add below under `build > plugins`
2222

2323
```xml
24-
<build>
25-
<plugins>
26-
---
27-
<plugin>
28-
<groupId>org.sqlcomponents</groupId>
29-
<artifactId>maven-plugin</artifactId>
30-
<version>1.0-SNAPSHOT</version>
31-
<executions>
32-
<execution>
33-
<phase>generate-sources</phase>
34-
<goals>
35-
<goal>generated-sources</goal>
36-
</goals>
37-
</execution>
38-
</executions>
39-
<dependencies>
40-
<dependency>
41-
<groupId>org.postgresql</groupId>
42-
<artifactId>postgresql</artifactId>
43-
<version>${postgresql.version}</version>
44-
</dependency>
45-
46-
</dependencies>
47-
</plugin>
48-
---
49-
</plugins>
50-
</build>
51-
24+
<plugin>
25+
<groupId>org.sqlcomponents</groupId>
26+
<artifactId>maven-plugin</artifactId>
27+
<version>1.0-SNAPSHOT</version>
28+
<executions>
29+
<execution>
30+
<phase>generate-sources</phase>
31+
<goals>
32+
<goal>generated-sources</goal>
33+
</goals>
34+
</execution>
35+
</executions>
36+
<dependencies>
37+
<dependency>
38+
<groupId>org.postgresql</groupId>
39+
<artifactId>postgresql</artifactId>
40+
<version>${postgresql.version}</version>
41+
</dependency>
42+
</dependencies>
43+
</plugin>
5244
```

hugo_stats.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"anchor",
6767
"bg-dark",
6868
"bg-dots",
69-
"bg-info",
7069
"bg-light",
7170
"blog",
7271
"blog-header",
@@ -127,11 +126,6 @@
127126
"form-control-lg",
128127
"frame",
129128
"fs-5",
130-
"fs-6",
131-
"g-col-5",
132-
"g-col-lg-5",
133-
"gap-3",
134-
"grid",
135129
"h-auto",
136130
"h3",
137131
"h4",
@@ -164,7 +158,6 @@
164158
"list-unstyled",
165159
"list-view",
166160
"m-2",
167-
"m-3",
168161
"mb-0",
169162
"me-2",
170163
"me-auto",
@@ -219,7 +212,6 @@
219212
"query-no-results",
220213
"reading-time",
221214
"rounded",
222-
"rounded-pill",
223215
"row",
224216
"search-form",
225217
"search-input",
@@ -251,8 +243,6 @@
251243
"text-muted",
252244
"text-nowrap",
253245
"text-reset",
254-
"text-uppercase",
255-
"text-white",
256246
"title",
257247
"title-submitted",
258248
"toc-mobile",
@@ -289,7 +279,6 @@
289279
"introduce-support-for-geo-location-data-types-allowing-the-handling-and-processing-of-spatial-data-directly-within-the-framework",
290280
"key-differences",
291281
"offcanvasNavMain",
292-
"offcanvasNavMainLabel",
293282
"offcanvasNavSection",
294283
"offcanvasNavSectionLabel",
295284
"query",

0 commit comments

Comments
 (0)