handbook: structure, introduction, chapter 3 root
This is a first pass at the Metropolis Handbook. We write out the
expected outline of the documentation, and start filling in some
chapters.
The introduction pages and Chapter 1 are a high-level overview of what
Metropolis is and how it's expected to be used.
Chapter 3 will delve deep into the technical details of how Metropolis
is implemented. For now, the introduction/overview section of that
chapter is written.
Change-Id: Ic16aa91ed9a127f4f3791eeaf8d7f5e1a24b1018
Reviewed-on: https://review.monogon.dev/c/monogon/+/453
Tested-by: Jenkins CI
Reviewed-by: Sergiusz Bazanski <serge@monogon.tech>
diff --git a/metropolis/handbook/src/SUMMARY.md b/metropolis/handbook/src/SUMMARY.md
index 7390c82..64639b8 100644
--- a/metropolis/handbook/src/SUMMARY.md
+++ b/metropolis/handbook/src/SUMMARY.md
@@ -1,3 +1,36 @@
-# Summary
+[Metropolis, a cluster operating system](./introduction-00-title.md)
+[How to use this Handbook](./introduction-01-how-to-use.md)
-- [Chapter 1](./chapter_1.md)
+- [Metropolis in your Organization](./ch01-00-metropolis-organization.md)
+
+- [Demo Cluster](ch02-00-local-demo-cluster.md)
+ - [Launch locally](ch02-01-launch-locally.md)
+ - [Single node test cluster](ch02-02-single-node-test-cluster.md)
+
+- [Cluster Architecture](ch03-00-cluster-architecture.md)
+ - [Node](ch03-01-node.md)
+ - [Node Runnables and Logging](ch03-02-node-runnables.md)
+ - [Node Storage](ch03-03-node-storage.md)
+ - [Cluster](ch03-04-cluster.md)
+ - [Cluster API](ch03-05-cluster-api.md)
+ - [Identity and Authentication](ch03-06-identity-and-authentication.md)
+ - [Cluster Policy](ch03-07-cluster-policy.md)
+ - [Hardware Attestation](ch03-08-hardware-attestation.md)
+
+- [Production Deployment](ch04-00-production-deployment.md)
+ - [Stability and Releases](ch04-01-stability-and-releases.md)
+ - [Hardware Requirements](ch04-03-requirements.md)
+ - [Organizational Requirements](ch04-04-organizational-requirements.md)
+ - [The metroctl tool](ch04-02-the-metroctl-too.md)
+ - [Configuration and Deployment](ch04-05-configuration-and-deployment.md)
+ - [API and Daily Management](ch04-06-api-and-management.md)
+ - [Giving access to Users](ch04-07-giving-access-to-users.md)
+ - [Metrics and Monitoring](ch04-08-metrics-and-monitoring.md)
+ - [Troubleshooting and runbooks](ch04-09-troubleshooting-runbooks.md)
+
+- [Developing Metropolis](ch05-00-developing-metropolis.md)
+ - [Checking out and Building](ch05-01-checking-out-and-building.md)
+ - [A Bazel crash course](ch05-02-a-bazel-crash-course.md)
+ - [Codebase Structure](ch05-03-codebase-structure.md)
+ - [Running Tests](chd04-04-running-tests.md)
+ - [Design Process](chd04-05-design-process.md)