Skip to content

Commit

Permalink
Merge pull request #547 from odidev/mongoose
Browse files Browse the repository at this point in the history
Add GitBook and Mongoose files
  • Loading branch information
zachlasiuk authored Dec 2, 2024
2 parents f686538 + 7426ea0 commit 7b40439
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions content/opensource_packages/gitbook.md
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.

---

31 changes: 31 additions & 0 deletions content/opensource_packages/mongoose.md
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).

---

0 comments on commit 7b40439

Please sign in to comment.