47 lines
1.6 KiB
Text
47 lines
1.6 KiB
Text
|
---
|
||
|
title: ScrewFast docs
|
||
|
head:
|
||
|
- tag: title
|
||
|
content: ScrewFast docs
|
||
|
description: Explore ScrewFast's comprehensive documentation for an in-depth look at our premium tools and construction services.
|
||
|
template: splash
|
||
|
editUrl: false
|
||
|
lastUpdated: false
|
||
|
next: false
|
||
|
hero:
|
||
|
title: 文档中心
|
||
|
tagline: 您的集中式工具指南、详细服务文档和项目支持中心。
|
||
|
image:
|
||
|
alt: A ScrewFast's Logo
|
||
|
dark: ../../../images/starlight/screwfast_hero.svg
|
||
|
light: ../../../images/starlight/screwfast_hero_dark.svg
|
||
|
actions:
|
||
|
- text: Get started
|
||
|
icon: right-arrow
|
||
|
variant: primary
|
||
|
link: /zn-cn/guides/getting-started/
|
||
|
- text: View on GitHub
|
||
|
icon: external
|
||
|
link: https://github.com/mearashadowfax/ScrewFast
|
||
|
---
|
||
|
import "../../../styles/starlight_main.css";
|
||
|
import { Card, CardGrid } from '@astrojs/starlight/components';
|
||
|
|
||
|
<CardGrid stagger>
|
||
|
<Card title="快速入门指南" icon="document">
|
||
|
通过我们简明扼要的指南,快速掌握使用技巧,适用于新手和老手用户。
|
||
|
</Card>
|
||
|
|
||
|
<Card title="工具与设备" icon="seti:eslint">
|
||
|
探索 ScrewFast 的全面工具和设备系列。每个子部分提供详细的规格、使用说明和维护技巧。
|
||
|
</Card>
|
||
|
|
||
|
<Card title="施工服务" icon="seti:puppet">
|
||
|
探索 ScrewFast 的全面工具和设备系列。每个子部分提供详细的规格、使用说明和维护技巧。
|
||
|
</Card>
|
||
|
|
||
|
<Card title="高级主题" icon="seti:terraform">
|
||
|
探索 ScrewFast 的全面工具和设备系列。每个子部分提供详细的规格、使用说明和维护技巧。
|
||
|
</Card>
|
||
|
</CardGrid>
|