### Build Documentation with Docfx Source: https://playnite.codeberg.page/Docs/Playnite/Docs Steps to build and serve project documentation using Docfx. This process involves installing Docfx and the .NET Framework developer pack, navigating to the docs folder, and running metadata and build commands. A local server can be started with `docfx serve`. ```shell docfx metadata docfx build docfx serve ``` -------------------------------- ### Publish Script Source: https://playnite.codeberg.page/Docs/Playnite/Docs This PowerShell script is used for publishing or managing project releases. It includes logic for handling changes and potentially interacting with version control systems. ```PowerShell Changed publish script and removed GitHub workflow ``` -------------------------------- ### Forgejo API Access Source: https://playnite.codeberg.page/Docs/Playnite/Docs Information on accessing the Forgejo API for programmatic interaction with the platform. Detailed specifications, including available endpoints, methods, and schemas, can be found via the Swagger UI. ```APIDOC Forgejo API: Description: Provides access to the Forgejo API for managing repositories, users, and other platform features. Endpoint: /api/swagger Details: Refer to the Swagger UI at the specified endpoint for comprehensive API documentation, including available endpoints, HTTP methods, request/response schemas, parameters, and authentication details. Related: Forgejo is a self-hosted Git service. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.