An open API service indexing awesome lists of open source software.

https://github.com/techtales-io/backstage-docs

backstage documentation
https://github.com/techtales-io/backstage-docs

backstage documentation techtales

Last synced: 5 months ago
JSON representation

backstage documentation

Awesome Lists containing this project

README

          

[![pre-commit][pre-commit-shield]][pre-commit-url]
[![taskfile][taskfile-shield]][taskfile-url]

# Project

Short project description


📑 Table of Contents


  1. Structure

  2. Code-Style


  3. Getting Started


  4. Configuration

  5. Contribution

  6. Known Issues


## Structure

```console
.
├── README.md # this document
└── Taskfile.yaml
```

## Code-Style

## Getting Started

### Prerequisites

- [pre-commit][pre-commit]

### Initialize repository

pre-commit framework needs to get initialized.

```console
pre-commit install
```

## Configuration

## Contribution

## Known Issues

[pre-commit]: https://pre-commit.com/

[pre-commit-shield]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
[pre-commit-url]: https://github.com/pre-commit/pre-commit
[taskfile-shield]: https://img.shields.io/badge/taskfile-enabled-brightgreen?logo=task
[taskfile-url]: https://taskfile.dev/