Skip to content

Commit

Permalink
Merge pull request #282 from MesaBytes/collapsible-sections
Browse files Browse the repository at this point in the history
Docs: Enhance readability and declutter README.md
  • Loading branch information
ouwou authored Apr 10, 2024
2 parents 72b6c3a + 8944586 commit 4618a73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ spam filter's wrath:
### Styling
<details>
<summary>Show all styles</summary>
#### CSS selectors
| Selector | Description |
Expand Down Expand Up @@ -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`.
Expand All @@ -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 |
Expand Down Expand Up @@ -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>

0 comments on commit 4618a73

Please sign in to comment.