Skip to content

Commit dc16633

Browse files
authored
Merge pull request #47 from InfuseAI/docs/index-page-revision
adjust the entry button and features' headline
2 parents b51a8be + 5486994 commit dc16633

2 files changed

Lines changed: 23 additions & 9 deletions

File tree

docs/content/en/_index.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,48 +12,53 @@ geekdocAnchor: false
1212
<b>ArtiVC (Arti</b>fact <b>V</b>ersion <b>C</b>ontrol<b>) is a handy command-line tool for data versioning on cloud storage.</b> With only one command, it helps you neatly snapshot your data and Switch data between versions. Even better, it seamlessly integrates your existing cloud environment. ArtiVC supports three major cloud providers (AWS S3, Google Cloud Storage, Azure Blob Storage) and the remote filesystem using SSH.
1313
</p>
1414

15+
<span class="gdoc-button gdoc-button--large gdoc-button--entry">
16+
<a href="/usage/getting-started/" class="gdoc-button__link">
17+
<b>Getting Started</b>
18+
</a>
19+
</span>
20+
1521
<--->
1622
[![asciicast](https://asciinema.org/a/6JEhzpJ5QMiSkiC74s5CyT257.svg)](https://asciinema.org/a/6JEhzpJ5QMiSkiC74s5CyT257?autoplay=1)
1723
{{< /columns >}}
1824

19-
{{< button size="large" relref="usage/getting-started/" >}}Getting Started{{< /button >}}
2025

21-
## Feature Overview
26+
# Feature Overview
2227

2328
{{< columns >}}
24-
### Data Versioning
29+
## Data Versioning
2530

2631
Version your data like versioning code. ArtiVC supports commit history, commit message, and version tag. You can diff two commits, and pull data from the specific version.
2732

2833
<--->
2934

30-
### Use your own storage
35+
## Use your own storage
3136

3237
We are used to putting large files in NFS or S3. To use ArtiVC, you can keep putting your files on the same storage without changes.
3338

3439
<--->
3540

36-
### No additional server is required
41+
## No additional server is required
3742

3843
ArtiVC is a CLI tool. No server or gateway is required to install and operate.
3944

4045
{{< /columns >}}
4146

4247
{{< columns >}}
4348

44-
### Multiple backends support
49+
## Multiple backends support
4550

4651
ArtiVC natively supports local filesystem, remote filesystem (by SSH), AWS S3, Google Cloud Storage, and Azure Blob Storage as backend. And 40+ backends are supported through [Rclone](backends/rclone/) integration. [Learn more](backends/)
4752

4853
<--->
4954

50-
### Painless Configuration
55+
## Painless Configuration
5156

5257
No one like to configure. So we leverage the original configuration as much as possible. Use `.ssh/config` for ssh access, and use `aws configure`, `gcloud auth application-default login`, `az login` for the cloud platforms.
5358

5459
<--->
5560

56-
### Efficient storage and transfer
61+
## Efficient storage and transfer
5762

5863
The file structure of the repository is stored and transferred efficiently by [design](design/how-it-works/). It prevents storing duplicated content and minimum the number of files to upload when pushing a new version. [Learn more](design/benchmark/)
5964

docs/static/custom.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,13 @@ img.gdoc-brand__img {
174174

175175
span.gdoc-brand__title {
176176
visibility: hidden;
177-
}
177+
}
178+
179+
span.gdoc-button--entry {
180+
background: var(--header-background);
181+
color: var(--header-font-color)
182+
}
183+
184+
span.gdoc-button--entry:hover {
185+
background: var(--button-background);
186+
}

0 commit comments

Comments
 (0)