-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #547 from odidev/mongoose
Add GitBook and Mongoose files
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 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,31 @@ | ||
--- | ||
name: GitBook | ||
category: Content mgmt platforms | ||
description: GitBook is a versatile content management platform designed for creating, managing, and publishing documentation, guides, and knowledge bases. | ||
download_url: https://github.com/GitbookIO/gitbook.git | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: | ||
release_date: 2024/11/05 (Main branch) | ||
|
||
|
||
optional_info: | ||
homepage_url: https://www.gitbook.com/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://docs.gitbook.com/ | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Since there are no releases or tags present, build and test was directly done via latest main branch. | ||
|
||
--- | ||
|
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,31 @@ | ||
--- | ||
name: Mongoose | ||
category: Databases - noSQL | ||
description: Mongoose is an open-source Object Data Modeling (ODM) library for MongoDB, developed under the MIT license. It is designed for Node.js applications and provides a structured way to interact with MongoDB databases. | ||
download_url: https://github.com/Automattic/mongoose/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 8.4.1 | ||
release_date: 2024/05/31 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://github.com/Automattic/mongoose | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: https://community.arm.com/management/archive/cn/b/blog/posts/mongoose | ||
partner_content: | ||
official_docs: https://mongoosejs.com/docs/index.html | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Linux/ARM64 release notes are not available. Installation and testing are done via the tar archive (https://github.com/Automattic/mongoose/releases/tag/8.4.1). | ||
|
||
--- | ||
|