Merge pull request #282 from MesaBytes/collapsible-sections

Docs: Enhance readability and declutter README.md
This commit is contained in:
ouwou 2024-04-09 20:20:41 -04:00 committed by GitHub
commit 4618a73df2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,6 +173,9 @@ spam filter's wrath:
### Styling
<details>
<summary>Show all styles</summary>
#### CSS selectors
| Selector | Description |
@ -257,6 +260,8 @@ Used in profile popup:
| `.profile-badges` | Container for badges |
| `.profile-badge` | |
</details>
### Settings
Settings are configured (for now) by editing `abaddon.ini`.
@ -270,6 +275,9 @@ The format is similar to the standard Windows ini format **except**:
This listing is organized by section.
For example, memory_db would be set by adding `memory_db = true` under the line `[discord]`
<details>
<summary>Show all settings</summary>
#### discord
| Setting | Type | Default | Description |
@ -347,3 +355,5 @@ For example, memory_db would be set by adding `memory_db = true` under the line
|------------------|------------------------------------------------------------------------------|
| `ABADDON_NO_FC` | (Windows only) don't use custom font config |
| `ABADDON_CONFIG` | change path of configuration file to use. relative to cwd or can be absolute |
</details>