Kyle Gospodnetich
def05a92e7
chore(docs): Add basic CSS theme
2024-08-28 17:30:33 -07:00
Kyle Gospodnetich
208d5bef84
chore: Remove non-applicable changelog entry
2024-08-28 16:55:29 -07:00
github-actions[bot]
9a8a67d3c5
chore(main): Update Steam BBCode Changelog ( #1379 )
...
Co-authored-by: KyleGospo <10704358+KyleGospo@users.noreply.github.com>
2024-08-28 16:23:12 -07:00
Kyle Gospodnetich
9c02d6a100
chore: Restore Konsole desktop file change, dependencies need additional changes
2024-08-28 16:20:47 -07:00
Kyle Gospodnetich
1eceab9f45
chore: Undo konsole5 change, unneeded
2024-08-28 16:17:50 -07:00
Kyle Gospodnetich
52122dc7de
chore: Update changelog file
2024-08-28 16:16:38 -07:00
Kyle Gospodnetich
cf6f436072
Merge branch 'main' into testing
2024-08-28 16:14:45 -07:00
github-actions[bot]
781fc13a1a
chore(main): release 3.7.0 ( #1374 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-28 16:04:19 -07:00
Kyle Gospodnetich
1678bd3744
chore(kde): Use Breeze theme by default in Ptyxis
2024-08-28 15:56:43 -07:00
Kyle Gospodnetich
16013f5f1b
chore: Remove konsole5 and increase size of Ptyxis to match Konsole
2024-08-28 15:54:44 -07:00
Zeglius
0e18978fe1
feat(docs): Replace mdbook with mkdocs workflow ( #1548 )
...
* feat: add mdbook docs
* chore: add several articles to docs
* docs: add documentation at surface level
Using Discourse urls as fallback for missing content for now
docs: add missing image files
* docs: Add missing chapter emojis
docs: Add missing warning in Advanced docs in summary
docs: add missing waydroid guide
docs: rename files to avoid spaces
docs: fix badly set docs build params
docs: remove unnecesary placeholders
* docs: Realocate 'Gaming' section under 'General'
* docs: Add 'Introduction' section
This section contains a table of contents of the documentation
* docs: Add unstable documentation warning
* docs: Add missing github url
docs: add missing symlink to resources
* docs: Add discourse scrapper utility
* docs: minor discourse scrapper docs changes
* docs: Add youtube embeding preprocessor
* minor reformat for youtube-embed
* docs: Add mdbook preprocessor template
* docs: add format-author preprocessor
* docs: add git lib to mdbook toolset
* docs: Always fetch the highest quality image by fetch_discourse_md
* docs: fix youtube-embed ignoring new line requirement
* docs: Add documentation transcription guide
* docs: Missing url in transcription guide
* docs: Remove YAML header from doc guide
* docs: Minor tweaks to transcription guide
* docs: Add utilities preprocessor module
docs: Move debug preprocessor util to utils
* docs: tweak debug function
* docs: Add 'replace-urls' preprocessor
* chore: Move mappings parameter in replace-urls preprocessor
* docs: add ignore field to replace-urls
* docs: add Mdbook python types
* docs: Add ignore field to replace-urls
Now we can exclude files from being processed with blob patterns
* chore(ci): add deploy_docs
* chore(ci): Add dynamic edit url template to deploy_docs
* chore(ci): Add html.site-url to deploy_docs
* chore(readme): Use relative paths for repo_content
* chore(ci): Add README to included paths for deploy_docs
* chore(ci): Disable deploy_docs
* chore(ci): Use main in deploy_docs.on.push.branches
* docs: Rephrase unstable docs warning
* chore(ci): Exclude docs from triggering build workflow
* chore(ci): Enable deploy_docs
* fix(docs): Remove unnecessary imports in preprocessors
* docs: Move unstable docs warning to index.hbs
* docs: Add page metadata inclusion with fetch_discourse_md.py
* docs: Move fetch_discourse_md.py to docs/utils
* docs: Add 'fetched_at' metadata field in fetch_discourse_md.py
* docs: Update fetch_discourse_md.py to format metadata in json
* Revert "chore(readme): Use relative paths for repo_content"
This reverts commit 6a781c6596
.
* docs: Replace include with an url to repo README
* ci(docs): Add multilanguage doc build support
* docs: add Justfile utility
* docs: update Justfile utility
* ci(docs): Add stricter workflow trigger to deploy_docs
* docs: add 'preview_translation' to Justfile
* docs: add documentation translation guide
* ci(docs): Add mdbook cache
* ci(docs): Add i18n-report
* ci(docs): tweak deploy_docs workflow triggers
* ci(docs): remove unnecessary slash at build.yml
* ci(docs): remove unnecessary slash at deploy_docs.yml
* ci(docs): add docs/book.toml to deploy_docs trigger
* ci(docs): Add schedule trigger
* ci(docs): add github-pages cleaning
* ci(docs): Exclude docs from generate_changelog
* docs: Add dependencies installation script
* ci(docs): Add mdbook pdf build
* docs: Tweak Justfile to support pdf generation
* Revert "docs: Always fetch the highest quality image by fetch_discourse_md"
This reverts commit 74130ee1fe
.
* ci(docs): Exclude deploy_docs.yml from cache-mdbook keys
* docs: Add 'mdbook_build' to Justfile
* docs: Add 'mdbook_serve' to Justfile
* docs: Add debug flag to fetch_discourse_md
* docs: Automate discourse documentation scrapping
* docs: Add flock to fetch_discourse_md
* docs: Add translation file generation with Justfile
* docs: Prefix url replacements with site-url in replace-urls.py preprocessor
* docs: Add installation guides
docs: Replace print button
* Revert "docs: Prefix url replacements with site-url in replace-urls.py preprocessor"
This reverts commit a685de4dce
.
* Reapply "docs: Prefix url replacements with site-url in replace-urls.py preprocessor"
This reverts commit 777d8055ea
.
* docs: fix replace-urls.py
* docs: fix fetch_discourse_md.py hitting discourse ip_10_secs_limit
* ci(docs): Remove duplicate '/' in build translation step
* ci(docs): Update actions/cache
* ci(docs): Reduce deploy_docs schedule timespan between triggers
* docs: update install-deps.sh
* docs: Update Advanced docs
* docs: Add favicon
* docs: Reword unstable documentation warning
* docs: Change default theme to 'navy'
* ci(docs): Move permisions to job scope
* docs: refactor fetch_discourse_md.py
Now it will export the function 'fetch', which other python scripts can
use
* docs: Add mkdocs skeleton
* docs: Add cmdrun hook
* ci(docs): Migrade deploy_docs to use mkdocs
* chore: remove mdbook leftover files
* docs: add support for markdown emojies
* docs: add support for i18n translations to mkdocs
* docs: add resource prefetching
* docs: enable navigation indexes in toc
* docs: add unstable documentation warning
* docs: normalize toc
docs: Add markdown magiclinks
* docs: remove unnecesary extensions
* ci(docs): Separate docs build into its own action
* ci(docs): fix build docs action
* ci(docs): Add default parameters to build_mkdocs action
* ci(docs): Clean up leftover mdbook files
* docs: remove leftover mkdocs-print-site-plugin
* chore: add mkdocs offline documentation
* docs: fix list indentation
* ci(docs): Add github links to mkdocs
* ci(docs): Add github authors to mkdocs
* docs: Update documentation guide and scripts to mkdocs
* docs: Add cache capabilities to cmdrun hook
* docs: Enable instant loading
docs: Enable toc in sidebar
* docs: Update summary and add more posts
* docs: Add mkdocs-material social plugin
* docs: Disable instant loading
* docs: Fix section url
* docs: Fix fetch_discourse not fetching images properly
* docs: Disable warning for using absolute links
* docs: Add url replacement hook
* docs: Restore 'General' section
* docs: Remove aditional languages for now
* docs: Add missing page titles
* docs: move and rename index.md to docs/src/Handheld_and_HTPC_edition/Steam_Gaming_Mode.md
* docs: remove leftover Bazzite_resources.md
* docs: Add time fallback to git-revision-date
* docs: Add navigation tabs
* docs: Clear cmdrun cache with Justfile
* docs: Add missing dual-boot guide url
* docs: Change to a shorter section name for handheld and HTPC
* docs: Add embed_youtube hook
* docs: Remove leftover resources entry in index
docs: Fix outdated 'Steam Gaming Overview' link in index
* docs: Limit vertical image size
* docs: add more url replacements
* docs: Enable search features
2024-08-28 15:48:19 -07:00
Kyle Gospodnetich
3acbbd0c13
chore: release 3.7.0
...
Release-As: 3.7.0
2024-08-28 15:46:33 -07:00
Kyle Gospodnetich
916e3faa4e
chore(kde): Remove comments from Ptyxis that mention GNOME
2024-08-28 12:44:57 -07:00
Kyle Gospodnetich
c27c83ea5f
fix(kde): Correct size of ptyxis window
2024-08-28 12:32:51 -07:00
Kyle Gospodnetich
716f6f27d5
Merge branch 'main' into testing
2024-08-28 12:07:49 -07:00
Kyle Gospodnetich
946e7e4b3c
chore: Correct bluefin mention
2024-08-28 11:14:37 -07:00
Kyle Gospodnetich
a5dd500266
chore: Update press kit
2024-08-28 11:14:02 -07:00
Kyle Gospodnetich
001ea7500e
Merge branch 'main' into testing
2024-08-28 09:44:43 -07:00
Kyle Gospodnetich
b3e9de3d8c
fix: Add support for AYANEO NEXT series in Anaconda
2024-08-28 09:44:32 -07:00
Kyle Gospodnetich
95a4670fb6
chore(readme): Typo fix
2024-08-28 07:19:21 -07:00
Kyle Gospodnetich
ee89f5f76b
feat: Remove Konsole & GNOME Terminal to save space in-image ( #1550 )
...
* feat: Remove Konsole & GNOME Terminal to save space in-image
* chore(readme): Discard reference to removed ujust command
* chore: Remove unneeded desktop file changes
2024-08-28 07:13:08 -07:00
Kyle Gospodnetich
9975f14f72
chore: Add git issue comment filter for malware links
2024-08-27 14:15:05 -07:00
Pat Connors
230dd18517
chore(docs): i lied ( #1561 )
...
last PR for docs today pinky promise!!! also i'll look into the RGB rainbow goofy stuff later.
RGB was a mistake.
2024-08-27 12:46:33 -07:00
Pat Connors
5dcbf958cd
chore(docs): Add 'Fork An Image' Documentation ( #1560 )
...
This is the last PR for the docs today I promise!!!
2024-08-27 18:36:55 +00:00
Pat Connors
6914233159
chore(docs): Delete Physical Keyboard Layout ( #1556 )
...
* chore(docs): Delete Physical Keyboard Layout
* chore(docs): Remove reference file
2024-08-27 16:14:09 +00:00
Pat Connors
cb3fe27abf
chore(docs): Shorten Steam Gaming Mode docs header ( #1557 )
2024-08-27 16:13:48 +00:00
Pat Connors
17e987ccc8
chore(docs): Fix broken Hardware Compat. Documentation ( #1558 )
2024-08-27 16:13:37 +00:00
Kyle Gospodnetich
1886c5c23d
Revert "chore: Temporarily drop obs-vkcapture due to package skew upstream"
...
This reverts commit 5fdb31074c
.
2024-08-27 09:10:16 -07:00
Kyle Gospodnetich
ea28269462
fix(deck): Remove branch selector on reboot
2024-08-26 23:39:18 -07:00
Kyle Gospodnetich
5fdb31074c
chore: Temporarily drop obs-vkcapture due to package skew upstream
2024-08-26 22:48:59 -07:00
Kyle Gospodnetich
a2abfb0648
chore(gnome): Remove some unneeded extensions
2024-08-26 21:56:56 -07:00
Kyle Gospodnetich
c8650cf10d
chore(docs): Fix reference to Bazzite_resources.md
2024-08-26 19:32:24 -07:00
Pat Connors
9dfd55f495
chore(docs): Delete Bazzite Resources ( #1551 )
...
Sorry for reporting this as a bug, but since we're going the route without emojis (which I am now going to be removing in the docs soon), I think it's best to keep this exclusive to the forum.
2024-08-26 18:44:29 -07:00
Jorge O. Castro
4bf055c2dd
chore: add a warning to the issue report template ( #1553 )
...
We've had a user try to trick our users by posting links to download scam binaries as a solution to their reported issue. This still needs more work but doesn't hurt to ask.
It's easy for us to delete the comments when reported but we're not on 24/7.
2024-08-26 18:02:46 -07:00
Kyle Gospodnetich
adc48710ea
chore: Update scx-scheds package
2024-08-26 13:23:39 -07:00
Zeglius
3a28c6e905
docs: Add new doc pages ( #1545 )
...
* docs: Add new doc pages
docs: Add new updates rollbacks and rebase section
docs: Add Bazzite Resources post
docs: Add reporting bugs post
docs: Add secure boot post
docs: Add installation troubleshoot guide post
docs: Add dual boot setup guide post
docs: Add common gaming issues post
docs: Add managing and modding games post
docs: Add hardware compatibility for gaming post
* docs: Remove emojies from page names
* docs: Simplify image fetching logic
This fixes #1547 missing images.
Credit to @wolfyreload for the tip about 'uploads/short-url'
2024-08-26 19:59:19 +00:00
Aarron Lee
8137631e78
chore: minor updates to help text for bazzite-rollback-helper ( #1540 )
...
Co-authored-by: Aarron Lee <aarron-lee@users.noreply.github.com>
2024-08-26 19:58:37 +00:00
dependabot[bot]
c498043275
chore(deps): bump actions/configure-pages from 4 to 5 ( #1544 )
...
Bumps [actions/configure-pages](https://github.com/actions/configure-pages ) from 4 to 5.
- [Release notes](https://github.com/actions/configure-pages/releases )
- [Commits](https://github.com/actions/configure-pages/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/configure-pages
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 11:53:04 -07:00
HikariKnight
1cb85551d5
fix(just): add libvirt package to setup-virtualization ( #1549 )
...
* fix: add libvirt package into install
upstream removed libvirt as a dependency for virt-manager
* chore: update information text about VFIO
2024-08-26 18:50:07 +00:00
Kyle Gospodnetich
5400fed7b9
chore: Increase default ptyxis size to fix motd layout
2024-08-26 10:10:58 -07:00
Kyle Gospodnetich
1b3c35f9f4
fix: Turn off some Lutris options by default to ease user confusion
2024-08-25 10:07:52 -07:00
Kyle Gospodnetich
bd85e7d330
fix: Limit BTRFS deduplication to one core.
2024-08-24 23:19:46 -07:00
Kyle Gospodnetich
0f35915939
chore: Increase gamescope release
2024-08-24 13:26:24 -07:00
Kyle Gospodnetich
aa3f8b9477
Revert "feat: Build gamescope with clang"
...
This reverts commit ed3f4276b7
.
2024-08-24 13:25:54 -07:00
Kyle Gospodnetich
5d31fa02a3
chore: Adjust margins for Discourse icon
2024-08-23 13:24:39 -07:00
Kyle Gospodnetich
8acd8946b6
chore: Clean up shadows
2024-08-23 13:05:16 -07:00
Kyle Gospodnetich
e82dbdb80c
chore: Add unique discourse icon
2024-08-23 12:50:46 -07:00
Kyle Gospodnetich
e578bfd5ef
chore: Add inner shadow to icons
2024-08-23 12:42:18 -07:00
Kyle Gospodnetich
0ec586fa07
chore: Add license for new portal icon
2024-08-23 12:39:09 -07:00
Kyle Gospodnetich
98e8f50643
chore: Update Portal icon
2024-08-23 12:35:56 -07:00