Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit a4c417c

Browse files
committed
Remove pluto from docs
1 parent 830ee5a commit a4c417c

File tree

4 files changed

+0
-27
lines changed

4 files changed

+0
-27
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ spectrum/
111111
├── hyperion # Server rendering server
112112
├── mercury # Worker server (reputation)
113113
├── mobile # Mobile apps
114-
├── pluto # Worker server (payments; syncing with Stripe)
115114
├── public # Public files used on the frontend
116115
├── shared # Shared JavaScript code
117116
├── src # Frontend SPA

docs/readme.md

-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@
2121
- [Athena](workers/athena/intro.md)
2222
- [Chronos](workers/chronos/intro.md)
2323
- [Mercury](workers/mercury/intro.md)
24-
- [Pluto](workers/pluto/intro.md)
2524
- [Vulcan](workers/vulcan/intro.md)

docs/workers/intro.md

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Our asynchronos background job processing is powered by a series of worker serve
99
- [Chronos](chronos/intro.md): processes cron jobs
1010
- [Hermes](hermes/intro.md): sends emails
1111
- [Mercury](mercury/intro.md): processes reputation events
12-
- [Pluto](pluto/intro.md): processes payments events
1312
- [Vulcan](vulcan/intro.md): indexes content for search
1413

1514
Each one of these can be run and developed independently with matching `npm run dev:x` and `npm run build:x` commands. (where `x` is the name of the server)
@@ -23,7 +22,6 @@ As you can see we follow a loose naming scheme based on ancient Greek, Roman, an
2322
- Chronos (/ˈkroʊnɒs/) is the personification of Time in pre-Socratic philosophy
2423
- Hermes (/ˈhɜːrmiːz/) is the messenger god, moving between the worlds of the mortal and the divine.
2524
- Mercury (/ˈmɜːrkjʊri/) is the patron god of financial gain, commerce, eloquence (and thus poetry), messages/communication (including divination), travelers, boundaries, luck, trickery and thieves
26-
- Pluto was the ruler of the underworld in classical mythology
2725
- Vulcan is the god of fire, including the fire of volcanoes, metalworking, and the forge.
2826

2927
### Background jobs

docs/workers/pluto/intro.md

-23
This file was deleted.

0 commit comments

Comments
 (0)