Skip to content

Commit 91263eb

Browse files
committed
remove table of contents
1 parent e9e4312 commit 91263eb

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

about-supercharge.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Introduction to Supercharge
22

3+
34
## Philosophy
45
Supercharge is a full-stack Node.js framework. It differs from a typical Node.js “web” framework in ways that it provides much more structure on how to build solid applications. Supercharge comes with a well-conceived application architecture to build scalable, testable, and maintainable apps.
56

service-container.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
# Service Container (IoC Container)
22

33

4-
- [Introduction](#introduction)
5-
- [Resolving Dependencies](#resolving-dependencies)
6-
- [When to Use The Container](#when-to-use-the-container)
7-
- [Binding](#binding)
8-
- [Singleton Bindings](#singleton-bindings)
9-
- [Resolving](#resolving)
10-
11-
12-
134
## Introduction
145
Supercharge uses a service container to manage dependencies. The container allows you to register dependencies and retrieve them when needed. This setup supports dependency injection in your application. Well, dependency injection is a funky term that basically describes “injecting” dependencies into a class (or function).
156

service-providers.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
# Service Providers
22

33

4-
- [Introduction](#introduction)
5-
- [Creating Service Providers](#creating-service-providers)
6-
- [The Register method](#the-register-method)
7-
- [The Boot method](#the-boot-method)
8-
- [Registering Providers](#registering-providers)
9-
10-
11-
124
## Introduction
135
Service providers are essential when bootstrapping your application. The Supercharge framework uses service providers to load core functionalities and your application should use them as well.
146

0 commit comments

Comments
 (0)