-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding docs plugins * Adding plugins and fixing order
- Loading branch information
Showing
5 changed files
with
68 additions
and
3 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
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,3 @@ | ||
# Releases | ||
|
||
## ::github-release-changelog djpugh/nskit |
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,56 @@ | ||
# Software Bill of Materials | ||
|
||
``nskit`` is licensed under the [MIT License](license.md). | ||
|
||
The dependencies for ``nskit`` are: | ||
|
||
## Runtime Dependencies | ||
|
||
These are the dependencies used for running ``nskit``: | ||
|
||
### ::licenseinfo | ||
|
||
### Extras: | ||
|
||
#### Github | ||
##### ::licenseinfo | ||
using: PEP631:github | ||
diff: PEP631 | ||
|
||
#### Azure Devops | ||
##### ::licenseinfo | ||
using: PEP631:azure_devops | ||
diff: PEP631 | ||
|
||
## Development Dependencies | ||
|
||
These are dependencies used for development (e.g. testing, linting etc.) of ``nskit``: | ||
|
||
### ::licenseinfo | ||
using: PEP631:dev | ||
diff: PEP631 | ||
|
||
### Test Dependencies | ||
#### ::licenseinfo | ||
using: PEP631:dev;dev-test | ||
diff: PEP631:dev | ||
|
||
### Lint Dependencies | ||
#### ::licenseinfo | ||
using: PEP631:dev;dev-lint | ||
diff: PEP631:dev | ||
|
||
### Security Dependencies | ||
#### ::licenseinfo | ||
using: PEP631:dev;dev-security | ||
diff: PEP631:dev | ||
|
||
### Docs Dependencies | ||
#### ::licenseinfo | ||
using: PEP631:dev;dev-docs | ||
diff: PEP631:dev | ||
|
||
### Build Dependencies | ||
#### ::licenseinfo | ||
using: PEP631:dev;dev-build | ||
diff: PEP631:dev |
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