assets: add ping document
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth committed
Oct 5, 2016 at 03:13 UTC
b5ec1d96cf75e0eef378004a5356e089d5f5a389
2 files changed
+2
assets/assets.go
+1
@@ -26,6 +26,7 @@ var initDocPaths = []string{
26
filepath.Join("init-doc", "contact"),
27
filepath.Join("init-doc", "security-notes"),
28
filepath.Join("init-doc", "quick-start"),
29
+ filepath.Join("init-doc", "ping"),
30
}
31
32
// SeedInitDocs adds the list of embedded init documentation to the passed node, pins it and returns the root key
assets/init-doc/ping
new
+1
@@ -0,0 +1 @@
1
+ipfs
\ No newline at end of file