dependabot[bot]
|
793e0e1413
|
chore(deps): bump peter-evans/create-pull-request from 6 to 7
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-09 11:53:33 +00:00 |
|
Zeglius
|
181497bc17
|
feat: Prepare mdBook workflow for documentation (#1441)
* 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 6a781c659607e0c83c19248241684c5785c7e93b.
* 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 74130ee1fe9264dc7a4c4c49fb416ef3dc12e322.
* 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 a685de4dce54debc900607d743069b79202a26ac.
* Reapply "docs: Prefix url replacements with site-url in replace-urls.py preprocessor"
This reverts commit 777d8055eac7543001200834939c960fb490e666.
* 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
|
2024-08-21 11:56:12 -07:00 |
|
Kyle Gospodnetich
|
8bd109a14e
|
chore(ci): Generate a shortened changelog and use that to generate the Steam BBCode changelog
|
2024-03-01 21:34:40 -08:00 |
|
Kyle Gospodnetich
|
cd10fec164
|
chore(ci): Create PR rather than directly commit
|
2024-03-01 17:32:03 -08:00 |
|
Kyle Gospodnetich
|
a4c7f47b0d
|
chore(ci): Add Steam BBCode Changelog Generation
|
2024-03-01 16:55:00 -08:00 |
|
Noel Miller
|
eef8643f28
|
chore(ci): build isos (#794)
* chore(ci): build isos
* chore(ci): added image_tag for stable, updated version of action
* chore(ci): moved building ISOs into separate action
* chore(ci): fixed version
* chore(ci): registered workflow
* chore(ci): removed push
* chore(ci): renamed release-please to generate_changelog
* chore(ci): Added new upload action and readded push to test
* chore(ci): attempting upload using rclone action
* chore(ci): use colons instead of = sign
* chore(ci): try with latest
* chore(ci): refactored to use shell instead of action
* chore(ci): forgot export
* chore(ci): forgot secret access key
* chore(ci): removed ACL
* chore(ci): Updated isogenerator version
* Update .github/workflows/build_iso.yml
Co-authored-by: Jorge O. Castro <jorge.castro@gmail.com>
---------
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
Co-authored-by: Jorge O. Castro <jorge.castro@gmail.com>
|
2024-02-23 12:11:43 -08:00 |
|