From 5610d8d02f9de92052d82e4201c95d1a4872bda7 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Thu, 27 Aug 2020 15:29:09 +0200 Subject: [PATCH] review fixes 2 --- docs/development.md | 6 ++---- docs/playbooks.md | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/development.md b/docs/development.md index 318e57e..728e3d0 100644 --- a/docs/development.md +++ b/docs/development.md @@ -1,14 +1,12 @@ - [Overview](#overview) - [Phabricator integration](#phabricator-integration) - [Buildkite pipelines](#buildkite-pipelines) -- [Life of pre-merge check](#life-of-pre-merge-check) +- [Life of a pre-merge check](#life-of-a-pre-merge-check) - [Enabled projects and project detection](#enabled-projects-and-project-detection) - [Agent machines](#agent-machines) - [Compilation caching](#compilation-caching) - [Buildkite monitoring](#buildkite-monitoring) -Table of contents generated with markdown-toc - # Overview - [Buildkite](https://buildkite.com/llvm-project) orchestrates each build. @@ -59,7 +57,7 @@ One typically edits corresponding script, not a pipeline definition in the Buildkite interface. [How to test changes](playbooks.md#testing-changes-before-merging). -# Life of pre-merge check +# Life of a pre-merge check When new diff arrives for review it triggers a Herald rule ("everyone" or "beta testers"). diff --git a/docs/playbooks.md b/docs/playbooks.md index 44061f6..842b016 100644 --- a/docs/playbooks.md +++ b/docs/playbooks.md @@ -12,8 +12,6 @@ * [Herald](#herald) * [Harbormaster](#harbormaster) -Table of contents generated with markdown-toc - # Playbooks ## deployment to a clean infrastructure