Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beginning of Aerie Ecosystem (Extended Universe) Docs #178

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Aerie Documentation

[![Repo Status - Production](https://img.shields.io/badge/Repo_Status-Production-blue)](https://nasa-ammos.github.io/aerie-docs/ecosystem/repositories/repos-introduction/)

The main documentation site for Aerie. If you would like to contribute please see our [contributing guide](./CONTRIBUTING.md).
17 changes: 17 additions & 0 deletions docs/ecosystem/repositories/repos-introduction.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Project Repositories

Repositories within the Aerie project ecosystem are assigned a status (via a badge) to help set user expectations on the maturity and stability of the code within each repository.
These statuses and their definitions are below:

[![Repo Status - Prototype](https://img.shields.io/badge/Repo_Status-Prototype-violet)](https://) - Intended to test out a new concept or design. Not intended as production code. Rapid development with no guaranteed stability and limited testing.

[![Repo Status - Incubating](https://img.shields.io/badge/Repo_Status-Incubating-yellow)](https://) - Early stages of a repo eventually intended for production. Ongoing development with no guaranteed stability and limited testing.

[![Repo Status - Development](https://img.shields.io/badge/Repo_Status-Development-brightgreen)](https://) - Middle stage of a repo working towards production. Active development with some testing and stability, but limited documentation.

[![Repo Status - Production](https://img.shields.io/badge/Repo_Status-Production-blue)](https://) - Established repository with robust testing and documentation. Developers are building new releases, responding to issues, and integrating code contributions while maintaining stability with breaking changes noted in release notes.

[![Repo Status - Not Maintained](https://img.shields.io/badge/Repo_Status-Not_Maintained-red)](https://) - Repository with no active development or maintenance to ensure compatibility with other project repositories. Still may have value to users or developers and could potentially be revived given additional resources or an identified need.

[![Repo Status - Deprecated](https://img.shields.io/badge/Repo_Status-Deprecated-lightgrey)](https://) - Repository that has being phased out of production and no longer recommended for use

10 changes: 10 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,16 @@ const sidebars = {
},
],
},
{
type: 'category',
label: 'Aerie Ecosystem',
link: {
type: 'generated-index',
},
items: [
'ecosystem/repositories/repos-introduction'
],
},
'glossary',
{
label: 'Keyboard Shortcuts',
Expand Down
Loading