From fd5d9d6ff0c7e828529fbe2934f32fefac1f672f Mon Sep 17 00:00:00 2001 From: "Manu C. Rajan" Date: Mon, 1 Jul 2024 13:18:19 +0400 Subject: [PATCH] docs(swimm): create doc: A flow in the code --- .swm/a-flow-in-the-code.oo0s391m.sw.md | 22 ++++++++++++++++++++++ .swm/swimm.json | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 .swm/a-flow-in-the-code.oo0s391m.sw.md create mode 100644 .swm/swimm.json diff --git a/.swm/a-flow-in-the-code.oo0s391m.sw.md b/.swm/a-flow-in-the-code.oo0s391m.sw.md new file mode 100644 index 0000000..a082691 --- /dev/null +++ b/.swm/a-flow-in-the-code.oo0s391m.sw.md @@ -0,0 +1,22 @@ +--- +title: A flow in the code +--- +## Introduction + +This doc describes the {{SUBJECT}} flow in our system. We will follow its implementation across the various locations so you can understand how the different parts create the full picture. + +## Following the flow + + + +Select the first step where the flow begins - e.g., the entry point, or an API call. + + + +{{Keep adding snippets from the next steps of the flow}} + +## Things to note + +{{Who uses this flow and when?}} + +Powered by [Swimm](https://app.swimm.io/) diff --git a/.swm/swimm.json b/.swm/swimm.json new file mode 100644 index 0000000..89064ce --- /dev/null +++ b/.swm/swimm.json @@ -0,0 +1,3 @@ +{ + "repo_id": "Z2l0aHViJTNBJTNBZGV2ZWxvcGVyLmZzcyUzQSUzQW1hbnVjcjYxOQ==" +}