Skip to content

Commit 7f50d23

Browse files
committed
chore: reconcile top-level header sizes with the mdBook navbar parser
1 parent 1c80e4a commit 7f50d23

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## OpenAction
1+
# OpenAction
22

33
### Welcome!
44

src/api/registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Registration
1+
# Registration
22

33
The OpenAction server will start your plugin with arguments specifying the means of initialising the WebSocket connection. If you use a plugin SDK, such as openaction-rs, you may be able to skip these steps.
44

src/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Manifest
1+
# Manifest
22

33
Your plugin needs to contain a `manifest.json` file that supplies key information about your plugin to the OpenAction server. It should be present in the root of your plugin directory. The file is the primary description of your plugin and contains information like the path to your plugin's entrypoint and the actions it provides.
44

src/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Overview
1+
# Overview
22

33
OpenAction is an event-driven API that communicates over WebSocket.
44

0 commit comments

Comments
 (0)