merge: from branch 'gitbook'

This commit is contained in:
alikia2x (寒寒) 2025-02-11 05:47:26 +08:00
commit 6ebc05c5ca
Signed by: alikia2x
GPG Key ID: 56209E0CCD8420C6
7 changed files with 69 additions and 0 deletions

24
doc/README.md Normal file
View File

@ -0,0 +1,24 @@
---
icon: hand-wave
layout:
title:
visible: true
description:
visible: false
tableOfContents:
visible: false
outline:
visible: false
pagination:
visible: false
---
# Welcome
Welcome to the CVSA Documentation!
This doc contains various information about the CVSA project, including technical architecture, tutorials for visitors, etc.
### Jump right in
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>About CVSA</strong></td><td>Some information you might want to know about.</td><td></td><td></td><td><a href="./">.</a></td></tr><tr><td><strong>Architecture</strong></td><td>The technical details about how CVSA was built.</td><td></td><td></td><td><a href="broken-reference">Broken link</a></td></tr><tr><td><strong>API Doc</strong></td><td>Documentation about APIs provided by CVSA.</td><td></td><td></td><td><a href="broken-reference">Broken link</a></td></tr></tbody></table>

17
doc/SUMMARY.md Normal file
View File

@ -0,0 +1,17 @@
# Table of contents
* [Welcome](README.md)
## About
* [About CVSA Project](about/this-project.md)
* [Scope of Inclusion](about/scope-of-inclusion.md)
## Architecure
* [Overview](architecure/overview.md)
## API Doc
* [Catalog](api-doc/catalog.md)
* [Songs](api-doc/songs.md)

View File

@ -0,0 +1,2 @@
# Scope of Inclusion

View File

@ -0,0 +1,2 @@
# About CVSA Project

4
doc/api-doc/catalog.md Normal file
View File

@ -0,0 +1,4 @@
# Catalog
* [**Songs**](songs.md)

2
doc/api-doc/songs.md Normal file
View File

@ -0,0 +1,2 @@
# Songs

View File

@ -0,0 +1,18 @@
---
icon: globe-pointer
layout:
title:
visible: true
description:
visible: false
tableOfContents:
visible: true
outline:
visible: true
pagination:
visible: true
---
# Overview
Automation is the biggest highlight of CVSA's technical design. To achieve this, we use a message queue powered by [BullMQ](https://bullmq.io/) to concurrently process various tasks in the data collection life cycle.