File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ Triggers prevent update or deletion of these rows.
6666
6767## Interlink Behavior
6868- Account presence and session ownership are coordinated with periodic ` heartbeat_at ` updates and ` server_id ` attach/detach writes.
69- - GMod account-related signals use player commands:
7069- ` database.players:connected(account, secondaries) `
7170- ` database.players:disconnected(account, secondaries) `
7271- ` database.players:timeset(account, time_seconds) `
Original file line number Diff line number Diff line change 11site_name : Buildstruct Admen
22site_description : Monolithic community system for multi-platform communities.
3+ site_author : BlueShank
4+ repo_url : https://github.com/Buildstruct/bsa-docs
5+ repo_name : BSA Docs
6+ copyright : Copyright © 2026 BlueShank
37docs_dir : docs
48theme :
59 name : material
@@ -109,7 +113,11 @@ markdown_extensions:
109113 - pymdownx.details
110114 - pymdownx.highlight
111115 - pymdownx.inlinehilite
112- - pymdownx.superfences
116+ - pymdownx.superfences :
117+ custom_fences :
118+ - name : mermaid
119+ class : mermaid
120+ format : !!python/name:pymdownx.superfences.fence_code_format
113121 - pymdownx.progressbar
114122 - pymdownx.smartsymbols
115123 - pymdownx.escapeall :
You can’t perform that action at this time.
0 commit comments