https://github.com/josefnemec/playnitedocs
Playnite manual and SDK documentation sources.
https://github.com/josefnemec/playnitedocs
Last synced: 7 months ago
JSON representation
Playnite manual and SDK documentation sources.
- Host: GitHub
- URL: https://github.com/josefnemec/playnitedocs
- Owner: JosefNemec
- License: mit
- Created: 2023-05-10T08:02:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T16:16:11.000Z (7 months ago)
- Last Synced: 2025-03-09T17:22:42.561Z (7 months ago)
- Language: PowerShell
- Homepage: https://api.playnite.link/docs/
- Size: 6.37 MB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playnite documentation
This repository contains sources for Playnite manual and SDK documentation.
# Building
- install [Docfx](https://github.com/dotnet/docfx)
- install [.NET Framework 4.6.2 developer pack](https://dotnet.microsoft.com/en-us/download/visual-studio-sdks)
- navigate to `docs` folder
- run `docfx metadata` (needed to re-run only when `Playnite` subrepo is updated)
- run `docfx build`To start local server: `docfx serve`