-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add: custom styling - yellow - duck - stolen header from overextended docs * chore: md formatting
- Loading branch information
Showing
16 changed files
with
236 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import '../style.css' | ||
|
||
// This default export is required in a new `pages/_app.js` file. | ||
export default function MyApp({ Component, pageProps }) { | ||
return <Component {...pageProps} /> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
# Frequently Asked Questions | ||
|
||
## What are the differences between Qb and Qbox? | ||
|
||
While originally forked from Qb, many Qbox resources have been refactored to improve code quality, enhance security, lower performance overhead, and integrate with [overextended](https://overextended.dev) resources. | ||
Where appropriate Qbox also integrates directly with other open source projects, rather than maintain subpar resources in-house. | ||
Qbox maintains high quality standards, with a strong community of regular contributors. As time goes on, expect greater differences in player facing features. | ||
Qbox maintains high quality standards, with a strong community of regular contributors. As time goes on, expect greater differences in player facing features. | ||
|
||
## Will Qb compatible scripts work with Qbox? | ||
|
||
Most will as we've attempted to maintain backwards compatibility wherever possible. However, some scripts may require slight modifications to be compatible with Qbox. | ||
|
||
## When will Qbox get a stable release? | ||
|
||
Expect individual resources to get versioned releases over the coming months as they get stabilized and tested. | ||
|
||
## Who should use Qbox? | ||
Qbox is still effectively in an open beta. Users interested in contributing or helping to test and report bugs who don't need a stable framework should use Qbox. | ||
|
||
Qbox is still effectively in an open beta. Users interested in contributing or helping to test and report bugs who don't need a stable framework should use Qbox. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Core | ||
|
||
This is the main resource, the framework itself. | ||
This is the main resource, the framework itself. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.