A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: reorganize docs files into correct directories

Trezy 05e86d3d adafd4a4

+43 -43
packages/docs/docs/guides/api-clients.md packages/docs/docs/guides/features/api-clients.md
packages/docs/docs/guides/api-keys.md packages/docs/docs/guides/admin/api-keys.md
packages/docs/docs/guides/backfill.md packages/docs/docs/guides/indexing/backfill.md
packages/docs/docs/guides/database-setup.md packages/docs/docs/guides/database/database-setup.md
packages/docs/docs/guides/developing-plugins.md packages/docs/docs/guides/features/developing-plugins.md
packages/docs/docs/guides/event-logs.md packages/docs/docs/guides/admin/event-logs.md
packages/docs/docs/guides/index-hooks.md packages/docs/docs/guides/indexing/index-hooks.md
packages/docs/docs/guides/labelers.md packages/docs/docs/guides/features/labelers.md
packages/docs/docs/guides/lexicons.md packages/docs/docs/guides/indexing/lexicons.md
packages/docs/docs/guides/permissions.md packages/docs/docs/guides/admin/permissions.md
packages/docs/docs/guides/plugins.md packages/docs/docs/guides/features/plugins.md
packages/docs/docs/guides/postgres-to-sqlite-migration.md packages/docs/docs/guides/database/postgres-to-sqlite-migration.md
packages/docs/docs/guides/sqlite-to-postgres-migration.md packages/docs/docs/guides/database/sqlite-to-postgres-migration.md
packages/docs/docs/reference/admin-api.md packages/docs/docs/reference/admin/admin-api.md
packages/docs/docs/reference/production-deployment.md packages/docs/docs/getting-started/production-deployment.md
packages/docs/docs/reference/scripts/algolia-sync.md packages/docs/docs/guides/scripting/algolia-sync.md
packages/docs/docs/reference/scripts/batch-save.md packages/docs/docs/guides/scripting/batch-save.md
packages/docs/docs/reference/scripts/cascading-delete.md packages/docs/docs/guides/scripting/cascading-delete.md
packages/docs/docs/reference/scripts/complex-mutations.md packages/docs/docs/guides/scripting/complex-mutations.md
packages/docs/docs/reference/scripts/create-record.md packages/docs/docs/guides/scripting/create-record.md
packages/docs/docs/reference/scripts/expanded-query.md packages/docs/docs/guides/scripting/expanded-query.md
packages/docs/docs/reference/scripts/get-record.md packages/docs/docs/guides/scripting/get-record.md
packages/docs/docs/reference/scripts/list-or-fetch.md packages/docs/docs/guides/scripting/list-or-fetch.md
packages/docs/docs/reference/scripts/meilisearch-sync.md packages/docs/docs/guides/scripting/meilisearch-sync.md
packages/docs/docs/reference/scripts/paginated-list.md packages/docs/docs/guides/scripting/paginated-list.md
packages/docs/docs/reference/scripts/sidecar-records.md packages/docs/docs/guides/scripting/sidecar-records.md
packages/docs/docs/reference/scripts/update-or-delete.md packages/docs/docs/guides/scripting/update-or-delete.md
packages/docs/docs/reference/scripts/upsert-record.md packages/docs/docs/guides/scripting/upsert-record.md
+43 -43
packages/docs/sidebars.ts
··· 17 17 label: "Quickstart", 18 18 }, 19 19 { 20 + type: "doc", 21 + id: "getting-started/configuration", 22 + label: "Configuration", 23 + }, 24 + { 25 + type: "doc", 26 + id: "getting-started/dashboard", 27 + label: "Dashboard", 28 + }, 29 + { 30 + type: "doc", 31 + id: "getting-started/authentication", 32 + label: "Authentication", 33 + }, 34 + { 20 35 type: "category", 21 36 label: "Deployment", 22 37 items: [ ··· 37 52 }, 38 53 { 39 54 type: "doc", 40 - id: "reference/production-deployment", 55 + id: "getting-started/production-deployment", 41 56 label: "Production", 42 57 }, 43 58 ], 44 59 }, 45 - { 46 - type: "doc", 47 - id: "getting-started/configuration", 48 - label: "Configuration", 49 - }, 50 - { 51 - type: "doc", 52 - id: "getting-started/authentication", 53 - label: "Authentication", 54 - }, 55 - { 56 - type: "doc", 57 - id: "getting-started/dashboard", 58 - label: "Dashboard", 59 - }, 60 60 ], 61 61 }, 62 62 { ··· 80 80 items: [ 81 81 { 82 82 type: "doc", 83 - id: "guides/lexicons", 83 + id: "guides/indexing/lexicons", 84 84 label: "Lexicons", 85 85 }, 86 86 { 87 87 type: "doc", 88 - id: "guides/backfill", 88 + id: "guides/indexing/backfill", 89 89 label: "Backfill", 90 90 }, 91 91 { 92 92 type: "doc", 93 - id: "guides/index-hooks", 93 + id: "guides/indexing/index-hooks", 94 94 label: "Index Hooks", 95 95 }, 96 96 ], ··· 110 110 items: [ 111 111 { 112 112 type: "doc", 113 - id: "reference/scripts/get-record", 113 + id: "guides/scripting/get-record", 114 114 label: "Get a Record", 115 115 }, 116 116 { 117 117 type: "doc", 118 - id: "reference/scripts/create-record", 118 + id: "guides/scripting/create-record", 119 119 label: "Create Record", 120 120 }, 121 121 { 122 122 type: "doc", 123 - id: "reference/scripts/upsert-record", 123 + id: "guides/scripting/upsert-record", 124 124 label: "Upsert Record", 125 125 }, 126 126 { 127 127 type: "doc", 128 - id: "reference/scripts/paginated-list", 128 + id: "guides/scripting/paginated-list", 129 129 label: "Paginated List", 130 130 }, 131 131 { 132 132 type: "doc", 133 - id: "reference/scripts/list-or-fetch", 133 + id: "guides/scripting/list-or-fetch", 134 134 label: "List or Fetch", 135 135 }, 136 136 { 137 137 type: "doc", 138 - id: "reference/scripts/expanded-query", 138 + id: "guides/scripting/expanded-query", 139 139 label: "Expanded Query", 140 140 }, 141 141 { 142 142 type: "doc", 143 - id: "reference/scripts/update-or-delete", 143 + id: "guides/scripting/update-or-delete", 144 144 label: "Update or Delete", 145 145 }, 146 146 { 147 147 type: "doc", 148 - id: "reference/scripts/batch-save", 148 + id: "guides/scripting/batch-save", 149 149 label: "Batch Save", 150 150 }, 151 151 { 152 152 type: "doc", 153 - id: "reference/scripts/sidecar-records", 153 + id: "guides/scripting/sidecar-records", 154 154 label: "Sidecar Records", 155 155 }, 156 156 { 157 157 type: "doc", 158 - id: "reference/scripts/cascading-delete", 158 + id: "guides/scripting/cascading-delete", 159 159 label: "Cascading Delete", 160 160 }, 161 161 { 162 162 type: "doc", 163 - id: "reference/scripts/complex-mutations", 163 + id: "guides/scripting/complex-mutations", 164 164 label: "Complex Mutations", 165 165 }, 166 166 { 167 167 type: "doc", 168 - id: "reference/scripts/algolia-sync", 168 + id: "guides/scripting/algolia-sync", 169 169 label: "Algolia Sync", 170 170 }, 171 171 { 172 172 type: "doc", 173 - id: "reference/scripts/meilisearch-sync", 173 + id: "guides/scripting/meilisearch-sync", 174 174 label: "Meilisearch Sync", 175 175 }, 176 176 ], ··· 183 183 items: [ 184 184 { 185 185 type: "doc", 186 - id: "guides/api-clients", 186 + id: "guides/features/api-clients", 187 187 label: "API Clients", 188 188 }, 189 189 { 190 190 type: "doc", 191 - id: "guides/labelers", 191 + id: "guides/features/labelers", 192 192 label: "Labelers", 193 193 }, 194 194 { 195 195 type: "doc", 196 - id: "guides/plugins", 196 + id: "guides/features/plugins", 197 197 label: "Plugins", 198 198 }, 199 199 { 200 200 type: "doc", 201 - id: "guides/developing-plugins", 201 + id: "guides/features/developing-plugins", 202 202 label: "Developing Plugins", 203 203 }, 204 204 ], ··· 209 209 items: [ 210 210 { 211 211 type: "doc", 212 - id: "guides/api-keys", 212 + id: "guides/admin/api-keys", 213 213 label: "API Keys", 214 214 }, 215 215 { 216 216 type: "doc", 217 - id: "guides/permissions", 217 + id: "guides/admin/permissions", 218 218 label: "Permissions", 219 219 }, 220 220 { 221 221 type: "doc", 222 - id: "guides/event-logs", 222 + id: "guides/admin/event-logs", 223 223 label: "Event Logs", 224 224 }, 225 225 ], ··· 230 230 items: [ 231 231 { 232 232 type: "doc", 233 - id: "guides/database-setup", 233 + id: "guides/database/database-setup", 234 234 label: "Database Setup", 235 235 }, 236 236 { 237 237 type: "doc", 238 - id: "guides/postgres-to-sqlite-migration", 238 + id: "guides/database/postgres-to-sqlite-migration", 239 239 label: "Postgres → SQLite Migration", 240 240 }, 241 241 { 242 242 type: "doc", 243 - id: "guides/sqlite-to-postgres-migration", 243 + id: "guides/database/sqlite-to-postgres-migration", 244 244 label: "SQLite → Postgres Migration", 245 245 }, 246 246 ], ··· 288 288 items: [ 289 289 { 290 290 type: "doc", 291 - id: "reference/admin-api", 291 + id: "reference/admin/admin-api", 292 292 label: "Overview", 293 293 }, 294 294 {