├── LICENSE ├── README.md ├── _footer.md ├── _sidebar.md ├── any-sync ├── configuration.md ├── overview.md └── space-deletion.md ├── anytype-heart └── configuration.md ├── assets ├── crdt.gif ├── favicon.ico ├── infrastructure.png ├── peer_retrieval.png ├── space-deletion.png └── space.png ├── how-to └── self-hosting.md ├── index.html └── l10n ├── glossary.md ├── overview.md └── policy.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/README.md -------------------------------------------------------------------------------- /_footer.md: -------------------------------------------------------------------------------- 1 | --- 2 | Made by Any — a Swiss association 🇨🇭 -------------------------------------------------------------------------------- /_sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/_sidebar.md -------------------------------------------------------------------------------- /any-sync/configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/any-sync/configuration.md -------------------------------------------------------------------------------- /any-sync/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/any-sync/overview.md -------------------------------------------------------------------------------- /any-sync/space-deletion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/any-sync/space-deletion.md -------------------------------------------------------------------------------- /anytype-heart/configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/anytype-heart/configuration.md -------------------------------------------------------------------------------- /assets/crdt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/assets/crdt.gif -------------------------------------------------------------------------------- /assets/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/assets/favicon.ico -------------------------------------------------------------------------------- /assets/infrastructure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/assets/infrastructure.png -------------------------------------------------------------------------------- /assets/peer_retrieval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/assets/peer_retrieval.png -------------------------------------------------------------------------------- /assets/space-deletion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/assets/space-deletion.png -------------------------------------------------------------------------------- /assets/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/assets/space.png -------------------------------------------------------------------------------- /how-to/self-hosting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/how-to/self-hosting.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/index.html -------------------------------------------------------------------------------- /l10n/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/l10n/glossary.md -------------------------------------------------------------------------------- /l10n/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/l10n/overview.md -------------------------------------------------------------------------------- /l10n/policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anyproto/tech-docs/HEAD/l10n/policy.md --------------------------------------------------------------------------------