Skip to content

Commit d089ea9

Browse files
authored
docs: update ToC and fix references to headings (#100)
Fixed according to the way github generates slug references
1 parent 25545b1 commit d089ea9

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,17 @@
2121

2222
## Table of Contents
2323

24-
- [Installation](#installation)
24+
- [Installation](#-installation)
2525
- [For Neovim](#for-neovim)
26+
- [Setting Include Paths in Neovim](#setting-include-paths-in-neovim)
2627
- [Command Line Options](#command-line-options)
2728
- [For Visual Studio Code](#for-visual-studio-code)
28-
- [Configuration](#configuration)
29-
- [Basic Configuration](#basic-configuration)
30-
- [Path Configuration](#path-configuration)
31-
- [Usage](#usage)
29+
- [Configuration](#%EF%B8%8Fconfiguration)
30+
- [Sample `protols.toml`](#sample-protolstoml)
31+
- [Configuration Sections](#configuration-sections)
32+
- [Basic Configuration](#basic-configuration)
33+
- [Path Configuration](#path-configuration)
34+
- [Usage](#-usage)
3235
- [Code Completion](#code-completion)
3336
- [Diagnostics](#diagnostics)
3437
- [Code Formatting](#code-formatting)
@@ -39,10 +42,10 @@
3942
- [Rename Symbols](#rename-symbols)
4043
- [Find References](#find-references)
4144
- [Protocol Buffers Well-Known Types](#protocol-buffers-well-known-types)
42-
- [Packaging](#📦-packaging)
43-
- [Contributing](#contributing)
45+
- [Packaging](#-packaging)
46+
- [Contributing](#-contributing)
4447
- [Setting Up Locally](#setting-up-locally)
45-
- [License](#license)
48+
- [License](#-license)
4649

4750
---
4851

@@ -107,7 +110,7 @@ If you're using Visual Studio Code, you can install the [Protobuf Language Suppo
107110
108111
---
109112

110-
## ️ Configuration
113+
## ️Configuration
111114

112115
Protols can be configured using a `protols.toml` file, which you can place in root of your project directory.
113116

@@ -149,7 +152,7 @@ The `[config.path]` section contains path for various tools used by LSP.
149152

150153
---
151154

152-
## 🛠 Usage
155+
## 🛠 Usage
153156

154157
Protols offers a rich set of features to enhance your `.proto` file editing experience.
155158

0 commit comments

Comments
 (0)