From 44324ca3a4578d35b02f4a20efcfd1cf1dc352a7 Mon Sep 17 00:00:00 2001 From: Ryan Brink <5607577+unredundant@users.noreply.github.com> Date: Mon, 10 Apr 2023 15:00:26 -0400 Subject: [PATCH] chore: rearrange docs (#447) --- docs/SUMMARY.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index b612b5037..5280d3669 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,13 +1,13 @@ # Summary * [Introduction](index.md) -* [Helpers](helpers/index.md) - * [Protobuf java converter](helpers/protobuf_java_converter.md) -* [Concepts](concepts/index.md) - * [Enrichment](concepts/enrichment.md) * [Plugins](plugins/index.md) * [Notarized Application](plugins/notarized_application.md) * [Notarized Route](plugins/notarized_route.md) * [Notarized Locations](plugins/notarized_locations.md) * [Notarized Resources](plugins/notarized_resources.md) +* [Concepts](concepts/index.md) + * [Enrichment](concepts/enrichment.md) +* [Helpers](helpers/index.md) + * [Protobuf java converter](helpers/protobuf_java_converter.md) * [The Playground](playground.md)