docs: rewrite structure and humanize GitBook docs

This commit is contained in:
bohd4nx
2026-05-21 16:36:13 +03:00
commit 81247b3d36
26 changed files with 1013 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
name: Docs Branch Check
on:
push:
branches: [docs]
pull_request:
branches: [docs]
jobs:
docs-tree:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Ensure docs structure exists
run: |
test -f docs/README.md
test -f docs/SUMMARY.md
test -d docs/getting-started
test -d docs/client
test -d docs/reference
test -d docs/advanced