Generalize links

This commit is contained in:
cytopia
2018-07-26 09:37:30 +02:00
parent ddc23aafd8
commit dcbff8c44a
18 changed files with 227 additions and 124 deletions

View File

@ -52,7 +52,7 @@ Configuration
**1. Install php-debug for Atom**
.. seealso:: `php-debug <https://atom.io/packages/php-debug>`_
.. seealso:: |ext_lnk_xdebug_ide_atom_php_debug|
**2. Configure path mapping in config.cson or ui**

View File

@ -54,7 +54,7 @@ Configuration
Use Sublime's Package Control to search for and install ``Xdebug Client``.
.. seealso:: `Xdebug Client <https://github.com/martomo/SublimeTextXdebug>`_
.. seealso:: |ext_lnk_xdebug_ide_sublime_xdebug_client|
**2. Configure Xdebug.sublime-settings**

View File

@ -53,7 +53,7 @@ Configuration
**1. Install vscode-php-debug**
.. seealso:: `vscode-php-debug <https://github.com/felixfbecker/vscode-php-debug>`_
.. seealso:: |ext_lnk_xdebug_ide_vscode_php_debug|
**2. Configure launch.json**

View File

@ -29,7 +29,7 @@ Consider the following ``xdebug.ini`` as an example:
xdebug.idekey="PHPSTORM"
xdebug.remote_log=/var/log/php/xdebug.log
.. seealso:: https://xdebug.org/docs/all_settings
.. seealso:: |ext_lnk_xdebug_settings|
default_enable
--------------
@ -59,9 +59,9 @@ this setting unchanged.
remote_autostart
----------------
Normally you need to use a specific HTTP GET/POST variable to start remote debugging (see
`Remote Debugging <https://xdebug.org/docs/remote#browser_session>`_). When this setting is set to
``1``, Xdebug will always attempt to start a remote debugging session and try to connect to a client,
even if the GET/POST/COOKIE variable was not present.
|ext_lnk_xdebug_remote_debugging|). When this setting is set to ``1``, Xdebug will always attempt
to start a remote debugging session and try to connect to a client, even if the GET/POST/COOKIE
variable was not present.
idekey
------

View File

@ -1,3 +1,5 @@
.. include:: /_includes/all.rst
.. _setup_valid_https:
*****************
@ -30,8 +32,8 @@ Certificate Authority
---------------------
When the Devilbox starts up for the first time, it will generate a
`Certificate Authority <https://en.wikipedia.org/wiki/Certificate_authority>`_ and will store its
public and private key in ``./ca/`` within the Devilbox git directory.
|ext_lnk_ssl_certificate_authority| and will store its public and private key in ``./ca/`` within
the Devilbox git directory.
The keys are only generated if they don't exist and kept permanently if you don't delete them
manually, i.e. they are not overwritten.
@ -67,7 +69,7 @@ Import the CA into your browser
Importing the CA into the browser is also recommended and required for the Devilbox
intranet page to work properly.
You may also import the CA into your Operating System's Keystore. Information on that
is available at `GFI Root Certificate guide <https://manuals.gfi.com/en/kerio/connect/content/server-configuration/ssl-certificates/adding-trusted-root-certificates-to-the-server-1605.html>`_
is available at |ext_lnk_ssl_gfi_root_cert_guide|.
Chrome / Chromium
-----------------