fix the broken links on the home page
This commit is contained in:
parent
2ba9c11413
commit
7df7d75b58
|
@ -3,14 +3,13 @@ title: API Testing
|
|||
---
|
||||
|
||||
{{< blocks/cover title="Welcome to API Testing!" image_anchor="top" height="full" >}}
|
||||
<a class="btn btn-lg btn-primary me-3 mb-4" href="/v0.0.1">
|
||||
<a class="btn btn-lg btn-primary me-3 mb-4" href="{{< relref "/latest" >}}">
|
||||
GET STARTED <i class="fas fa-arrow-alt-circle-right ms-2"></i>
|
||||
</a>
|
||||
<a class="btn btn-lg btn-secondary me-3 mb-4" href="/contributions">
|
||||
<a class="btn btn-lg btn-secondary me-3 mb-4" href="{{< relref "/contributions" >}}">
|
||||
CONTRIBUTING <i class="fa fa-heartbeat ms-2 "></i>
|
||||
</a>
|
||||
<p class="lead mt-5">YAML based API testing tool. interface debug and test tools.</p>
|
||||
<!-- 向下翻页图标 -->
|
||||
{{< blocks/link-down color="white" >}}
|
||||
<p class="lead mt-5">todo add relative content</p>
|
||||
<p class="lead mt-5">Let's improve the code quality together.</p>
|
||||
{{< /blocks/cover >}}
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
+++
|
||||
title = "Welcome to API Testing"
|
||||
linktitle = "Documentation"
|
||||
description = "API Testing Documents"
|
||||
|
||||
[[cascade]]
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
{{% alert title="Note" color="primary" %}}
|
||||
|
||||
This project is under **active** development. Many features are not complete. We would love for you to [Get Involved](/contributions)!
|
||||
|
||||
{{% /alert %}}
|
||||
|
||||
// TBD.
|
||||
|
||||
## Ready to get started?
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "API"
|
||||
description: This section includes APIs of API Testing.
|
||||
weight: 80
|
||||
---
|
|
@ -1,5 +0,0 @@
|
|||
+++
|
||||
title = "API Reference"
|
||||
+++
|
||||
|
||||
// TBD.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Installation"
|
||||
description: This section includes installation related contents of API Testing.
|
||||
weight: 70
|
||||
---
|
|
@ -1,8 +0,0 @@
|
|||
+++
|
||||
title = "Install with Locally"
|
||||
weight = -99
|
||||
+++
|
||||
|
||||
// TBD
|
||||
|
||||
Install API Testing.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Releases"
|
||||
weight: 90
|
||||
description: This section includes Releases of API Testing.
|
||||
---
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
title: "v0.1.0"
|
||||
publishdate: 2022-05-16
|
||||
---
|
||||
|
||||
Date: 2024 06 01
|
||||
|
||||
// TBD
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Tasks"
|
||||
weight: 2
|
||||
description: Learn API Testing hands-on through tasks
|
||||
---
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: "Quickstart"
|
||||
weight: 1
|
||||
description: Get started with API Testing in a few simple steps.
|
||||
---
|
||||
|
||||
// TBD
|
|
@ -3,14 +3,14 @@ title: API Testing
|
|||
---
|
||||
|
||||
{{< blocks/cover title="欢迎访问 API Testing!" image_anchor="top" height="full" >}}
|
||||
<a class="btn btn-lg btn-primary me-3 mb-4" href="/v0.0.1">
|
||||
<a class="btn btn-lg btn-primary me-3 mb-4" href="{{< relref "/latest" >}}">
|
||||
开始使用 <i class="fas fa-arrow-alt-circle-right ms-2"></i>
|
||||
</a>
|
||||
<a class="btn btn-lg btn-secondary me-3 mb-4" href="/contributions">
|
||||
<a class="btn btn-lg btn-secondary me-3 mb-4" href="{{< relref "/contributions" >}}">
|
||||
参与贡献 <i class="fa fa-heartbeat ms-2 "></i>
|
||||
</a>
|
||||
<p class="lead mt-5">开源接口调试 & 测试工具</p>
|
||||
<!-- 向下翻页图标 -->
|
||||
{{< blocks/link-down color="white" >}}
|
||||
<p class="lead mt-5">todo 补充一些关联内容</p>
|
||||
<p class="lead mt-5">让我们一起提高代码质量吧!</p>
|
||||
{{< /blocks/cover >}}
|
||||
|
|
Loading…
Reference in New Issue