Skip to content

Commit 412e6a2

Browse files
committed
refactor: remove unused imports and clean up web apps documentation
1 parent 7447e27 commit 412e6a2

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

src/content/docs/web-apps/intro.mdx

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Web Apps Introduction
33
description: Learn how to build into Torus typescript ecosystem
44
---
55

6-
import { LinkCard, Steps, Aside } from "@astrojs/starlight/components";
6+
import { LinkCard, Aside } from "@astrojs/starlight/components";
77

88
These docs will guide you through the process of building / integrating with Torus web apps. We provide a set of tools and libraries to help you build and contribute to the Torus ecosystem.
99

@@ -43,35 +43,3 @@ Currently we have the following web apps:
4343
To access enviroments pointing to the testnet node, add the `.testnet`
4444
subdomain to the URL, eg. `https://allocator.testnet.torus.network/`
4545
</Aside>
46-
47-
## Services & Packages
48-
49-
We have a set of services and packages that are shared across the different web apps:
50-
51-
<Steps>
52-
53-
1. #### Services
54-
55-
**`torus-cache`**: Blockchain data caching service
56-
57-
**`torus-worker`**: Background services for the web apps
58-
59-
2. #### Packages
60-
61-
**`ui`**: UI components library
62-
63-
**`db`**: Typesafe DB calls using Drizzle
64-
65-
**`api`**: tRPC v11 router definition
66-
67-
**`utils`**: Common code
68-
69-
**`subspace`**: Typesafe substrate client library
70-
71-
**`env-validation`**: Environment variables validation
72-
73-
**`torus-provider`**: Polkadot JS API provider
74-
75-
**`query-provider`**: React Query provider
76-
77-
</Steps>

0 commit comments

Comments
 (0)