Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# OpenBazaar Documenation
# OpenBazaar Documentation

This repo is a work in progress. The goal is to have all the mkdocs documenation files for docs.openbazaar.org. Then docs.openbazaar.org can load files directly from master.
This repo is a work in progress. The goal is to have all the mkdocs documentation files in this repo for [docs.openbazaar.org](docs.openbazaar.org). Then [docs.openbazaar.org](docs.openbazaar.org) can load files directly from master.

Help is appreciated.
There is a #documentation_2-0 channel on the OpenBazaar Slack if you have any questions about this repo. You can join the OpenBazaar Slack [here](http://slack.openbazaar.org).

If you are new to OpenBazaar, the easiest way to start contributing to this documentation repo is to fork it, define some term(s) in the [Glossary](docs/glossary.md) and make a pull request.
10 changes: 9 additions & 1 deletion docs/glossary.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
Please help build this out at <a href="https://github.com/OpenBazaar/docs/">https://github.com/OpenBazaar/docs/</a>
# Glossary

This is a work in progress. This is intended to define any terms that users or developers may be confused about when interacting with the OpenBazaar software.

**Hierarchical Deterministic Wallet** - Add definition

**IPFS** - Add definition

**Multi-signature address** - Add definition
4 changes: 4 additions & 0 deletions docs/protocol/go-resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Go resources

The OpenBazaar server is coded in Go. Go is a C-like language with similar expression syntax, control-flow statements and programs that compile to efficient machine code. It was released by a team at Google in 2009.