diff --git a/README.md b/README.md index c968fa786..f376ac5eb 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![codecov](https://codecov.io/gh/workfloworchestrator/orchestrator-core/branch/main/graph/badge.svg?token=5ANQFI2DHS)](https://codecov.io/gh/workfloworchestrator/orchestrator-core) [![pypi_version](https://img.shields.io/pypi/v/orchestrator-core?color=%2334D058&label=pypi%20package)](https://pypi.org/project/orchestrator-core) [![Supported python versions](https://img.shields.io/pypi/pyversions/orchestrator-core.svg?color=%2334D058)](https://pypi.org/project/orchestrator-core) +![Discord](https://img.shields.io/discord/1295834294270558280?style=flat&logo=discord&label=discord&link=https%3A%2F%2Fdiscord.gg%2FKNgF6gE8) +

Production ready Orchestration Framework to manage product lifecycle and workflows. Easy to use, Built on top of FastAPI

diff --git a/docs/index.md b/docs/index.md index cdc50ce26..5f00902d9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,6 +15,10 @@ hide: Pypi + + Discord + +



diff --git a/mkdocs.yml b/mkdocs.yml index 4f2490921..afd27886f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,6 +31,7 @@ theme: - content.code.copy - content.code.annotate - content.tooltips + - header.autohide plugins: - external-markdown - search @@ -63,6 +64,10 @@ plugins: copyright: Copyright © 2018 - 2024 Workflow Orchestrator Programme extra: generator: false + social: + - icon: fontawesome/brands/discord + link: https://discord.gg/KNgF6gE8 + name: WFO on Discord! repo_name: workfloworchestrator/orchestrator-core repo_url: https://github.com/workfloworchestrator/orchestrator-core edit_uri: edit/main/docs/