Skip to content

Commit

Permalink
💄 more style tweaks, added a reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
asoji committed Aug 29, 2024
1 parent aa51dcf commit 3645414
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Writerside/cfg/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,12 @@
overflow: unset; /* WE RAN INTO A CHROMIUM BUG AND WORKED AROUND THIS STUPID FUCKER */
}

/* hover card when hovering over links with information */
._card_1uu62mp_6 {
border-radius: 0.5em;
border-color: var(--primary-color-75);
}

/* Footer */
.app__footer {
background-color: var(--primary-color-10);
Expand Down
12 changes: 7 additions & 5 deletions Writerside/topics/Modules-Metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ information about itself.
## Metadata

> Refer to [here](#metadata-changelog) on information about Metadata Versions.
{style="tip"}

`version`
: Config version, **do not EVER** touch unless you know what you're doing.


## Runner

`mainClass`
Expand Down Expand Up @@ -77,6 +81,8 @@ information about itself.

## Metadata Changelog

The metadata at the time of writing is currently not finished, so all versions for now are DRAFT# versions.

**DRAFT1** - Metadata Version: `0`
: Initial implementation
: Implements Metadata table with `version` int field
Expand All @@ -93,8 +99,4 @@ information about itself.
: - `authors` - String array, can accept only 1 string in array

**DRAFT2** - Metadata Version: `0`
: Removed `slashCommandsPackage` due to complications with Reflection library, and now the Modules Loader will scan for classes implementing `Scaffold` instead.

<seealso>
<!--Provide links to related how-to guides, overviews, and tutorials.-->
</seealso>
: Removed `slashCommandsPackage` due to complications with Reflection library, and now the Modules Loader will scan for classes implementing `Scaffold` instead.

0 comments on commit 3645414

Please sign in to comment.