decoupled from XOS Guide
Change-Id: Ib06e51f3210ddb2845bb8a50b67fd0973f9e86c8
diff --git a/SUMMARY.md b/SUMMARY.md
index d635167..3bd98dd 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -29,9 +29,6 @@
* [GUI](operating_cord/gui.md)
* [Configuring the Service Graph](xos-gui/developer/service_graph.md)
* [XOSSH](xos/dev/xossh.md)
- * [XOS Internals](operating_cord/xos_internals.md)
- * [XOS Containers](xos/xos_internals.md)
- * [XOS Configuration](xos/modules/xosconfig.md)
* [APIs](operating_cord/api.md)
* [gRPC API](xos/dev/grpc_api.md)
* [REST API](operating_cord/rest_apis.md)
diff --git a/book.json b/book.json
index 0bf2058..99c87d6 100644
--- a/book.json
+++ b/book.json
@@ -13,10 +13,12 @@
"plugins": [
"anchorjs",
"smart-nav-collapse",
+ "custom-favicon",
"page-toc",
"versions-select"
],
- "pluginsConfig": {
+"pluginsConfig": {
+ "favicon": "images/cord.ico",
"versions": {
"options": [
{
diff --git a/images/cord.ico b/images/cord.ico
new file mode 100644
index 0000000..1322921
--- /dev/null
+++ b/images/cord.ico
Binary files differ
diff --git a/operating_cord/api.md b/operating_cord/api.md
index bba260b..9d98092 100644
--- a/operating_cord/api.md
+++ b/operating_cord/api.md
@@ -1,7 +1,7 @@
# APIs
This section describes workflows for interacting with the API of the
-CORD. There are multiple API mechanisms. Some of them are used in a
+CORD. There are multiple APIs. Some of them are used in a
Northbound context, for services sitting on top the CORD, and some are
used internally for components to communicate with each other.
diff --git a/operating_cord/operating_cord.md b/operating_cord/operating_cord.md
index 5de08ea..a78f5c8 100644
--- a/operating_cord/operating_cord.md
+++ b/operating_cord/operating_cord.md
@@ -1,14 +1,18 @@
# Operations Guide
-This guide defines various processes and procedures for operating a
-CORD POD. It assumes the [install](../README.md) is already
-complete, and you want to operate and manage a running POD.
+This guide defines various processes, procedures, and tools for
+operating a CORD POD. It assumes the [install](../README.md) is
+already complete, and you want to operate and manage a running POD.
-Today, CORD most often runs for demo, development, or evaluation
-purposes, so this guide is limited to simple procedures suitable for
-such settings. We expect more realistic operational scenarios will be
-supported in the future.
+Note that the first step in operating a POD is to provision and configure
+the set of *Services* included in the selected *Profile*. Configuration
+details are specified in the follow two References:
+* [Configuring Profiles](../profiles/intro.md)
+* [Configuring Services](services.md)
+
+Default configurations are currently loaded into the POD at
+installation time.