Skip to content

Commit

Permalink
Updated README and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-alghi committed Oct 28, 2021
1 parent f5d0ff6 commit be19b9e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
26 changes: 18 additions & 8 deletions Documentation/Includes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,26 @@
.. ROLES
.. --------------------------------------------------

.. role:: typoscript(code)
.. role:: aspect(emphasis)
.. role:: html(code)
.. role:: js(code)
.. role:: php(code)
.. role:: pn(emphasis)
.. role:: rst(code)
.. role:: sep(strong)
.. role:: typoscript(code)

.. role:: ts(typoscript)
:class: typoscript
.. role:: ts(typoscript)
:class: typoscript

.. role:: php(code)
.. role:: js(code)
.. role:: yaml(code)

.. highlight:: php
.. default-role:: code

.. role:: aspect (emphasis)
.. ---------
.. highlight
.. ---------

.. default-role:: code
.. By default, code blocks are php

.. highlight:: php
2 changes: 1 addition & 1 deletion Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Install extension by
<https://extensions.typo3.org/extension/cookieconsent_plus>`_
and upload by 'Extension Manager'
* Composer
run `composer req davide-alghi/typo3-cookieconsent-plus`
run `composer require davide-alghi/typo3-cookieconsent-plus`
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ project = Cookie Consent Plus
# .................................................................................

release = 0.0.1
version = 0.0.1

# .................................................................................
# ... (recommended) displayed in footer
Expand Down Expand Up @@ -56,7 +57,7 @@ project_contact = [email protected]
project_discussions =

# URL of webpage of your extension (if it has one)
project_home =
project_home = https://github.com/davide-alghi/typo3-cookieconsent-plus

# URL to Issues
project_issues = https://github.com/davide-alghi/typo3-cookieconsent-plus/issues
Expand Down Expand Up @@ -95,4 +96,3 @@ project_repository = https://github.com/davide-alghi/typo3-cookieconsent-pl
# This is required for embedding YouTube videos

# any_name_youtube = sphinxcontrib.youtube

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Cookie Consent Plus adds some new features to Dirk Persky's Cookie Consent exten
|||
| --- | --- |
| Documentation / Manual | |
| TYPO3 extension repository | |
| TYPO3 extension repository | <https://extensions.typo3.org/extension/cookieconsent_plus> |
| Source code | <https://github.com/davide-alghi/typo3-cookieconsent-plus> |
| Issues / Bugs | <https://github.com/davide-alghi/typo3-cookieconsent-plus/issues> |
| Contributions (Pull requests are welcome) | <https://github.com/davide-alghi/typo3-cookieconsent-plus/pulls> |
| Packagist | |
| Packagist | <https://packagist.org/packages/davide-alghi/typo3-cookieconsent-plus> |

## Contact

Expand Down

0 comments on commit be19b9e

Please sign in to comment.