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

https://github.com/dedevsclub/devspace-hub


https://github.com/dedevsclub/devspace-hub

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# DevSpace Hub
A directory of DevSpace sites worldwide. This repository serves as a centralized registry for all DevSpace instances.

## Quick Add Your Site

[![Add Site](https://img.shields.io/badge/-Click%20to%20Add%20Site-blue?style=for-the-badge&logo=github)](https://github.com/dedevsclub/devspace-hub/new/main/sites?filename=my-site.yml&value=title%3A%20%22Your%20Site%20Name%22%0Aurl%3A%20%22https%3A%2F%2Fyour-site-domain%22%0Atags%3A%20%0A%20%20-%20english%20%20%20%20%23%20main%20language%0A%20%20-%20blog%20%20%20%20%20%20%20%23%20site%20type%0Acreated_at%3A%20%222024-01-14%22%20%20%23%20creation%20date)

Click the button above to add your site and submit a PR.

## Data Format

Site Configuration Format:

```yaml
title: "Site Name"
url: "https://example.devspace.club"
tags:
- english # language tag
- blog # site type
created_at: "YYYY-MM-DD"
```

## Manual Steps

1. Fork this repository
2. Create a new yml file in the `sites` directory
3. Submit a Pull Request