Skip to content

Commit

Permalink
Switch to PHP-based documentation rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatansteller committed Jul 31, 2024
1 parent 28559f9 commit 6164b52
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 27 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:

Expand All @@ -15,7 +18,7 @@ jobs:
uses: actions/configure-pages@v4
id: pages
- name: Render documentation
uses: TYPO3-Documentation/gh-render-action@0.1.0
uses: TYPO3-Documentation/gh-render-action@main
id: rendering
- name: Add index file
run: |
Expand Down
26 changes: 0 additions & 26 deletions Documentation/Settings.cfg

This file was deleted.

27 changes: 27 additions & 0 deletions Documentation/guides.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?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"
links-are-relative="true"
default-code-language="php"
>
<extension
class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
project-home="https://extensions.typo3.org/extension/qad"
project-contact="mailto:jonatan.steller@adwmainz.de"
project-repository="https://github.com/digicademy/qad"
project-issues="https://github.com/digicademy/qad/issues"
project-discussions="https://github.com/digicademy/qad/discussions"
edit-on-github-branch="main"
edit-on-github="digicademy/qad"
typo3-core-preferred="stable"
interlink-shortcode="digicademy/qad"
/>
<project
title="QAD"
version="0.1"
release="0.1.0"
copyright="since 2023 by Jonatan Jalle Steller and QAD contributors"
/>
</guides>

0 comments on commit 6164b52

Please sign in to comment.