62 Commits

Author SHA1 Message Date
Hayden Young
1b470fdb68 chore: Iterate version. 2025-02-22 14:25:51 +01:00
alex
9612a61c6f Updated GETTING_STARTED.md with new instructions 2025-01-25 12:27:57 +01:00
Hayden Young
1a975454e9 chore: Iterate version. 2024-10-28 12:17:34 +00:00
Hayden Young
1ae9e124d3 style: Format change. 2024-10-28 12:17:10 +00:00
Hayden Young
b65e3b03d0 chore: Iterate release version. 2024-10-24 12:18:41 +01:00
Hayden Young
0eece8a771 docs: Update to connectionEncrypters in libp2p config. 2024-10-24 12:18:27 +01:00
Hayden Young
41e9be5569
Merge pull request #1197 from jzakotnik/main
Consistent package naming for standalone and replicating db guide
2024-10-15 18:24:32 +08:00
jzakotnik
1b99ae254b Fixed broken links in databases documentation 2024-09-27 17:06:40 +02:00
jzakotnik
cfd0bc1b41 Consistent package naming for standalone and replicating db guide 2024-09-27 16:29:06 +02:00
Jonathan El-Bizri
f15b704153
Update IDENTITIES.md 2024-09-23 17:13:13 -07:00
hsjo12
e4803f64f6
Update GETTING_STARTED.md
Fix several pieces of code
2024-08-06 18:33:54 +09:00
Jason Nathan
967a754872
Update GETTING_STARTED.md
Tiny typo in readme
2024-07-05 09:07:35 +08:00
Hendrik Leppelsack
1d5c18e419
fix links to sync api docs and formatting of sync module docstring 2024-05-10 16:52:39 +02:00
Hayden Young
1a533e6b46 chore: Iterate gossipsub. Changes to gossipsub options. 2024-04-18 11:49:45 +01:00
Hayden Young
63b93c2168 chore: Iterate version for release. 2024-04-16 22:01:14 +01:00
Hayden Young
f6d1c7dbaf docs: Randomize blockstore location. 2024-03-19 23:55:16 +00:00
Hayden Young
734f50ed7e chore: Iterate version. Upgrade Helia. 2024-02-17 14:45:11 +00:00
Hayden Young
e439453262 docs: Remove duplicate imports. 2024-02-05 19:05:49 +00:00
Hayden Young
aa0f7f3c42 docs: Add permanent blockstores to IPFS examples. 2024-01-30 00:45:06 +00:00
Hayden Young
d6b9c41095 Merge remote-tracking branch 'origin' into docs/example-updates 2024-01-27 20:29:42 +00:00
Hayden Young
03f8a69856 docs: Use Level Blockstore. 2024-01-26 10:22:44 +00:00
Karsten Ohme
7001c7528b
Update ACCESS_CONTROLLERS.md
included comments
2024-01-26 04:02:58 +01:00
Hayden Young
12d17b1ceb docs: Audit GETTING STARTED examples. Ensure they are running. 2024-01-26 00:07:47 +00:00
Karsten Ohme
9a5ca21577
Update ACCESS_CONTROLLERS.md
Added ipfs argument to `Identities` constructor.
2024-01-25 13:28:41 +01:00
Karsten Ohme
34014d8136
Update REPLICATION.md
From a discussion in a thread i remember that the replication is not automatically started. Also this is my experience since I'm not using these functions.
2024-01-20 23:32:31 +01:00
Hayden Young
a7ec7b7b41 docs: Migrate js-ipfs examples to Helia. 2024-01-19 16:19:18 +00:00
Hayden Young
4d596d7f97 chore: Iterate version. 2024-01-19 15:53:39 +00:00
Hayden Young
8a9ebc6ca1 docs: Setting up blockstore storage and simple Libp2p configuation. 2024-01-18 20:48:04 +00:00
Hayden Young
6501ec6fa7 docs: Remove references "lazy loading" during replication. All values are now replicated when entries are replicated via joinEntry. 2023-12-15 23:10:24 +00:00
Hayden Young
465f1e01da docs: Generate API docs based on major.minor version only. 2023-11-20 20:12:13 +00:00
Hayden Young
ff9d04b714 docs: Do not use unexposed getAC function. 2023-11-07 23:37:17 +00:00
Hayden Young
0eb228b530 docs: Remove non-exported getAccessController from docs. 2023-11-06 17:55:24 +00:00
Hayden Young
e7b6efeeb4 docs: Version API. 2023-09-18 14:39:55 +01:00
Hayden Young
af8f4df335 docs: Install latest stable version. 2023-09-18 12:11:12 +01:00
Hayden Young
7ea08339c8 docs: Incorrect param. Fixed. 2023-09-07 13:43:25 +01:00
Hayden Young
246660ca89 docs: Correct import for custom db example. 2023-09-07 13:17:28 +01:00
Hayden Young
06ea870308 refactor: Use an access controller. 2023-09-07 09:34:48 +01:00
Hayden Young
7888ff06a3 refactor: Use a database type. 2023-09-07 09:29:33 +01:00
Hayden Young
7e66226122 docs: ACs, DBs and IDPs should have type exposed for correct registration. 2023-09-05 22:54:32 +01:00
Hayden Young
c08bf8d2d0 refactor: Move type and verifyIdentity into IDP function. Pass provider as using provider param. 2023-09-04 10:39:25 +01:00
Hayden Young
b7956db016 docs: Update custom IDP usage. 2023-09-04 00:56:26 +01:00
haad
fb38c51625 Fix orbitdb package name in API docs 2023-08-30 16:06:46 +03:00
haad
d4918e750a Update README and getting started guide 2023-08-24 17:13:29 +03:00
Hayden Young
5079d490d9 refactor: Rename OrbitDB entry point. 2023-08-15 00:55:27 +01:00
Hayden Young
86358ea2c5 docs: Clean jsdoc-generated API. 2023-06-30 16:18:57 +01:00
Hayden Young
008c97244b
Merge pull request #89 from orbitdb/docs/iterate-docs
Iterate docs
2023-06-27 18:24:33 +08:00
haad
39a5f425e2 Iterate documentation 2023-06-27 12:56:53 +03:00
haad
d81d390020 Iterate Oplog docs 2023-06-27 10:31:45 +03:00
Hayden Young
bba53d730a docs: Add a README home page to API. 2023-06-25 00:18:39 +01:00
Hayden Young
0205ee3a95 docs: Include README. 2023-06-24 23:55:24 +01:00