Selaa lähdekoodia

doc: removed faucetd references

skoupidi 2 vuotta sitten
vanhempi
sitoutus
3e7bc53af0
3 muutettua tiedostoa jossa 1 lisäystä ja 9 poistoa
  1. 1 7
      doc/Makefile
  2. 0 1
      doc/src/SUMMARY.md
  3. 0 1
      doc/src/dev/rustdoc.md

+ 1 - 7
doc/Makefile

@@ -4,11 +4,9 @@
 RUST_TARGET = $(shell rustc -Vv | grep '^host: ' | cut -d' ' -f2)
 
 DARKFID_JSONRPC = src/clients/darkfid_jsonrpc.md
-FAUCETD_JSONRPC = src/clients/faucetd_jsonrpc.md
 
 JSONRPC = \
-	$(DARKFID_JSONRPC) \
-	$(FAUCETD_JSONRPC)
+	$(DARKFID_JSONRPC)
 
 all: $(JSONRPC)
 	./generate_seminar_ics.py --table > src/dev/seminars.md
@@ -27,10 +25,6 @@ $(DARKFID_JSONRPC):
 		./build_jsonrpc.py ../bin/darkfid/src/rpc_$$i.rs >> $@ ;\
 	done
 
-$(FAUCETD_JSONRPC):
-	@echo "# faucetd JSON-RPC API" > $@
-	./build_jsonrpc.py ../bin/faucetd/src/main.rs >> $@
-
 clean:
 	rm -rf book
 

+ 0 - 1
doc/src/SUMMARY.md

@@ -49,7 +49,6 @@
     - [Anonymous payments](zkas/examples/sapling.md)
 - [Client](clients/clients.md)
   - [darkfid JSON-RPC API](clients/darkfid_jsonrpc.md)
-  - [faucetd JSON-RPC API](clients/faucetd_jsonrpc.md)
   - [Anonymous Nodes](clients/anonymous_nodes.md)
     - [Tor Inbound Node](clients/tor_inbound.md)
     - [Nym Outbound Node](clients/nym_outbound.md)

+ 0 - 1
doc/src/dev/rustdoc.md

@@ -15,7 +15,6 @@ Here the rustdoc for this repository's crates can be found.
 
 * [`darkfid`](darkfid/index.html)
 * [`drk`](drk/index.html)
-* [`faucetd`](faucetd/index.html)
 * [`fu`](fu/index.html)
 * [`fud`](fud/index.html)
 * [`darkirc`](darkirc/index.html)