mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 21:17:29 +02:00
#472 add meta keywords to category pages
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
.. meta::
|
||||||
|
:description: a collection of behavioral design patterns along with implementations in PHP8
|
||||||
|
:keywords: design patterns, php, behavioral, best practices
|
||||||
|
|
||||||
`Behavioral`__
|
`Behavioral`__
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
.. meta::
|
||||||
|
:description: a collection of creational design patterns along with implementations in PHP8
|
||||||
|
:keywords: design patterns, php, creational, best practices
|
||||||
|
|
||||||
`Creational`__
|
`Creational`__
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
.. meta::
|
||||||
|
:description: a collection of advanced design patterns along with implementations in PHP8
|
||||||
|
:keywords: design patterns, php, best practices
|
||||||
|
|
||||||
More
|
More
|
||||||
====
|
====
|
||||||
|
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
.. meta::
|
||||||
|
:description: a collection of known design patterns along with implementations in PHP8
|
||||||
|
:keywords: design patterns, php, best practices
|
||||||
|
|
||||||
.. DesignPatternsPHP
|
.. DesignPatternsPHP
|
||||||
|
|
||||||
=================
|
=================
|
||||||
@@ -16,7 +20,7 @@ DesignPatternsPHP
|
|||||||
:target: https://paypal.me/DominikLiebler
|
:target: https://paypal.me/DominikLiebler
|
||||||
:alt: Donate
|
:alt: Donate
|
||||||
|
|
||||||
This is a collection of known `design patterns`_ and some sample code how
|
This is a collection of known design patterns and some sample code how
|
||||||
to implement them in PHP. Every pattern has a small list of examples.
|
to implement them in PHP. Every pattern has a small list of examples.
|
||||||
|
|
||||||
I think the problem with patterns is that often people do know them but
|
I think the problem with patterns is that often people do know them but
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
.. meta::
|
||||||
|
:description: a collection of structural design patterns along with implementations in PHP8
|
||||||
|
:keywords: design patterns, php, structural, best practices
|
||||||
|
|
||||||
`Structural`__
|
`Structural`__
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user