Skip to content

Commit e4507e0

Browse files
committed
Fix TOC indentation
1 parent c0e5026 commit e4507e0

File tree

7 files changed

+38
-37
lines changed

7 files changed

+38
-37
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
<!-- MarkdownTOC autolink="true" levels="1,2" -->
8+
<!-- MarkdownTOC autolink="true" levels="1,2" indent=" " -->
99

1010
- [0.3.0-dev](#030-dev)
1111
- [0.2.0](#020)

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Code of Conduct
22

3-
<!-- MarkdownTOC autolink="true" style="ordered" -->
3+
<!-- MarkdownTOC autolink="true" style="ordered" indent=" " -->
44

55
1. [Our Pledge](#our-pledge)
66
1. [Our Standards](#our-standards)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ First, thank you for contributing to Vector! We know how important a
44
strong community is to open source and we welcome anyone that is willing
55
to particpate.
66

7-
<!-- MarkdownTOC autolink="true" style="ordered" -->
7+
<!-- MarkdownTOC autolink="true" style="ordered" indent=" " -->
88

99
1. [Prerequisites](#prerequisites)
1010
1. [Workflow](#workflow)

DEVELOPING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
This document covers the basics of developing in Vector. In this document:
44

5-
<!-- MarkdownTOC autolink="true" style="ordered" -->
5+
<!-- MarkdownTOC autolink="true" style="ordered" indent=" " -->
66

77
1. [Prerequisites](#prerequisites)
88
1. [Setup](#setup)
99
1. [Directory Structure](#directory-structure)
1010
1. [Makefile](#makefile)
1111
1. [Testing](#testing)
12-
1. [Docker](#docker)
13-
1. [Sample Logs](#sample-logs)
12+
1. [Docker](#docker)
13+
1. [Sample Logs](#sample-logs)
1414
1. [Benchmarking](#benchmarking)
1515
1. [Building](#building)
1616
1. [Testing](#testing-1)

DOCUMENTING.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,36 @@
33
This document covers the basics of writing documentation within Vector.
44
In this document:
55

6-
<!-- MarkdownTOC autolink="true" style="ordered" -->
6+
<!-- MarkdownTOC autolink="true" style="ordered" indent=" " -->
77

88
1. [Prerequisites](#prerequisites)
99
1. [How It Works](#how-it-works)
1010
1. [Making Changes](#making-changes)
1111
1. [Conventions](#conventions)
12-
1. [Syntax](#syntax)
13-
1. [Lists](#lists)
14-
1. [Required Variable](#required-variable)
15-
1. [Optional Variable](#optional-variable)
16-
1. [At Least One Variable Required](#at-least-one-variable-required)
17-
1. [Style](#style)
18-
1. [Configuration Examples](#configuration-examples)
19-
1. [Headings](#headings)
20-
1. [Images](#images)
21-
1. [JSON](#json)
22-
1. [Links](#links)
23-
1. [Options](#options)
24-
1. [Structure](#structure)
25-
1. [Guides](#guides)
26-
1. [Sources, Transforms, & Sinks](#sources-transforms--sinks)
27-
1. [Heading](#heading)
28-
1. [Section Hierarchy](#section-hierarchy)
29-
1. [Language](#language)
30-
1. [Factual Tone](#factual-tone)
31-
1. [Second Person Narrative](#second-person-narrative)
32-
1. [Present Tense](#present-tense)
33-
1. [Best Practices](#best-practices)
34-
1. [Link](#link)
35-
1. [Shallow Scope](#shallow-scope)
12+
1. [Syntax](#syntax)
13+
1. [Lists](#lists)
14+
1. [Required Variable](#required-variable)
15+
1. [Optional Variable](#optional-variable)
16+
1. [At Least One Variable Required](#at-least-one-variable-required)
17+
1. [Style](#style)
18+
1. [Configuration Examples](#configuration-examples)
19+
1. [Headings](#headings)
20+
1. [Images](#images)
21+
1. [JSON](#json)
22+
1. [Links](#links)
23+
1. [Options](#options)
24+
1. [Structure](#structure)
25+
1. [Guides](#guides)
26+
1. [Sources, Transforms, & Sinks](#sources-transforms--sinks)
27+
1. [Heading](#heading)
28+
1. [Section Hierarchy](#section-hierarchy)
29+
1. [Language](#language)
30+
1. [Factual Tone](#factual-tone)
31+
1. [Second Person Narrative](#second-person-narrative)
32+
1. [Present Tense](#present-tense)
33+
1. [Best Practices](#best-practices)
34+
1. [Link](#link)
35+
1. [Shallow Scope](#shallow-scope)
3636

3737
<!-- /MarkdownTOC -->
3838

RELEASING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This document will cover how to properly release Vector.
55
Vector adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) and the release
66
process is dependent on the version change.
77

8-
<!-- MarkdownTOC autolink="true" style="ordered" -->
8+
<!-- MarkdownTOC autolink="true" style="ordered" indent=" " -->
99

1010
1. [Quick Start](#quick-start)
11-
1. [Patch Releases](#patch-releases)
12-
1. [Major/Minor Releases](#majorminor-releases)
11+
1. [Patch Releases](#patch-releases)
12+
1. [Major/Minor Releases](#majorminor-releases)
1313

1414
<!-- /MarkdownTOC -->
1515

docs/setup/installation/platforms/docker.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ The default Vector configuration file is placed at:
3434
etc/vector/vector.toml
3535
```
3636

37-
A full spec is located at `/etc/vector/vector.spec.toml` and examples are
38-
located in `/etc/vector/examples/*`. You an customize the configuration by
39-
your custom `vector.toml` file in the expected location:
37+
You an customize Vector's configuration by mounting your custom `vector.toml`
38+
file in the expected location:
4039

4140
```bash
4241
docker run -v $PWD/vector.toml:/etc/vector/vector.toml:ro timberio/vector:latest
4342
```
4443

44+
Modify `$PWD` to the directory where you store your local `vector.toml` file.
45+
4546
Once logged in, [start][docs.starting] Vector with:
4647

4748
```bash

0 commit comments

Comments
 (0)