Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge staging into master #618

Merged
merged 38 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
787e87b
Introduce phpdoc guides builder
jaapio Jul 12, 2024
a252812
Replace post processing
jaapio Aug 16, 2024
620f05b
Add custom code rendering
jaapio Aug 16, 2024
801a75b
Add improved sidebar handling
jaapio Aug 16, 2024
8342466
Fix code blocks, menu and header links
jaapio Aug 20, 2024
3c15f34
Fix style issues
jaapio Aug 20, 2024
d544ef5
Cleanup code
jaapio Aug 20, 2024
49da8db
Revert wrong config change
jaapio Aug 21, 2024
017d252
Remove guides-code as it is not used right now.
jaapio Aug 21, 2024
456878e
Remove all rst parser related code
jaapio Aug 21, 2024
792e73c
Add new static website generator
jaapio Aug 21, 2024
971020a
Fix doc style
jaapio Aug 23, 2024
d5a3cc6
Use guides to build search index
jaapio Sep 17, 2024
08e4916
Bump guides
jaapio Sep 17, 2024
4ff3848
Fix issue with tables in doctrine1 docs
jaapio Sep 18, 2024
2e2ec87
Fix test with new rendering
jaapio Sep 18, 2024
0e6b6cd
Link of asset may change
jaapio Sep 18, 2024
750eef0
Add phpstan types for arrays
jaapio Sep 20, 2024
670b052
Improve test assert
jaapio Sep 20, 2024
ca5caea
Remove nunomaduro/mock-final-classes
jaapio Sep 20, 2024
46391cc
Cleanup copier code
jaapio Sep 20, 2024
6ef0be6
Improve menu handling
jaapio Sep 20, 2024
1315f59
Move theme configuration to compilerpass
jaapio Sep 20, 2024
557eae8
Merge pull request #594 from jaapio/phpdoc-guides
SenseException Sep 21, 2024
ea15e4d
Do only move document level menu nodes
jaapio Sep 23, 2024
e8dfa96
Small tweaks in templates
jaapio Sep 23, 2024
0f3745f
Merge pull request #612 from jaapio/feedback-fixes
SenseException Sep 24, 2024
45fc3fa
Fix section author markup
jaapio Sep 24, 2024
f56c22f
Full wildcard match on default menu
jaapio Sep 24, 2024
7b5c856
Upgrade phpdoc/guides
jaapio Sep 25, 2024
f818db4
Merge pull request #613 from jaapio/fix/section-author
SenseException Sep 25, 2024
688f7c0
Merge pull request #616 from jaapio/fix/menu-titles
SenseException Sep 25, 2024
43a97a6
Merge pull request #615 from jaapio/fix/default-menu
SenseException Sep 25, 2024
6791599
Replace logger with monolog
jaapio Sep 24, 2024
2ca4437
Merge pull request #614 from jaapio/feature/psr-logger
SenseException Sep 25, 2024
6908eec
Improve menu generation
jaapio Sep 25, 2024
fc64ef7
Merge pull request #617 from jaapio/fix/glob-menu
greg0ire Sep 26, 2024
b88261b
Merge remote-tracking branch 'origin/staging'
greg0ire Sep 27, 2024
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
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
"doctrine/dbal": "^4.0",
"doctrine/inflector": "^2.0",
"doctrine/orm": "^3.2",
"doctrine/rst-parser": "^0.5",
"doctrine/static-website-generator": "^2.1",
"erusev/parsedown": "^1.7",
"knplabs/github-api": "^3.9",
"monolog/monolog": "^3.7",
"php-http/guzzle7-adapter": "^1.0",
"phpdocumentor/guides": "^1.4",
"phpdocumentor/guides-restructured-text": "^1.4",
"scrivo/highlight.php": "^9.18",
"symfony/cache": "^6.4",
"symfony/config": "^6.4",
Expand All @@ -35,7 +37,6 @@
"require-dev": {
"doctrine/coding-standard": "^12.0",
"mikey179/vfsstream": "^1.6",
"nunomaduro/mock-final-classes": "^1.2",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpstan/phpstan-phpunit": "^1.4",
Expand Down
Loading
Loading