880 Commits

Author SHA1 Message Date
Richard Littauer
b17d275af1 docs: update license information 2018-08-14 14:03:51 -04:00
Richard Littauer
8ae7274d0a
Merge pull request #428 from orbitdb/feat/automatically-add-tocs
docs: Add TOCs using an npm script
2018-08-13 15:16:28 -04:00
Richard Littauer
8a506f6b3b Change script names 2018-08-13 14:48:42 -04:00
Richard Littauer
3816f4d517 chore: move remark packages to devdeps 2018-08-12 12:32:52 -04:00
Richard Littauer
fa6dbeb221 docs: add remark-validate-links, fix broken links 2018-08-12 11:26:28 -04:00
Richard Littauer
8a9f0ec21d docs: Add TOCs using an npm script
This is a stab at making #426 work automatically, so that we don't need to manually adjust the files. I've also edited some of the depths of the headings. What do you think, @mistakia?

One thing I would like is to add this to the build. It shouldn't change anything if there are no changes to make.
2018-08-08 18:07:51 -04:00
Richard Littauer
11d7c32d1a
Merge pull request #407 from mistakia/docs/update
Refactored README.md & updated API.md
2018-08-01 08:24:20 -04:00
Haad
3ed6f4988d
Merge pull request #424 from orbitdb/remove-old-circleci-config
Remove CircleCI 1.0 config file
2018-08-01 13:14:43 +03:00
haad
182100a14b Remove CircleCI 1.0 config file 2018-08-01 12:59:55 +03:00
Haad
25d5a24cf8
Merge pull request #404 from orbitdb/circleci-20-test
Adding auto-generated CircleCI 2.0 config file
2018-08-01 12:38:54 +03:00
Haad
d2f2d42955
Merge pull request #421 from orbitdb/feat/sponsors
docs(README.md): Add Haja and Maintainer sponsors
2018-08-01 12:38:03 +03:00
Haad
87987b2923
Merge pull request #422 from orbitdb/feat/community-calls
docs: Add note about community calls
2018-08-01 12:36:13 +03:00
Kia Rahimian
cb33a6f1fa docs(api): fix broken link to load event 2018-07-25 21:10:06 -04:00
Kia
e0693720f0
docs(api): add store closed event 2018-07-25 21:08:31 -04:00
Kia
b35e0f67b1
docs(api): add missing param to store ready event 2018-07-25 21:03:59 -04:00
Kia
a4eb5e1c60 docs(api): add missing aliases 2018-07-25 21:01:26 -04:00
Kia
383f0ce6d2 docs(api): document returns 2018-07-25 21:01:26 -04:00
Kia Rahimian
2f84c96c9d docs: move custom store to GUIDE.md 2018-07-25 21:01:26 -04:00
Kia
3177f2c634 docs(readme): expand on usage with IPFS instance 2018-07-25 21:01:26 -04:00
Kia
51d0c2c3e9 docs(readme): remove api list
keep README.md concise
2018-07-25 21:01:26 -04:00
Kia
5585bff739 docs: fix typo 2018-07-25 21:01:26 -04:00
Kia Rahimian
a7ab7c4d4a docs: add store.load param 2018-07-25 21:01:26 -04:00
Kia
88ebe6a459 docs: fix styling 2018-07-25 21:01:26 -04:00
Kia
cbd03c0528 docs: refractor test demo links, remove duplicate links
remove duplicate info about GUIDE.md and CLI
2018-07-25 21:01:26 -04:00
Kia Rahimian
6be510decd docs: fix typos 2018-07-25 21:01:26 -04:00
Kia Rahimian
ab568e383e docs: amend orbitdb.open description 2018-07-25 21:01:26 -04:00
Kia Rahimian
b045667cdd docs: add description for orbitdb.disconnect + update links 2018-07-25 21:01:26 -04:00
Kia Rahimian
f4cb33b4aa docs(api): reorganize orbitdb public methods 2018-07-25 21:01:26 -04:00
Kia Rahimian
96fe2a9c6a docs: add api description for orbitdb.open 2018-07-25 21:01:26 -04:00
Kia Rahimian
ca78ae7a55 docs: styling 2018-07-25 21:01:26 -04:00
Kia Rahimian
73013936f3 docs: add api description for orbitdb.create 2018-07-25 21:01:26 -04:00
Kia Rahimian
a187f9ba69 docs: store cleanup 2018-07-25 21:01:26 -04:00
Kia Rahimian
41d7e24e5b docs: fix event links 2018-07-25 21:01:26 -04:00
Kia Rahimian
7d7b70f0fd docs: cleanup events 2018-07-25 21:01:26 -04:00
Kia Rahimian
7ce81d4913 docs(readme): refractor 2018-07-25 21:01:26 -04:00
Kia Rahimian
463fed966b docs(readme): update links 2018-07-25 21:01:26 -04:00
Kia Rahimian
e20b60ba3f docs(readme): refractor 2018-07-25 21:01:26 -04:00
Kia Rahimian
45f7e04f22 docs(readme): update store info 2018-07-25 21:01:25 -04:00
Kia Rahimian
4eed70b610 docs: cleanup 2018-07-25 21:01:25 -04:00
Kia Rahimian
680c0f35a2 docs: update links 2018-07-25 21:01:25 -04:00
Kia Rahimian
2c037a5236 docs: refractor 2018-07-25 21:01:25 -04:00
Kia Rahimian
2969cd4af1 docs: update table with links to methods 2018-07-25 21:01:25 -04:00
Kia Rahimian
9eca16a107 docs: update api with missing static methods & props 2018-07-25 21:01:25 -04:00
Richard Littauer
617a68e10e docs: Add note about community calls
This should close #394, as we have moved the calls issues to that repository.
2018-07-25 12:32:39 -04:00
Richard Littauer
93ed9b9659 docs(README.md): Add Haja and Maintainer sponsors
This adds sponsors to the sponsor list.
2018-07-25 12:06:03 -04:00
haad
ae4247e527 0.19.9 2018-07-25 16:56:10 +03:00
Haad
fe78ba1a32
Merge pull request #420 from orbitdb/feat/latest-store
Use orbit-db-store 2.5.3
2018-07-25 16:55:24 +03:00
haad
53b767f67f Use orbit-db-store 2.5.3 2018-07-25 16:34:00 +03:00
Haad
f72a8a6550
Merge pull request #418 from thiagodelgado111/fix/counterdb-test
Fix counterdb test
2018-07-21 07:51:09 +03:00
thiagodelgado111
8c4befbae1 Fix counterdb test 2018-07-21 00:11:10 -03:00