GithubHelp home page GithubHelp logo

06066060606060 / wiki Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xboxoneresearch/wiki

0.0 0.0 0.0 74.36 MB

Research wiki

Home Page: https://xboxoneresearch.github.io/wiki

Dockerfile 100.00%

wiki's Introduction

Xbox One Research wiki

GitHub Workflow - Build

Various info regarding the hard-/software of the Xbox One gaming console family.

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 (otherwise the PR cannot be accepted)
  4. Send a Pull Request

NOTE: When adding a new page, ensure it's linked in NAVIGATION.md

Local testing

  1. Clone your fork of the wiki (Change 'yourusername' accordingly)
git clone [email protected]:yourusername/wiki.git
  1. Navigate into wiki repository folder
cd wiki/
  1. Choose one of the two deployment methods below.

Native deployment

  1. Create & activate python virtual-environment (might need dependency python3-venv, see: https://docs.python.org/3/library/venv.html)
python3 -m venv venv
source venv/bin/activate
  1. Install mkdocs and dependencies
pip install -r requirements.txt
  1. Edit docs and verify with the following commands:

Serve the documentation (http://127.0.0.1:8000)

mkdocs serve --strict

Build the documentation

mkdocs build --strict

Docker deployment

  1. Execute docker container:
docker compose up
  1. Navigate to http://127.0.0.1:8000
  2. Make your changes and verify the formatting / linking still checks out

wiki's People

Contributors

tuxuser avatar torushyperv avatar tunip3 avatar titleos avatar billyhulbert avatar randname666 avatar glitchgod0 avatar mez0ne avatar tomumk avatar tom60chat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.