Skip to content

Commit

Permalink
Add TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Mar 21, 2024
1 parent feffe3c commit 3e1c24b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/concepts/snowboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ parent: Concepts
nav_order: 1
---

# The Snowboard instance
# The Snowboard instance {: .no_toc }

The central instance in any Snowboard-built application.
{: .fs-6 .fw-300 }

<details open markdown="block">
<summary>
Table of contents
</summary>
{: .text-delta }
- TOC
{:toc}
</details>

The Snowboard instance is the main instance used in any application built using the Snowboard framework. It can be thought of as a [container](https://en.wikipedia.org/wiki/Containerization_(computing)) - an isolated environment in which plugins and functionality are loaded and executed in a given scope.

Expand Down

0 comments on commit 3e1c24b

Please sign in to comment.