Skip to content

Commit

Permalink
Merge pull request #78 from TomHAnderson/feature/readme-docs
Browse files Browse the repository at this point in the history
Added docs badge to README
  • Loading branch information
TomHAnderson authored Oct 29, 2024
2 parents 287bf22 + 2f25033 commit 9a16acc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 9a16acc

Please sign in to comment.