diff --git a/packages/bruno-common/src/interpolate/String Interpolation.md b/packages/bruno-common/src/interpolate/String Interpolation.md deleted file mode 100644 index 6ff510e64..000000000 --- a/packages/bruno-common/src/interpolate/String Interpolation.md +++ /dev/null @@ -1,16 +0,0 @@ -String Interpolation - -### Goal - -Today our interlation logic is duplicated across multiple packages. -The goal is to centralize a single source of truth for all interpolation logic. - -### Considerations - -- We want to be flexible in terms of key naming conventions. -- We plan to support Nested environments in the future. - -### Moving away from handlebars - -I think its time to move away from handlebars. -We don't need the full power of handlebars and write a custom interpolation function that meets our needs.