Warring
The content of this page is still in progress and needs some tweaking.
Welcome to the Unicis Source Code Handbook. This guide provides an overview of how we manage our source code across different repositories, both private and public. It covers the structure, guidelines, and best practices for contributing to the Unicis Platform.
Unicis manages two separate sets of repositories:
Our private repositories are used for internal development and contain sensitive, proprietary code. These repositories are not open to the public.
The Business Edition of the Unicis Platform includes enterprise features and custom integrations.
unicis-platform
├── components
├── data
├── hooks
├── lib
└── locales/en
└── models
└── pages
└── prisma
└── public
└── style
└── test/e2e/auth
└── types
Access to this repository is restricted to authorized personnel. Ensure you have the necessary permissions to clone and contribute to this repository.
This repository contains the source code for various applications developed using the Atlassian Forge framework.
unicis-apps
├── app1
├── app2
├── common
└── README.md
This repository hosts the source code for the Unicis website.
website
├── blog
├── docs
├── resources
├── src
├── static
├── versioned_docs
├── versioned_sidebars
This repository hosts the source code for the Unicis handbook.
unicis-handbook
├── archetypes
├── assets
├── content
├── layouts/partials/docs
├── layouts/_gen/assets
├── static
├── themes
Our public repository on GitHub is open for contributions from the community. This repository contains the Community Edition of the Unicis Platform.
The Community Edition is a feature-limited version of the Unicis Platform, designed to be open and extensible.
unicis-platform-ce
├── components
├── data
├── hooks
├── lib
└── locales/en
└── models
└── pages
└── prisma
└── public
└── style
└── test/e2e/auth
└── types
The repository is public and can be accessed by anyone at: Unicis Platform Community Edition.
We welcome contributions from the community. Please follow the guidelines outlined in the Contribution Guide.
By following this handbook, you will be well-equipped to manage and contribute to the Unicis Platform effectively. For any further assistance, please reach out to the DevOps team or consult the provided resources.