Playmate Sports Documentation
Welcome to the Playmate Sports documentation. Use the navigation menu to browse through different sections of the documentation.
The code behind this documentation is stored in the playmate-sports repository. To edit a specific page, you can perform the changes directly in the repository under the docs directory.
Running the Documentation Locally
The documentation is built using DocFx, which generates a static site based on Markdown files.
To run the documentation site locally, follow these steps:
- Navigate to the docs directory in the repository
- Run the
setup-docfx.jsscript to ensure you have DocFx installed:node setup-docfx.js - Run the
build-docs.jsscript to build the site:node build-docs.js - Run the
run-docs.jsscript to serve the site:node run-docs.js - Navigate to http://localhost:8080 to view the site