Skip to content

Commit

Permalink
Update page descriptions and image sources
Browse files Browse the repository at this point in the history
  • Loading branch information
nuztalgia committed Nov 27, 2022
1 parent fa7ecb6 commit afbe1ec
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/api/botstrap.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
description:
The primary point of integration between a Discord bot and the Botstrap library.
---

<!-- prettier-ignore -->
::: botstrap.Botstrap
options:
Expand Down
4 changes: 4 additions & 0 deletions docs/api/cli-colors.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: A model for the colors used by the Botstrap-provided CLI.
---

<!-- prettier-ignore -->
::: botstrap.CliColors
options:
Expand Down
4 changes: 4 additions & 0 deletions docs/api/cli-strings.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: A model for the strings used by the Botstrap-provided CLI.
---

<!-- prettier-ignore -->
::: botstrap.CliStrings
options:
Expand Down
4 changes: 4 additions & 0 deletions docs/api/color.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: A collection of functions that add color to console-printed strings.
---

<!-- prettier-ignore -->
::: botstrap.Color
options:
Expand Down
2 changes: 2 additions & 0 deletions docs/api/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
description:
Detailed documentation, examples, and explanations for the entire Botstrap API.
hide:
- footer
- toc
Expand Down
4 changes: 4 additions & 0 deletions docs/api/option.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: A model for a custom option to add to the Botstrap-provided CLI.
---

<!-- prettier-ignore -->
::: botstrap.Option
options:
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
description:
Secure your Discord bot (or spin up a new one) with just a few simple commands.
hide:
- footer
---
Expand Down
19 changes: 17 additions & 2 deletions docs/images/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Image Sources

## `robot-happy*`

<img align="left" src="./robot-happy-white.png#gh-dark-mode-only"><img align="left" src="./robot-happy-black.png#gh-light-mode-only">
<img alt="A white happy robot, only visible in dark mode." src="./robot-happy-white.png#gh-dark-mode-only" align="left"><img alt="A black happy robot, only visible in light mode." src="./robot-happy-black.png#gh-light-mode-only" align="left">

This adorable happy robot is available from [Material Design Icons] and was originally
created by [@coltonwiscombe]. It is distributed under the [Apache-2.0] license. Huge
Expand All @@ -20,7 +20,7 @@ thanks to the [Pictogrammers] for making these icons free and easily accessible!

## `logo-*.png`

<img align="left" src="./logo-48.png">
<img alt="The Botstrap logo; a happy robot inside a purple circle." src="./logo-48.png" align="left">

The Botstrap logo was created by [@nuztalgia] based on the `robot-happy` icon. It is
also distributed under the [Apache-2.0](/LICENSE) license. Feel free to use it for
Expand All @@ -29,3 +29,18 @@ you do! :purple_heart:

[@nuztalgia]: https://github.com/nuztalgia
[a link back to this repo]: https://github.com/nuztalgia/botstrap

## `social/*.png`

<a href="./social"><img alt="A tiny preview of two Botstrap social cards, both showing illegible white text on a purple background." src="https://user-images.githubusercontent.com/95021853/204147732-cdc08e3e-1c36-4bac-848a-4d347029bbb9.png" align="left"></a>

All of the social cards (a.k.a. social previews) displayed when linking to a page on the
[official Botstrap site] were generated using the [`social`] feature of [Material for
MkDocs], which uses the [MIT] license. Forever grateful to [@squidfunk] for this amazing
framework!

[official botstrap site]: https://botstrap.readthedocs.io/
[`social`]: https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/
[material for mkdocs]: https://squidfunk.github.io/mkdocs-material/
[mit]: https://github.com/squidfunk/mkdocs-material/blob/master/LICENSE
[@squidfunk]: https://github.com/squidfunk
4 changes: 4 additions & 0 deletions docs/internal/argstrap.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Parses command-line args and provides a CLI framework for Discord bots.
---

::: botstrap.internal.Argstrap
options:
heading_level: 1
Expand Down
4 changes: 4 additions & 0 deletions docs/internal/cli-session.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Defines UX state to ensure a consistent look/feel for a Discord bot's CLI.
---

::: botstrap.internal.CliSession
options:
heading_level: 1
Expand Down
2 changes: 2 additions & 0 deletions docs/internal/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
description:
Technical notes and details about classes that aren't part of Botstrap's public API.
hide:
- footer
- toc
Expand Down
4 changes: 4 additions & 0 deletions docs/internal/metadata.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: A collection of utilities related to file, package, and program metadata.
---

::: botstrap.internal.Metadata
options:
heading_level: 1
Expand Down
4 changes: 4 additions & 0 deletions docs/internal/secret.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Manages I/O operations for files that contain sensitive encrypted data.
---

::: botstrap.internal.Secret
options:
heading_level: 1
Expand Down
4 changes: 4 additions & 0 deletions docs/internal/token.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Represents and handles operations for an individual Discord bot token.
---

::: botstrap.internal.Token
options:
heading_level: 1
Expand Down

0 comments on commit afbe1ec

Please sign in to comment.