Skip to content

Commit

Permalink
[DOC] configuration.rst
Browse files Browse the repository at this point in the history
* fix broken xsd uri
* change not allowed html-theme to theme
  • Loading branch information
kaystrobach authored Jan 22, 2024
1 parent 91c5377 commit e9ce77c
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit e9ce77c

Please sign in to comment.