Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ building should live in ``guides.xml`` in the current working directory.
<?xml version="1.0" encoding="UTF-8" ?>
<guides xmlns="https://www.phpdoc.org/guides"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.phpdoc.org/guides vendor/phpdocumentor/guides-cli/resources/schema/guides.xsd">
xsi:schemaLocation="https://raw.githubusercontent.com/phpDocumentor/guides/main/packages/guides-cli/resources/schema/guides.xsd">

<project title="phpDocumentor Guides"/>

Expand All @@ -38,9 +38,9 @@ you want to use the Bootstrap HTML theme, use this configuration:
<?xml version="1.0" encoding="UTF-8" ?>
<guides xmlns="https://www.phpdoc.org/guides"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.phpdoc.org/guides vendor/phpdocumentor/guides-cli/resources/schema/guides.xsd"
xsi:schemaLocation="https://raw.githubusercontent.com/phpDocumentor/guides/main/packages/guides-cli/resources/schema/guides.xsd"

html-theme="bootstrap"
theme="bootstrap"
>
<extension class="phpDocumentor\Guides\Bootstrap"/>
</guides>
Expand Down