diff --git a/docs/admin-tool.md b/docs/admin-tool.md index 134d60350..c96998992 100644 --- a/docs/admin-tool.md +++ b/docs/admin-tool.md @@ -9,8 +9,6 @@ recent export failed. Its code lives inside the tools package (`java/google/registry/tools`), and is compiled by building the `nomulus` target in the Bazel BUILD file in that package. -[TOC] - ## Build the tool To build the `nomulus` tool, execute the following `bazel build` command inside diff --git a/docs/app-engine-architecture.md b/docs/app-engine-architecture.md index dc287733a..3fc29607a 100644 --- a/docs/app-engine-architecture.md +++ b/docs/app-engine-architecture.md @@ -3,8 +3,6 @@ This document contains information on the overall architecture of Nomulus as pertains to App Engine. -[TOC] - ## Services Nomulus contains three diff --git a/docs/code-structure.md b/docs/code-structure.md index 8a6697153..7f99123d7 100644 --- a/docs/code-structure.md +++ b/docs/code-structure.md @@ -3,8 +3,6 @@ This document contains information on the overall structure of the code, and how particularly important pieces of the system are implemented. -[TOC] - ## Dagger dependency injection ## Bazel build system diff --git a/docs/configuration.md b/docs/configuration.md index ff66c528b..8f69aa1a4 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -7,8 +7,6 @@ managed by editing code and deploying a new version, whereas per-TLD configuration is data that lives in Datastore in `Registry` entities, and is updated by running `nomulus` commands without having to deploy a new version. -[TOC] - ## Initial configuration Here's a checklist of things that need to be configured upon initial diff --git a/docs/first-steps-tutorial.md b/docs/first-steps-tutorial.md index 9fb99ccbd..b2296602c 100644 --- a/docs/first-steps-tutorial.md +++ b/docs/first-steps-tutorial.md @@ -12,8 +12,6 @@ running registry system. We'll assume that all commands below are running in the `alpha` environment; if you named your environment differently, then use that everywhere that `alpha` appears. -[TOC] - ### Create a TLD Pick the name of a TLD to create. For the purposes of this example we'll use diff --git a/docs/install.md b/docs/install.md index 61150e01c..4f620dca2 100644 --- a/docs/install.md +++ b/docs/install.md @@ -2,8 +2,6 @@ This document covers the steps necessary to download, build, and deploy Nomulus. -[TOC] - ## Prerequisites You will need the following programs installed on your local machine: diff --git a/docs/operational-procedures.md b/docs/operational-procedures.md index 0a7be5c40..24d9ef200 100644 --- a/docs/operational-procedures.md +++ b/docs/operational-procedures.md @@ -3,8 +3,6 @@ This document covers procedures that are typically used when running a production registry system. -[TOC] - ## OT&E onboarding ## Managing static premium price lists