Skip to content

Commit

Permalink
Rename Magistrala to SuperMQ
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Borovcanin <[email protected]>
  • Loading branch information
dborovcanin committed Nov 26, 2024
1 parent a5dc6e9 commit b3c0e81
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Magistrala
# SuperMQ

[![license][license]](LICENSE)
[build][build]
[![Build](https://github.com/absmach/magistrala-docs/actions/workflows/pages.yaml/badge.svg?branch=main)](https://github.com/absmach/magistrala-docs/actions/workflows/pages.yaml)
[![Build](https://github.com/absmach/supermq-docs/actions/workflows/pages.yaml/badge.svg?branch=main)](https://github.com/absmach/supermq-docs/actions/workflows/pages.yaml)

This repo collects the collaborative work on Magistrala documentation.
The official documentation is hosted at [Magistrala Docs page][docs].
This repo collects the collaborative work on SuperMQ documentation.
The official documentation is hosted at [SuperMQ Docs page][docs].
Documentation is auto-generated from Markdown files in this repo.

[MkDocs](https://www.mkdocs.org/) is used to serve the docs locally with different theming.

> Additional practical information about Magistrala system, news and tutorials can be found on the [Magistrala blog][blog].
> Additional practical information about SuperMQ system, news and tutorials can be found on the [SuperMQ blog][blog].
## Prerequisites

Expand All @@ -25,7 +25,7 @@ pip install mkdocs
Doc repo can be fetched from GitHub:

```bash
git clone [email protected]:/absmach/magistrala-docs.git
git clone [email protected]:/absmach/supermq-docs.git
```

## Usage
Expand All @@ -40,9 +40,9 @@ Then just point the browser to `http://127.0.0.1:8000`.

## Contributing

Thank you for your interest in Magistrala and the desire to contribute!
Thank you for your interest in SuperMQ and the desire to contribute!

1. Take a look at our [open issues](https://github.com/absmach/magistrala-docs/issues). The [good-first-issue](https://github.com/absmach/magistrala-docs/labels/good-first-issue) label is specifically for issues that are great for getting started.
1. Take a look at our [open issues](https://github.com/absmach/supermq-docs/issues). The [good-first-issue](https://github.com/absmach/supermq-docs/labels/good-first-issue) label is specifically for issues that are great for getting started.
2. Check out the [contribution guide](CONTRIBUTING.md) to learn more about our style and conventions.
3. Make your changes compatible with our workflow.

Expand Down

0 comments on commit b3c0e81

Please sign in to comment.