Skip to content

Commit 86e8a30

Browse files
Various edits to docs
1 parent 6efe828 commit 86e8a30

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# OpenBazaar Documenation
1+
# OpenBazaar Documentation
22

3-
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.
3+
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.
44

5-
Help is appreciated.
5+
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).
6+
7+
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.

docs/glossary.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
Please help build this out at <a href="https://github.com/OpenBazaar/docs/">https://github.com/OpenBazaar/docs/</a>
1+
# Glossary
2+
3+
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.
4+
5+
**Hierarchical Deterministic Wallet** - Add definition
6+
7+
**IPFS** - Add definition
8+
9+
**Multi-signature address** - Add definition

docs/protocol/go-resources.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Go resources
2+
3+
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.
4+

0 commit comments

Comments
 (0)