Skip to content

OpenXbox/smartglass-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smartglass Documentation

GitHub Workflow - Build Discord

Documentation of the Xbox One SmartGlass protocol

Python framework mkdocs is used to render the Markdown documentation.

Contribute

Contributions are very welcome. Here's how you can help:

  • Add / correct / expand technical information
  • Improve documentation style
  • Correct spelling / grammar
  • Check ISSUES tab...

Workflow

  1. Fork this repo
  2. Make changes
  3. Verify your changes are formatted properly
  4. Send a Pull Request

Local testing

Serve the documentation

make serve

Build the documentation

make build