Skip to content

Commit

Permalink
docs: add uptriever config
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jul 24, 2024
1 parent ff7e088 commit 7e244f8
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions docs/.trieve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
ignore:
- "**/*/Readme.md"
hostname: https://docs.anycable.io
url_prefix: <%= ENV.fetch("VERSION_PREFIX", "edge") %>/anycable-go

groups:
- name: PRO version
tracking_id: pro
- name: Server
tracking_id: server
- name: Go package
tracking_id: go_package

defaults:
groups:
- server
tags:
- docs
- <%= ENV.fetch("VERSION_TAG", "edge") %>


pages:
- source: "./apollo.md"
groups: ["pro"]
- source: "./binary_formats.md"
groups: ["pro"]
- source: "./long_polling.md"
groups: ["pro"]
- source: "./ocpp.md"
groups: ["pro"]
- "./broadcasting.md"
- "./broker.md"
- "./configuration.md"
- "./embedded_nats.md"
- "./getting_started.md"
- "./health_checking.md"
- "./instrumentation.md"
- "./jwt_identification.md"
- source: "./library.md"
groups: ["go_package"]
- "./pubsub.md"
- "./reliable_streams.md"
- "./rpc.md"
- "./signed_streams.md"
- "./sse.md"
- "./telemetry.md"
- "./tracing.md"

0 comments on commit 7e244f8

Please sign in to comment.