Remove [TOC] tags from markdown documentation

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135699339
This commit is contained in:
nickfelt 2016-10-10 11:33:14 -07:00 committed by Ben McIlwain
parent 718da70b71
commit 6bbfef9eb3
7 changed files with 0 additions and 14 deletions

View file

@ -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 (`java/google/registry/tools`), and is compiled by building the `nomulus` target
in the Bazel BUILD file in that package. in the Bazel BUILD file in that package.
[TOC]
## Build the tool ## Build the tool
To build the `nomulus` tool, execute the following `bazel build` command inside To build the `nomulus` tool, execute the following `bazel build` command inside

View file

@ -3,8 +3,6 @@
This document contains information on the overall architecture of Nomulus as This document contains information on the overall architecture of Nomulus as
pertains to App Engine. pertains to App Engine.
[TOC]
## Services ## Services
Nomulus contains three Nomulus contains three

View file

@ -3,8 +3,6 @@
This document contains information on the overall structure of the code, and how This document contains information on the overall structure of the code, and how
particularly important pieces of the system are implemented. particularly important pieces of the system are implemented.
[TOC]
## Dagger dependency injection ## Dagger dependency injection
## Bazel build system ## Bazel build system

View file

@ -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 configuration is data that lives in Datastore in `Registry` entities, and is
updated by running `nomulus` commands without having to deploy a new version. updated by running `nomulus` commands without having to deploy a new version.
[TOC]
## Initial configuration ## Initial configuration
Here's a checklist of things that need to be configured upon initial Here's a checklist of things that need to be configured upon initial

View file

@ -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 `alpha` environment; if you named your environment differently, then use that
everywhere that `alpha` appears. everywhere that `alpha` appears.
[TOC]
### Create a TLD ### Create a TLD
Pick the name of a TLD to create. For the purposes of this example we'll use Pick the name of a TLD to create. For the purposes of this example we'll use

View file

@ -2,8 +2,6 @@
This document covers the steps necessary to download, build, and deploy Nomulus. This document covers the steps necessary to download, build, and deploy Nomulus.
[TOC]
## Prerequisites ## Prerequisites
You will need the following programs installed on your local machine: You will need the following programs installed on your local machine:

View file

@ -3,8 +3,6 @@
This document covers procedures that are typically used when running a This document covers procedures that are typically used when running a
production registry system. production registry system.
[TOC]
## OT&E onboarding ## OT&E onboarding
## Managing static premium price lists ## Managing static premium price lists