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

docs: update docs for trg1 #304

Merged
merged 3 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dotnet run

## Known Issues and Limitations

See [Known Knowns](/docs/technical-documentation/known-knowns/known-issues-and-limitations.md).
See [Known Knowns](/docs/admin/known-issues-and-limitations.md).

## Notice for Docker image

Expand Down
20 changes: 20 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Introduction

This repository provides the backend code for the SSI Credential Issuer.

The following table links you to the respective documentations.

| Documentation | Purpose |
| ----------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| [Arc42](architecture/Index.md) | Architecture Documentation for the SSI Credential Issuer. |
| [How to contribute](./admin/dev-process/How%20to%20contribute.md) | Information relevant, if you contribute in the SSI Credential Issuer development. |
| [Administration Guide](admin/Admin_Guide.md) | Information relevant, if you want to use the SSI Credential Issuer application. |
| [API Documentation](api/API_Doc.md) | Information about the endpoints. |

## NOTICE

This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).

- SPDX-License-Identifier: Apache-2.0
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/ssi-credential-issuer
14 changes: 14 additions & 0 deletions docs/admin/Admin_Guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Admin Guide

## Getting started

To start the application refer to the [Installation Guide](../../charts/ssi-credential-issuer/README.md).
It provides information on deployment via helm.

## NOTICE

This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).

- SPDX-License-Identifier: Apache-2.0
- SPDX-FileCopyrightText: 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/ssi-credential-issuer
19 changes: 19 additions & 0 deletions docs/api/API_Doc.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please also mention the API Hub https://eclipse-tractusx.github.io/api-hub/ssi-credential-issuer?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# API Documentation

This document provides information on the endpoints.

## OpenAPI Specifications

There is an [OpenAPI 3.0.1 specification document](./issuer-service.yaml) available.

## Postman

There is a [postman collection](./postman) containing information on how to work with the api.

## NOTICE

This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).

- SPDX-License-Identifier: Apache-2.0
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/ssi-credential-issuer
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Content and Scope
# System Context and Scope

## Business Context

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Whitebox Overall System
# Building Block View

## Summary

Expand Down
15 changes: 15 additions & 0 deletions docs/architecture/08_concepts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Cross-cutting Concepts

## Table of Content

- [Operational concepts](./08_01_operational_concept.md)
- [Developer concepts](./08_02_development_concept.md)
- [Security Concept](./08_03_security_concept.md)

## NOTICE

This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).

- SPDX-License-Identifier: Apache-2.0
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/ssi-credential-issuer
20 changes: 20 additions & 0 deletions docs/architecture/Index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Arc42

This documentation follows the arc42 template to provide a comprehensive overview of the SSI Credential Issuer.

## Table of Content

- [02. Architecture Constraints](./02_architecture_constraints.md)
- [03. Context and Scope](./03_system_scope_and_context.md)
- [04. Solution Strategy](./04_solution_strategy.md)
- [05. Building Block View](./05_building_block_view.md)
- [08. Concepts](./08_concepts.md)
- [10. Quality Requirements](./10_quality_requirements.md)

## NOTICE

This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).

- SPDX-License-Identifier: Apache-2.0
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/ssi-credential-issuer
File renamed without changes.
File renamed without changes.
File renamed without changes.