Skip to content
Lori Krell edited this page Jan 27, 2021 · 12 revisions

Welcome to the Multiplayer Technology Contributor Guide!

This repository provides documentation source code, including guides, glossary, tutorials, code samples, and more. Content is Open Source, allowing you to contribute documentation, FAQs, and tutorials with Unity writers and developers. The contribution wiki will expand as we grow!

Contacting Unity Docs

Join the MLAPI Discord and post in the Documentation channel. We can answer questions, review content, and help with requests for documentation (RFD).

Have feedback on a page? Enter an issue through GitHub or from webpages (located at the bottom of each page).

Contributing to Docs

Clone the repo to write on your local:

  1. Fork and clone the repo using Git, GitHub Desktop, or other method.
  2. Create a branch for your work.
  3. Commit updates to your branch and submit a Pull Request (PR).
  4. Unity developers, writers, and community members will review and provide feedback.

Start writing content:

Edit existing markdown files or create new files for content.

  • Markdown (.md) content files are in /docs
  • Images (.png) are in /static/img
  • Static downloadable files such as scripts can be saved in /static

See Working with Markdown to learn more about creating files, using Markdown formats, adding images, adding navigation, and more.

All PRs will be managed and merged by Unity Technical Writers. We will expand to include maintainers as we grow.

Clone this wiki locally