Skip to content

Commit 98a6d98

Browse files
authored
doc(Readme): update readme documentation (#4714)
* chore: 增加证书图片 * doc: 调整文档 * doc: 增加 Readme 文档 * chore: 更新 MeiliSearch 组件
1 parent 70eb2c3 commit 98a6d98

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

BootstrapBlazor.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "configuration", "configurat
6161
EndProject
6262
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniTestSvgIcon", "test\UniTestSvgIcon\UniTestSvgIcon.csproj", "{01DA4687-0973-4CA6-97F5-04E0B8DD1B13}"
6363
EndProject
64+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
65+
ProjectSection(SolutionItems) = preProject
66+
README.md = README.md
67+
README.zh-CN.md = README.zh-CN.md
68+
EndProjectSection
69+
EndProject
6470
Global
6571
GlobalSection(SolutionConfigurationPlatforms) = preSolution
6672
Debug|Any CPU = Debug|Any CPU

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ English | <a href="README.zh-CN.md">中文</a>
1616

1717
---
1818
## .NET Foundation
19-
[<img align="right" src="https://github.com/dotnet-foundation/swag/blob/main/logo/dotnetfoundation_v4.png?raw=true" width="100" />](https://www.dotnetfoundation.org/)
19+
[<img align="right" src="https://github.com/dotnet-foundation/swag/blob/main/logo/dotnetfoundation_v4.png?raw=true" width="68px" />](https://www.dotnetfoundation.org/)
2020
<p>This project is part of the <a href="https://www.dotnetfoundation.org/">.NET Foundation</a> and operates under their <a href="https://www.dotnetfoundation.org/code-of-conduct">code of conduct</a>. </p>
2121

2222
## Features

README.zh-CN.md

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

1818
---
1919
## .NET Foundation
20-
[<img align="right" src="https://github.com/dotnet-foundation/swag/blob/main/logo/dotnetfoundation_v4.png?raw=true" width="100" />](https://www.dotnetfoundation.org/)
20+
[<img align="right" src="https://github.com/dotnet-foundation/swag/blob/main/logo/dotnetfoundation_v4.png?raw=true" width="68px" />](https://www.dotnetfoundation.org/)
2121
<p>该项目属于 <a href="https://www.dotnetfoundation.org/">.NET 基金会</a> ,并根据其 <a href="https://www.dotnetfoundation.org/code-of-conduct">行为准则</a> 运作。</p>
2222

2323
## 项目介绍

src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<PackageReference Include="BootstrapBlazor.Markdown" Version="9.0.0" />
4949
<PackageReference Include="BootstrapBlazor.MaterialDesign" Version="9.0.0" />
5050
<PackageReference Include="BootstrapBlazor.MaterialDesign.Extensions" Version="9.0.0" />
51-
<PackageReference Include="BootstrapBlazor.MeiliSearch" Version="9.0.1-beta01" />
51+
<PackageReference Include="BootstrapBlazor.MeiliSearch" Version="9.0.1-beta05" />
5252
<PackageReference Include="BootstrapBlazor.Mermaid" Version="9.0.1-beta01" />
5353
<PackageReference Include="BootstrapBlazor.Middleware" Version="9.0.0" />
5454
<PackageReference Include="BootstrapBlazor.MindMap" Version="9.0.0" />
1.2 MB
Loading

0 commit comments

Comments
 (0)