-
Notifications
You must be signed in to change notification settings - Fork 4
Update dependencies #105
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
Merged
ArneTR
merged 26 commits into
green-coding-solutions:main
from
davidkopp:update-dependencies
Jul 22, 2025
Merged
Update dependencies #105
ArneTR
merged 26 commits into
green-coding-solutions:main
from
davidkopp:update-dependencies
Jul 22, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ArneTR
added a commit
that referenced
this pull request
Jul 22, 2025
* main: (108 commits) Removing unused single.html template and all lead: mentions Using old color scheme Update dependencies (#105) Updated RAPL installation instructions Different Docker installation setups on Windows (#101) Added removal of docker root socket REmoved wrong HUGO notice New client grants Cleanup.py script instead of sh Explanation for mimium sampling frequency for MCP AC provider Added comparing measurements and statistics with expert mode; Added container power estimations Typo Updated NVIDIA documentation Added GPU measurement docs Typos Added explanations for website and ai measurements (#99) Added WOL activation documentation How to start X or wayland by default moved to sampling_rate instead of resolution Added new config options for user and increased image rendering size ...
ArneTR
added a commit
that referenced
this pull request
Jul 22, 2025
* main: (59 commits) Removing unused single.html template and all lead: mentions Using old color scheme Update dependencies (#105) Updated RAPL installation instructions Different Docker installation setups on Windows (#101) Added removal of docker root socket REmoved wrong HUGO notice New client grants Cleanup.py script instead of sh Explanation for mimium sampling frequency for MCP AC provider Added comparing measurements and statistics with expert mode; Added container power estimations Typo Updated NVIDIA documentation Added GPU measurement docs Typos Added explanations for website and ai measurements (#99) Added WOL activation documentation How to start X or wayland by default moved to sampling_rate instead of resolution Added new config options for user and increased image rendering size ...
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Solves #103
It also removes some packages that were unused (if I understood it correctly):
I only tested it locally. I don't know if the changes related to the Cloudflare integrity check are working. I used Claude Code for that part (see the files in
layouts/partials/footer/
).EDIT:
So far I have recognized only one noticeable difference in the usage of the documentation after the updates: The search bar is missing. But there is still the search icon, so I think that's ok.
EDIT 2:
There is one issue left: The
lead
attribute is not taken into account. I have added a customsingle.html
(inlayouts/_default
) but somehow it does not overwrite the one from the theme.