aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/README.md4
-rw-r--r--config_test/README.md2
-rw-r--r--configutil/README.md3
-rw-r--r--serviceview/README.md1
4 files changed, 10 insertions, 0 deletions
diff --git a/config/README.md b/config/README.md
new file mode 100644
index 00000000000..ab155c0258b
--- /dev/null
+++ b/config/README.md
@@ -0,0 +1,4 @@
+# Config library in C++ and java
+
+Library for config subscription and config protocol.
+Tools: getvespaconfig, configproxy-cmd, pingproxy, vespa-config.
diff --git a/config_test/README.md b/config_test/README.md
new file mode 100644
index 00000000000..3450ef3414a
--- /dev/null
+++ b/config_test/README.md
@@ -0,0 +1,2 @@
+# Test using cloud config without Vespa
+
diff --git a/configutil/README.md b/configutil/README.md
new file mode 100644
index 00000000000..43494629903
--- /dev/null
+++ b/configutil/README.md
@@ -0,0 +1,3 @@
+# Utilities for verifying and inspecting config
+
+vespa-config-status and vespa-model-inspect
diff --git a/serviceview/README.md b/serviceview/README.md
new file mode 100644
index 00000000000..44a9216f87a
--- /dev/null
+++ b/serviceview/README.md
@@ -0,0 +1 @@
+# REST API for getting a view of services and hosts for an application