Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
GUACAMOLE-747: Merge documentation directing users to example brandin…
Browse files Browse the repository at this point in the history
…g extension.
  • Loading branch information
mike-jumper authored Feb 22, 2021
2 parents 3e64975 + 0a98657 commit 36348d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/chapters/guacamole-ext.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xml:id="guacamole-ext" xmlns="http://docbook.org/ns/docbook"
version="5.0" xml:lang="en" xmlns:xl="http://www.w3.org/1999/xlink"
version="5.0" xml:lang="en" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude">
<title>guacamole-ext</title>
<indexterm>
Expand Down Expand Up @@ -308,6 +308,11 @@
its contents will automatically be inserted directly below the login dialog (the
only element that would match <code>.login-ui .login-dialog</code>) as if they were
part of Guacamole's HTML in the first place.</para>
<para>An example of an extension that modifies style and HTML components for the purpose
of providing custom "branding" of the Guacamole interface can be found in the
<filename>doc/guacamole-branding-example</filename> directory of the guacamole-client
source code, which can be found here: <link
xlink:href="https://github.com/apache/guacamole-client/tree/master/doc/guacamole-branding-example" >https://github.com/apache/guacamole-client/tree/master/doc/guacamole-branding-example</link>.</para>
</section>
</section>
<section xml:id="ext-environment">
Expand Down

0 comments on commit 36348d4

Please sign in to comment.