From 2f25033d7bbc922cd01101786f2302567ee4e986 Mon Sep 17 00:00:00 2001 From: Tom H Anderson Date: Tue, 29 Oct 2024 17:41:53 -0600 Subject: [PATCH] Added docs badge to README --- README.md | 1 + docs/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 733a77c..6ebff59 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Laravel Doctrine Extensions [![Build Status](https://github.com/laravel-doctrine/extensions/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/laravel-doctrine/extensions/actions/workflows/continuous-integration.yml?query=branch%3A2.0.x) [![Code coverage](https://codecov.io/gh/laravel-doctrine/extensions/branch/2.0.x/graph/badge.svg?token=hbyGgWHabZ)](https://codecov.io/gh/laravel-doctrine/extensions) [![PHPStan](https://img.shields.io/badge/PHPStan-level%201-brightgreen.svg)](https://img.shields.io/badge/PHPStan-level%201-brightgreen.svg) +[![Documentation](https://readthedocs.org/projects/laravel-doctrine-extensions/badge/?version=latest)](https://laravel-doctrine-extensions.readthedocs.io/en/latest/?badge=latest) [![Packagist downloads](https://img.shields.io/packagist/dm/laravel-doctrine/extensions.svg?style=flat-square)](https://packagist.org/packages/laravel-doctrine/extensions) Behavioral and Query/Type Extensions for Laravel Doctrine diff --git a/docs/conf.py b/docs/conf.py index 00054d2..0d75d0b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,11 +10,11 @@ templates_path = ['_templates'] source_suffix = '.rst' master_doc = 'index' -project = u'Laravel Doctrine ORM Extensions' +project = u'Laravel Doctrine Extensions' copyright = u'2024 laraveldoctrine.org' version = '9' -html_title = "Extensions for Laravel and Doctrine ORM" -html_short_title = "Laravel Doctrine ORM Extensions" +html_title = "Extensions for Laravel and Doctrine" +html_short_title = "Laravel Doctrine Extensions" html_favicon = 'favicon.ico' exclude_patterns = ['_build']