Skip to content

Commit e7caee8

Browse files
committed
Assign copyright notice under Apache 2.0
1 parent 46c0e66 commit e7caee8

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

docs/database/bsa_accounts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)`

mkdocs.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
site_name: Buildstruct Admen
22
site_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
37
docs_dir: docs
48
theme:
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:

0 commit comments

Comments
 (0)