Merge pull request 'docs(tree): sync link/PROJECT_TREE.md' (#42) from chore/sync-link-tree into main

Reviewed-on: #42
This commit is contained in:
2026-07-22 21:27:34 +00:00

View File

@@ -9,36 +9,38 @@ A snapshot of the tracked files in the repository (build output, dependencies, a
git-ignored paths are excluded). git-ignored paths are excluded).
```text ```text
link-main/ link/
── link/ ── .gitea/
├── .gitea/ ├── ISSUE_TEMPLATE/
│ ├── ISSUE_TEMPLATE/ │ ├── bug_report.md
│ │ ├── bug_report.md │ │ ├── config.yaml
│ │ ── config.yaml │ │ ── feature_request.md
── feature_request.md ── scripts/
── workflows/ ── gen_tree.py
│ │ ├── release.yml │ ├── workflows/
│ │ ── sonarqube.yml │ │ ── release.yml
── PULL_REQUEST_TEMPLATE.md ── sonarqube.yml
── sidecar/ │ │ ── sync-project-tree.yml
── src/ ── PULL_REQUEST_TEMPLATE.md
│ │ ├── config.rs ├── sidecar/
│ ├── main.rs │ ├── src/
│ │ ├── rpc.rs │ │ ├── config.rs
│ │ ├── shard.rs │ │ ├── main.rs
│ │ ├── store.rs │ │ ├── rpc.rs
│ │ ── web.rs │ │ ── shard.rs
│ ├── .gitignore │ ├── store.rs
── Cargo.lock ── web.rs
│ ├── Cargo.toml │ ├── .gitignore
│ ├── README.md │ ├── Cargo.lock
── sidecar.toml.example ── Cargo.toml
├── .gitignore ├── README.md
── CODE_OF_CONDUCT.md ── sidecar.toml.example
├── CONTRIBUTING.md ├── .gitignore
├── CONTRIBUTORS.md ├── CODE_OF_CONDUCT.md
├── LICENSE.md ├── CONTRIBUTING.md
├── README.md ├── CONTRIBUTORS.md
├── SECURITY.md ├── LICENSE.md
└── sonar-project.properties ├── README.md
├── SECURITY.md
└── sonar-project.properties
``` ```