Skip to content

Commit c03a9c5

Browse files
authored
docs: remove redundant blank line (#992)
1 parent bae0c66 commit c03a9c5

6 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/skills/fastexcel-to-fesod/SKILL.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ with deprecation warnings. It is always safe to stop here first and run tests.
6969
In `pom.xml`, find the FastExcel dependency block:
7070

7171
```xml
72-
7372
<dependency>
7473
<groupId>cn.idev.excel</groupId>
7574
<artifactId>fastexcel</artifactId>
@@ -80,7 +79,6 @@ In `pom.xml`, find the FastExcel dependency block:
8079
Replace it with:
8180

8281
```xml
83-
8482
<dependency>
8583
<groupId>org.apache.fesod</groupId>
8684
<artifactId>fesod-sheet</artifactId>
@@ -91,7 +89,6 @@ Replace it with:
9189
Also remove the FastExcel version property if it exists, e.g.:
9290

9391
```xml
94-
9592
<fastexcel.version>1.3.0</fastexcel.version>
9693
```
9794

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ new features in the latest version will enhance your experience.
7777
If you are using Maven for project building, add the following configuration in the `pom.xml` file:
7878

7979
```xml
80-
8180
<dependency>
8281
<groupId>org.apache.fesod</groupId>
8382
<artifactId>fesod-sheet</artifactId>

website/docs/quickstart/guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ available versions in the [Maven Central Repository](https://mvnrepository.com/a
6363
If you are using Maven for project building, add the following configuration in the `pom.xml` file:
6464

6565
```xml
66-
6766
<dependency>
6867
<groupId>org.apache.fesod</groupId>
6968
<artifactId>fesod-sheet</artifactId>

website/docs/sheet/read/spring.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ parse the data.
3737
Ensure the necessary dependencies are included in your pom.xml file:
3838

3939
```xml
40-
4140
<dependency>
4241
<groupId>org.apache.fesod</groupId>
4342
<artifactId>fesod</artifactId>

website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Apache Fesod(Incubating) 使用了以下核心依赖:
4242
如果您使用 Maven 进行项目构建,请在 `pom.xml` 文件中引入以下配置:
4343

4444
```xml
45-
4645
<dependency>
4746
<groupId>org.apache.fesod</groupId>
4847
<artifactId>fesod-sheet</artifactId>

website/i18n/zh-cn/docusaurus-plugin-content-docs/current/sheet/read/spring.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ title: '与 Spring 集成'
1818
确保在 pom.xml 文件中包括必要的依赖项:
1919

2020
```xml
21-
2221
<dependency>
2322
<groupId>org.apache.fesod</groupId>
2423
<artifactId>fesod</artifactId>

0 commit comments

Comments
 (0)