All Projects → heroiclabs → nakama-docs

heroiclabs / nakama-docs

Licence: Apache-2.0 license
Documentation for Nakama social and realtime server.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to nakama-docs

nakama-java
Android optimized Java client for Nakama server.
Stars: ✭ 26 (-40.91%)
Mutual labels:  game-server, nakama
Nakama
Distributed server for social and realtime games and apps.
Stars: ✭ 5,293 (+11929.55%)
Mutual labels:  game-server, nakama
unity-sampleproject
A sample game called Pirate Panic for Unity engine built with Nakama server.
Stars: ✭ 115 (+161.36%)
Mutual labels:  game-server, nakama
docs
Cucumber user documentation
Stars: ✭ 110 (+150%)
Mutual labels:  docs
opencloud-docs
AIOT开放平台官方文档。AIOT Open Cloud documents on official website .
Stars: ✭ 68 (+54.55%)
Mutual labels:  docs
otservbr-global-archived
Archived, read-only repository. New repository: https://github.com/opentibiabr/otservbr-global
Stars: ✭ 340 (+672.73%)
Mutual labels:  game-server
resharper-devguide
Developer guide for the ReSharper Platform
Stars: ✭ 65 (+47.73%)
Mutual labels:  docs
magx
Multiplayer game server framework
Stars: ✭ 34 (-22.73%)
Mutual labels:  game-server
verto-docs
Verto jQuery library documentation.
Stars: ✭ 49 (+11.36%)
Mutual labels:  docs
docs
Documentation site for LFE
Stars: ✭ 23 (-47.73%)
Mutual labels:  docs
thelounge.github.io
🌍 ‎ The official website for The Lounge
Stars: ✭ 33 (-25%)
Mutual labels:  docs
docs
The documentation for Firefly III
Stars: ✭ 30 (-31.82%)
Mutual labels:  docs
kata-platform-docs
Documentations for the Kata Platform.
Stars: ✭ 56 (+27.27%)
Mutual labels:  docs
fnd-docs
Foundation developer docs
Stars: ✭ 33 (-25%)
Mutual labels:  docs
chm-documentation
chm documentation PostgreSQL pgadmin3 SQLAlchemy Django Flask jinja2 webpy doc chm compiled html help Postgres Postgre документация russian
Stars: ✭ 17 (-61.36%)
Mutual labels:  docs
lang-compare
Side-by-side language comparison
Stars: ✭ 22 (-50%)
Mutual labels:  middleman
neocortex
🧠Neocortex is a tool to connect your cognitive service (e.g. DialogFlow) 🤖 with your communication channels (like facebook) 📞to create amazing bots
Stars: ✭ 24 (-45.45%)
Mutual labels:  middleman
roll.urown.net
How to roll your own private self-hosted internet services.
Stars: ✭ 63 (+43.18%)
Mutual labels:  docs
yard-junk
Get rid of the junk in your YARD docs
Stars: ✭ 61 (+38.64%)
Mutual labels:  docs
collective
How the unified collective is governed
Stars: ✭ 41 (-6.82%)
Mutual labels:  docs

Nakama documentation has moved.

As part of our ongoing efforts to improve our developer experience, content and discoverability we've moved away from using MkDocs to host the content. Please read this blog post for more information:

https://heroiclabs.com/blog/announcements/announcing-docs-20

Nakama Documentation

Documentation for Nakama social and realtime server.

This project uses Markdown for documentation which is compiled with mkdocs.

Running

pip3 install -r requirements.txt
python3 -m mkdocs serve

or

pipenv

pip3 install pipenv
pipenv install
pipenv run python3 -m mkdocs serve

Docker

Run the serve.sh bash script.

chmod +x serve.sh
./serve.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].