Skip to content

Commit 4549776

Browse files
authored
docs: add logos & include in README (#150)
1 parent 46676ee commit 4549776

6 files changed

+769
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FOCA
1+
# ![FOCA_logo][foca-logo]  _Develop Flask microservices quickly!_
22

33
[![License][badge-license]][badge-url-license]
44
[![Build_status][badge-build-status]][badge-url-build-status]
@@ -7,10 +7,6 @@
77
[![GitHub_tag][badge-github-tag]][badge-url-github-tag]
88
[![PyPI_release][badge-pypi]][badge-url-pypi]
99

10-
_Quickly develop Flask microservices!_
11-
12-
## Description
13-
1410
**FOCA** (**F**lask-**O**penAPI-**C**onnexion-**A**rchetype) is an opinionated
1511
archetype that enables fast development of [OpenAPI][res-openapi]-based HTTP
1612
API microservices in [Flask][res-flask], leveraging the excellent
@@ -36,7 +32,6 @@ Check the [API docs][badge-url-docs] for further details.
3632

3733
## Table of Contents
3834

39-
* [Description](#description)
4035
* [Usage](#usage)
4136
* [Configuration](#configuration)
4237
* [Configuring OpenAPI specifications](#configuring-openapi-specifications)
@@ -594,6 +589,7 @@ question etc.
594589
[docs-models-security]: <https://foca.readthedocs.io/en/latest/modules/foca.models.html#foca.models.config.SecurityConfig>
595590
[docs-models-server]: <https://foca.readthedocs.io/en/latest/modules/foca.models.html#foca.models.config.ServerConfig>
596591
[example]: examples/petstore/README.md
592+
[foca-logo]: images/foca_logo_192px.png
597593
[img-hint]: images/hint.svg
598594
[img-logo-banner]: images/logo-banner.svg
599595
[license]: LICENSE

images/foca_favicon.svg

+108
Loading

0 commit comments

Comments
 (0)