@@ -29,8 +29,8 @@ openwisp-controller
29
29
:target: https://pypi.org/project/black/
30
30
:alt: code style: black
31
31
32
- .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/master /docs/controller_demo.gif
33
- :target: https://github.com/openwisp/openwisp-controller/tree/master /docs/controller_demo.gif
32
+ .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/docs /docs/controller_demo.gif
33
+ :target: https://github.com/openwisp/openwisp-controller/tree/docs /docs/controller_demo.gif
34
34
:alt: Feature Highlights
35
35
36
36
------------
@@ -488,7 +488,7 @@ simply rename the templates by prefixing them with numbers, eg:
488
488
Required Templates
489
489
~~~~~~~~~~~~~~~~~~
490
490
491
- .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/master /docs/required-templates.png
491
+ .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/docs /docs/required-templates.png
492
492
:alt: Required template example
493
493
494
494
Required templates are similar to `Default templates <#default-templates >`__
@@ -531,7 +531,7 @@ In the device configuration section you can find a section named
531
531
"Configuration variables" where it is possible to define the configuration
532
532
variables and their values, as shown in the example below:
533
533
534
- .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/master /docs/device-context.png
534
+ .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/docs /docs/device-context.png
535
535
:alt: context
536
536
537
537
Template default values
@@ -552,7 +552,7 @@ These default values will be overridden by the
552
552
The default values of variables can be manipulated from the section
553
553
"configuration variables" in the edit template page:
554
554
555
- .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/master /docs/template-default-values.png
555
+ .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/docs /docs/template-default-values.png
556
556
:alt: default values
557
557
558
558
Global variables
@@ -569,7 +569,7 @@ are automatically managed by the system (eg: when using templates of
569
569
type VPN-client) are displayed in the admin UI as *System Defined Variables *
570
570
in read-only mode.
571
571
572
- .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/master /docs/system-defined-variables.png
572
+ .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/docs /docs/system-defined-variables.png
573
573
:alt: system defined variables
574
574
575
575
Example usage of variables
@@ -655,7 +655,7 @@ Store the content of these files in a secure location.
655
655
2. Save SSH private key in OpenWISP (access credentials)
656
656
########################################################
657
657
658
- .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/master /docs/add-ssh-credentials-private-key.png
658
+ .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/docs /docs/add-ssh-credentials-private-key.png
659
659
:alt: add SSH private key as access credential in OpenWISP
660
660
661
661
From the first page of OpenWISP click on "Access credentials", then click
@@ -674,7 +674,7 @@ The credentials just created will be automatically enabled for all the devices i
674
674
3. Add the public key to your devices
675
675
#####################################
676
676
677
- .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/master /docs/add-authorized-ssh-keys-template.png
677
+ .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/docs /docs/add-authorized-ssh-keys-template.png
678
678
:alt: Add authorized SSH public keys template to OpenWISP (OpenWRT)
679
679
680
680
Now we need to instruct your devices to allow OpenWISP accessing via SSH,
@@ -909,7 +909,7 @@ Device Groups provide the following features:
909
909
information across all groups using `"OPENWISP_CONTROLLER_DEVICE_GROUP_SCHEMA" <#openwisp-controller-device-group-schema >`_
910
910
setting.
911
911
912
- .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/master /docs/device-groups.png
912
+ .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/docs /docs/device-groups.png
913
913
:alt: Device Group example
914
914
915
915
How to setup WireGuard tunnels
@@ -1276,14 +1276,14 @@ REST API Reference
1276
1276
Live documentation
1277
1277
~~~~~~~~~~~~~~~~~~
1278
1278
1279
- .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/master /docs/live-docu-api.png
1279
+ .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/docs /docs/live-docu-api.png
1280
1280
1281
1281
A general live API documentation (following the OpenAPI specification) at ``/api/v1/docs/ ``.
1282
1282
1283
1283
Browsable web interface
1284
1284
~~~~~~~~~~~~~~~~~~~~~~~
1285
1285
1286
- .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/master /docs/browsable-api-ui.png
1286
+ .. image :: https://raw.githubusercontent.com/openwisp/openwisp-controller/docs /docs/browsable-api-ui.png
1287
1287
1288
1288
Additionally, opening any of the endpoints `listed below <#list-of-endpoints >`_
1289
1289
directly in the browser will show the `browsable API interface of Django-REST-Framework
0 commit comments